HomeSort by: relevance | last modified time | path
    Searched refs:UnsignedCharTy (Results 1 - 21 of 21) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ScanfFormatString.cpp 280 return ArgType::PtrTo(Ctx.UnsignedCharTy);
FormatString.cpp 393 return T == C.UnsignedCharTy || T == C.SignedCharTy ? Match
PrintfFormatString.cpp 551 case LengthModifier::AsChar: return Ctx.UnsignedCharTy;
ASTContext.cpp 1297 InitBuiltinType(UnsignedCharTy, BuiltinType::UChar);
8060 FieldTypes[0] = Context->UnsignedCharTy;
8064 FieldTypes[1] = Context->UnsignedCharTy;
8557 case TargetInfo::UnsignedChar: return UnsignedCharTy;
10122 return UnsignedCharTy;
10408 Type = Context.UnsignedCharTy;
RecordLayoutBuilder.cpp 1477 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy,
Type.cpp 2328 return Ctx.UnsignedCharTy;
ASTImporter.cpp 1063 return Importer.getToContext().UnsignedCharTy;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGException.cpp 1709 QualType ArgTys[2] = {Context.UnsignedCharTy, Context.VoidPtrTy};
2023 getContext().UnsignedCharTy, ImplicitParamDecl::Other));
ItaniumCXXABI.cpp 4161 getContext().CharTy, getContext().UnsignedCharTy,
CGDebugInfo.cpp 735 Info.ElementType = CGM.getContext().UnsignedCharTy;
CGBuiltin.cpp 1996 Types[Context.UnsignedCharTy] = "%hhu";
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 1071 CharVal = svalBuilder.evalCast(CharVal, Ctx.UnsignedCharTy, Ctx.IntTy);
1075 assumeZero(C, State, CharVal, Ctx.UnsignedCharTy);
StdLibraryFunctionsChecker.cpp 1090 std::min(BVF.getMaxValue(ACtx.UnsignedCharTy).getLimitedValue(), IntMax);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1011 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 2053 return Flags.isUnsigned() ? Context.UnsignedCharTy : Context.SignedCharTy;
2065 return IsPolyUnsigned ? Context.UnsignedCharTy : Context.SignedCharTy;
3214 return Context.getVectorType(Context.UnsignedCharTy, 16,
SemaExpr.cpp 1817 CharTy = Context.UnsignedCharTy;
8915 ltrans = S.Context.UnsignedCharTy;
8920 rtrans = S.Context.UnsignedCharTy;
SemaType.cpp 1291 Result = Context.UnsignedCharTy;
SemaDecl.cpp 18252 BestType = Context.UnsignedCharTy;
SemaOverload.cpp 8211 ArithmeticTypes.push_back(S.Context.UnsignedCharTy);
TreeTransform.h 14177 SemaRef.Context.UnsignedCharTy, SemaRef.Context.UnsignedShortTy,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 6834 T = Context.UnsignedCharTy;

Completed in 141 milliseconds