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

  /external/clang/test/Sema/
warn-char-subscripts.c 52 typedef signed char SignedCharTy;
55 SignedCharTy subscript = 0;
  /external/clang/lib/Analysis/
FormatString.cpp 271 return T == C.SignedCharTy;
  /external/clang/lib/CodeGen/
CGRTTI.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 562 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 409 InitBuiltinType(SignedCharTy, BuiltinType::SChar);
485 SignedCharTy : BoolTy);
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 312 return Flags.isUnsigned() ? Context.UnsignedCharTy : Context.SignedCharTy;
320 return Context.SignedCharTy;
    [all...]
SemaType.cpp 601 Result = Context.SignedCharTy;
    [all...]
SemaDeclAttr.cpp     [all...]
SemaDecl.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 441 milliseconds