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/clang/lib/Analysis/
PrintfFormatString.cpp 336 return ArgType::PtrTo(Ctx.SignedCharTy);
ScanfFormatString.cpp 344 return ArgType::PtrTo(Ctx.SignedCharTy);
FormatString.cpp 290 return T == C.UnsignedCharTy || T == C.SignedCharTy;
  /external/clang/lib/CodeGen/
CGRTTI.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 747 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 362 return Flags.isUnsigned() ? Context.UnsignedCharTy : Context.SignedCharTy;
370 return Context.SignedCharTy;
    [all...]
SemaType.cpp 736 Result = Context.SignedCharTy;
    [all...]
SemaDeclAttr.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 1227 milliseconds