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

  /external/clang/test/Sema/
warn-char-subscripts.c 59 typedef unsigned char UnsignedCharTy;
62 UnsignedCharTy subscript = 0;
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 306 case LengthModifier::AsChar: return Ctx.UnsignedCharTy;
ScanfFormatString.cpp 262 return ArgType::PtrTo(Ctx.UnsignedCharTy);
FormatString.cpp 290 return T == C.UnsignedCharTy || T == C.SignedCharTy;
  /external/clang/lib/CodeGen/
CGRTTI.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 748 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 831 InitBuiltinType(UnsignedCharTy, BuiltinType::UChar);
    [all...]
RecordLayoutBuilder.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 335 return Flags.isUnsigned() ? Context.UnsignedCharTy : Context.SignedCharTy;
    [all...]
SemaType.cpp 727 Result = Context.UnsignedCharTy;
    [all...]
SemaExpr.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaDecl.cpp     [all...]
SemaOverload.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 83 milliseconds