Searched defs:CharType (Results 1 - 3 of 3) sorted by relevance

/external/libchrome/base/files/
H A Dfile_path.h59 // instead, use a FilePath::CharType[] and initialize it with
63 // | const FilePath::CharType kLogFileName[] = FILE_PATH_LITERAL("log.txt");
159 typedef StringType::value_type CharType; typedef in class:base::FilePath
165 static const CharType kSeparators[];
171 static const CharType kCurrentDirectory[];
174 static const CharType kParentDirectory[];
177 static const CharType kExtensionSeparator;
201 static bool IsSeparator(CharType character);
391 FilePath NormalizePathSeparatorsTo(CharType separator) const;
456 // Macros for string literal initialization of FilePath::CharType[], an
[all...]
/external/clang/lib/AST/
H A DExprConstant.cpp2222 QualType CharType = CAT->getElementType(); local
2223 assert(CharType->isIntegerType() && "unexpected character type");
2226 CharType->isUnsignedIntegerType());
2239 QualType CharType = CAT->getElementType(); local
2240 assert(CharType->isIntegerType() && "unexpected character type");
2246 CharType->isUnsignedIntegerType());
/external/clang/lib/Sema/
H A DSemaExpr.cpp8316 const QualType CharType = CharExpr->getType(); local
8317 if (!CharType->isAnyCharacterType() &&
8318 CharType->isIntegerType() &&

Completed in 329 milliseconds