reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1596   QualType getUIntPtrType() const;

References

gen/tools/clang/lib/Sema/OpenCLBuiltins.inc
16856       QT.push_back(Context.getUIntPtrType());
tools/clang/lib/AST/ASTContext.cpp
 6014     Fields[Count++] = { getUIntPtrType(), "_cfisa" };
 6015     Fields[Count++] = { getUIntPtrType(), "_swift_rc" };
 6022       Fields[Count++] = { getUIntPtrType(), "_ptr" };
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
10434   return C.getTypeSize(C.getUIntPtrType());
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 4644         Arg = castValueToType(CGF, Arg, ElemTy, CGFContext.getUIntPtrType(),
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
  307             Ctx.getUIntPtrType(),
  309         LValue DstLV = MakeAddrLValue(DstAddr, Ctx.getUIntPtrType());
  312             DstAddr.getPointer(), Ctx.getPointerType(Ctx.getUIntPtrType()),
  337       AddrLV.getAddress().getPointer(), Ctx.getUIntPtrType(),
  428       ArgType = Ctx.getUIntPtrType();
tools/clang/lib/Sema/Sema.cpp
  296       auto AtomicUIntPtrT = Context.getAtomicType(Context.getUIntPtrType());
tools/clang/lib/Sema/SemaOpenMP.cpp
 1868            Ctx.getTypeSizeInChars(Ctx.getUIntPtrType()) ||
 1869        Ctx.getDeclAlign(D) > Ctx.getTypeAlignInChars(Ctx.getUIntPtrType()))) {