HomeSort by: relevance | last modified time | path
    Searched refs:SignedCharTy (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ScanfFormatString.cpp 378 return ArgType::PtrTo(Ctx.SignedCharTy);
FormatString.cpp 393 return T == C.UnsignedCharTy || T == C.SignedCharTy ? Match
PrintfFormatString.cpp 599 return ArgType::PtrTo(Ctx.SignedCharTy);
ASTContext.cpp 1290 InitBuiltinType(SignedCharTy, BuiltinType::SChar);
1458 SignedCharTy : BoolTy);
8556 case TargetInfo::SignedChar: return SignedCharTy;
10190 return SignedCharTy;
10406 Type = Context.SignedCharTy;
ASTImporter.cpp 1072 return Importer.getToContext().SignedCharTy;
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1010 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 2053 return Flags.isUnsigned() ? Context.UnsignedCharTy : Context.SignedCharTy;
2065 return IsPolyUnsigned ? Context.UnsignedCharTy : Context.SignedCharTy;
SemaType.cpp 1287 Result = Context.SignedCharTy;
SemaDecl.cpp 18224 BestType = Context.SignedCharTy;
SemaOverload.cpp 8209 ArithmeticTypes.push_back(S.Context.SignedCharTy);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
ItaniumCXXABI.cpp 4162 getContext().SignedCharTy, getContext().ShortTy,
CGBuiltin.cpp 1995 Types[Context.SignedCharTy] = "%hhd";
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 6852 T = Context.SignedCharTy;

Completed in 83 milliseconds