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

  /src/external/apache2/llvm/dist/clang/lib/Frontend/
InitPreprocessor.cpp 881 DefineTypeSize("__UINTPTR_MAX__", TI.getUIntPtrType(), TI, Builder);
930 DefineType("__UINTPTR_TYPE__", TI.getUIntPtrType(), Builder);
931 DefineFmt("__UINTPTR", TI.getUIntPtrType(), TI, Builder);
932 DefineTypeWidth("__UINTPTR_WIDTH__", TI.getUIntPtrType(), TI, Builder);
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h 343 IntType getUIntPtrType() const {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 343 Ctx.getUIntPtrType(),
345 LValue DstLV = MakeAddrLValue(DstAddr, Ctx.getUIntPtrType());
348 DstAddr.getPointer(), Ctx.getPointerType(Ctx.getUIntPtrType()),
373 AddrLV.getAddress(CGF).getPointer(), Ctx.getUIntPtrType(),
466 ArgType = Ctx.getUIntPtrType();
CGOpenMPRuntimeGPU.cpp 4136 Arg = castValueToType(CGF, Arg, ElemTy, CGFContext.getUIntPtrType(),
CGOpenMPRuntime.cpp 4752 CGF.CreateMemTemp(C.getUIntPtrType(), "depobj.size.addr"),
4753 C.getUIntPtrType());
11442 return C.getTypeSize(C.getUIntPtrType());
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1664 QualType getUIntPtrType() const;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 5667 QualType ASTContext::getUIntPtrType() const {
6564 Fields[Count++] = { getUIntPtrType(), "_cfisa" };
6565 Fields[Count++] = { getUIntPtrType(), "_swift_rc" };
6572 Fields[Count++] = { getUIntPtrType(), "_ptr" };
  /src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp 333 auto AtomicUIntPtrT = Context.getAtomicType(Context.getUIntPtrType());
SemaOpenMP.cpp 2144 Ctx.getTypeSizeInChars(Ctx.getUIntPtrType()) ||
2145 Ctx.getDeclAlign(D) > Ctx.getTypeAlignInChars(Ctx.getUIntPtrType()))) {

Completed in 83 milliseconds