HomeSort by relevance Sort by last modified time
    Searched refs:SignedCharTy (Results 1 - 14 of 14) sorted by null

  /external/clang/test/Sema/
warn-char-subscripts.c 52 typedef signed char SignedCharTy;
55 SignedCharTy subscript = 0;
  /external/lldb/source/Symbol/
ClangASTContext.cpp 713 clang_type = ast->SignedCharTy.getAsOpaquePtr();
    [all...]
  /external/clang/lib/Analysis/
ScanfFormatString.cpp 359 return ArgType::PtrTo(Ctx.SignedCharTy);
FormatString.cpp 311 return T == C.UnsignedCharTy || T == C.SignedCharTy;
PrintfFormatString.cpp 354 return ArgType::PtrTo(Ctx.SignedCharTy);
  /external/clang/include/clang/AST/
ASTContext.h 779 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 391 return Flags.isUnsigned() ? Context.UnsignedCharTy : Context.SignedCharTy;
403 return IsPolyUnsigned ? Context.UnsignedCharTy : Context.SignedCharTy;
    [all...]
SemaType.cpp 718 Result = Context.SignedCharTy;
    [all...]
SemaOverload.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 544 milliseconds