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

  /external/clang/lib/Frontend/
InitPreprocessor.cpp 661 DefineTypeSize("__UINTPTR_MAX__", TI.getUIntPtrType(), TI, Builder);
710 DefineType("__UINTPTR_TYPE__", TI.getUIntPtrType(), Builder);
711 DefineFmt("__UINTPTR", TI.getUIntPtrType(), TI, Builder);
712 DefineTypeWidth("__UINTPTR_WIDTH__", TI.getUIntPtrType(), TI, Builder);
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 223 IntType getUIntPtrType() const {
    [all...]
  /external/clang/lib/Sema/
Sema.cpp 243 Context.getAtomicType(Context.getUIntPtrType()));
    [all...]
SemaOpenMP.cpp 828 Ctx.getTypeSizeInChars(Ctx.getUIntPtrType()) ||
829 Ctx.getDeclAlign(VD) > Ctx.getTypeAlignInChars(Ctx.getUIntPtrType())))
    [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp     [all...]
CGStmtOpenMP.cpp 53 AddrLV.getAddress().getPointer(), Ctx.getUIntPtrType(),
99 ArgType = Ctx.getUIntPtrType();
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 186 milliseconds