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

  /external/clang/test/Sema/
warn-char-subscripts.c 59 typedef unsigned char UnsignedCharTy;
62 UnsignedCharTy subscript = 0;
  /external/lldb/source/Symbol/
ClangASTContext.cpp 556 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedCharTy))
557 return ClangASTType (ast, ast->UnsignedCharTy.getAsOpaquePtr());
597 return ClangASTType (ast, ast->getExtVectorType (ast->UnsignedCharTy, bit_size/8).getAsOpaquePtr());
716 clang_type = ast->UnsignedCharTy.getAsOpaquePtr();
830 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedCharTy))
831 return ClangASTType (ast, ast->UnsignedCharTy.getAsOpaquePtr());
    [all...]
  /external/clang/lib/Analysis/
ScanfFormatString.cpp 274 return ArgType::PtrTo(Ctx.UnsignedCharTy);
FormatString.cpp 311 return T == C.UnsignedCharTy || T == C.SignedCharTy;
PrintfFormatString.cpp 318 case LengthModifier::AsChar: return Ctx.UnsignedCharTy;
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.cpp 457 return ast_ctx.UnsignedCharTy;
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
RecordLayoutBuilder.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 780 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy;
    [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 722 Result = Context.UnsignedCharTy;
    [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
TreeTransform.h     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 121 milliseconds