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

  /external/clang/include/clang/Basic/
TargetInfo.h 214 IntType getUIntPtrType() const {
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 615 DefineTypeSize("__UINTPTR_MAX__", TI.getUIntPtrType(), TI, Builder);
656 DefineType("__UINTPTR_TYPE__", TI.getUIntPtrType(), Builder);
657 DefineTypeWidth("__UINTPTR_WIDTH__", TI.getUIntPtrType(), TI, Builder);
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 63 milliseconds