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

  /src/external/apache2/llvm/dist/clang/lib/AST/
ScanfFormatString.cpp 284 return ArgType::PtrTo(Ctx.UnsignedLongTy);
FormatString.cpp 404 return T == C.UnsignedLongTy ? Match : NoMatch;
PrintfFormatString.cpp 553 case LengthModifier::AsLong: return Ctx.UnsignedLongTy;
ASTContext.cpp 1300 InitBuiltinType(UnsignedLongTy, BuiltinType::ULong);
6415 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy,
6634 UnsignedLongTy,
6635 UnsignedLongTy,
6669 UnsignedLongTy,
6670 UnsignedLongTy,
6809 return UnsignedLongTy;
8563 case TargetInfo::UnsignedLong: return UnsignedLongTy;
10128 return UnsignedLongTy;
10399 Type = Unsigned ? Context.UnsignedLongTy : Context.LongTy
    [all...]
RecordLayoutBuilder.cpp 1478 Context.UnsignedLongTy, Context.UnsignedLongLongTy
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.cpp 190 cast<llvm::IntegerType>(CGM.getTypes().ConvertType(C.UnsignedLongTy));
1113 llvm::Type *UnsignedLongTy =
1114 getTypes().ConvertType(getContext().UnsignedLongTy);
1131 "struct.__block_descriptor", UnsignedLongTy, UnsignedLongTy);
CGObjC.cpp 1822 llvm::Type *UnsignedLongTy = ConvertType(getContext().UnsignedLongTy);
1824 Builder.CreateAlignedLoad(UnsignedLongTy, StateMutationsPtr,
1847 = Builder.CreateAlignedLoad(UnsignedLongTy, StateMutationsPtr,
CodeGenModule.cpp 5231 Context.UnsignedLongTy,
5233 Context.getPointerType(Context.UnsignedLongTy),
5234 Context.getConstantArrayType(Context.UnsignedLongTy,
ItaniumCXXABI.cpp 4165 getContext().UnsignedLongTy, getContext().LongLongTy,
CGDebugInfo.cpp 1204 FType = CGM.getContext().UnsignedLongTy;
CGBuiltin.cpp 2000 Types[Context.UnsignedLongTy] = "%lu";
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaPseudoObject.cpp 1198 arrayRef ? S.Context.UnsignedLongTy
1313 arrayRef ? S.Context.UnsignedLongTy
Sema.cpp 357 auto AtomicULongT = Context.getAtomicType(Context.UnsignedLongTy);
SemaExprObjC.cpp 832 Context.UnsignedLongTy,
1002 Context.UnsignedLongTy,
SemaChecking.cpp 2060 return Flags.isUnsigned() ? Context.UnsignedLongTy : Context.LongTy;
2070 return Context.UnsignedLongTy;
2741 TheCall->setType(Context.UnsignedLongTy);
SemaDecl.cpp 17659 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy,
18267 BestType = Context.UnsignedLongTy;
18270 ? Context.UnsignedLongTy : Context.LongTy;
SemaOverload.cpp 2156 Context.LongTy, Context.UnsignedLongTy ,
8192 ArithmeticTypes.push_back(S.Context.UnsignedLongTy);
SemaType.cpp 1419 Result = Context.UnsignedLongTy;
SemaExpr.cpp 3952 Ty = Context.UnsignedLongTy;
3967 Ty = Context.UnsignedLongTy;
TreeTransform.h 14178 SemaRef.Context.UnsignedIntTy, SemaRef.Context.UnsignedLongTy,
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1011 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy;
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 1062 AC.UnsignedLongTy;
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 7493 Context->UnsignedLongTy, nullptr,
7496 DeclRefExpr(*Context, NewVD, false, Context->UnsignedLongTy,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 6843 T = Context.UnsignedLongTy;

Completed in 293 milliseconds