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/
FormatString.cpp 268 return T == C.UnsignedCharTy;
PrintfFormatString.cpp 290 case LengthModifier::AsChar: return Ctx.UnsignedCharTy;
ScanfFormatString.cpp 237 case LengthModifier::AsChar: return ArgTypeResult(Ctx.UnsignedCharTy);
  /external/clang/lib/CodeGen/
CGRTTI.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 563 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 416 InitBuiltinType(UnsignedCharTy, BuiltinType::UChar);
    [all...]
RecordLayoutBuilder.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaType.cpp 605 Result = Context.UnsignedCharTy;
    [all...]
SemaChecking.cpp 312 return Flags.isUnsigned() ? Context.UnsignedCharTy : Context.SignedCharTy;
    [all...]
SemaDeclAttr.cpp     [all...]
SemaDecl.cpp     [all...]
SemaOverload.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 619 milliseconds