| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | temporaries.mm | 8 struct IntPtr { struct 17 -(void) foo: (IntPtr)arg; argument
|
| H A D | temporaries.cpp | 1073 struct IntPtr { struct 1074 IntPtr(): i(new int) {} in IntPtr() function 1075 IntPtr(IntPtr &&o): i(o.i) { o.i = 0; } in IntPtr() argument 1076 ~IntPtr() { delete i; } in ~IntPtr() 1078 int *i;
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | COFFObjectFile.cpp | 537 uintptr_t IntPtr = 0; in getHintName() local 592 uintptr_t IntPtr = 0; in initImportTablePtr() local 615 uintptr_t IntPtr = 0; in initDelayImportTablePtr() local 639 uintptr_t IntPtr = 0; in initExportTablePtr() local 658 uintptr_t IntPtr = 0; in initBaseRelocPtr() local 689 uintptr_t IntPtr = 0; in initDebugDirectoryPtr() local 724 uintptr_t IntPtr = 0; in initTLSDirectoryPtr() local 748 uintptr_t IntPtr = 0; in initLoadConfigPtr() local 1412 uintptr_t IntPtr = 0; in importedSymbolBegin() local 1420 uintptr_t IntPtr = 0; in importedSymbolEnd() local [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/iterators/iterator.requirements/indirectcallable/projected/ |
| H A D | projected.compile.pass.cpp | 20 using IntPtr = std::projected<int const*, std::identity>; typedef
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | alias-template-nondependent.cpp | 4 template<typename> using IntPtr = int*; typedef
|
| H A D | temp_arg_nontype_cxx20.cpp | 19 template<int *> struct IntPtr {}; struct
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | ExecutorAddress.h | 48 uintptr_t IntPtr = static_cast<uintptr_t>(Addr); in toPtr() local 57 uintptr_t IntPtr = static_cast<uintptr_t>(Addr); in toPtr() local
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | IntrinsicLowering.cpp | 337 Type *IntPtr = DL.getIntPtrType(Context); in LowerIntrinsicCall() local 348 Type *IntPtr = DL.getIntPtrType(Context); in LowerIntrinsicCall() local 360 Type *IntPtr = DL.getIntPtrType(Op0->getType()); in LowerIntrinsicCall() local
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | warn-cast-align.cpp | 20 typedef int *IntPtr; in test0() typedef 43 typedef int *IntPtr; in test1() typedef
|
| H A D | composite-pointer-type.cpp | 39 typedef int *IntPtr; in f2() typedef
|
| /llvm-project-15.0.7/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
| H A D | p7-cxx14.cpp | 23 using IntPtr = int*; typedef 46 using IntPtr = decltype(x7a); typedef
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/ |
| H A D | llvm-support.cpp | 14 auto IntPtr = reinterpret_cast<int *>(0xabc); variable
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelDAGToDAG.cpp | 65 SDValue &IntPtr) { in SelectGlobalValueConstantOffset()
|
| /llvm-project-15.0.7/compiler-rt/lib/orc/ |
| H A D | executor_address.h | 56 uintptr_t IntPtr = static_cast<uintptr_t>(Addr); in toPtr() local
|
| /llvm-project-15.0.7/clang/test/Frontend/ |
| H A D | noderef.c | 241 typedef int* IntPtr; in test_standard_syntax() typedef
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/ |
| H A D | JITSymbol.h | 52 uintptr_t IntPtr = static_cast<uintptr_t>(Addr); in jitTargetAddressToPointer() local
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
| H A D | make-shared.cpp | 264 typedef std::shared_ptr<int> IntPtr; in aliases() typedef
|
| H A D | make-unique.cpp | 491 typedef std::unique_ptr<int> IntPtr; in aliases() typedef
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/ |
| H A D | isolate-declaration.cpp | 249 typedef int *IntPtr; in complex_typedefs() typedef
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopIdiomRecognize.cpp | 1041 Type *IntPtr, const SCEV *StoreSizeSCEV, in getStartForNegStride() 1055 static const SCEV *getTripCount(const SCEV *BECount, Type *IntPtr, in getTripCount() 1085 static const SCEV *getNumBytes(const SCEV *BECount, Type *IntPtr, in getNumBytes()
|
| /llvm-project-15.0.7/llvm/tools/llvm-objdump/ |
| H A D | COFFDump.cpp | 393 uintptr_t IntPtr = 0; in printSEHTable() local
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 66 SDValue IntPtr; member 1556 SDValue IntPtr; in getSignAsIntValue() local
|
| H A D | SelectionDAGBuilder.cpp | 4003 EVT IntPtr = TLI.getPointerTy(DAG.getDataLayout(), DL.getAllocaAddrSpace()); in visitAlloca() local
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 5127 auto *IntPtr = Builder.CreatePtrToInt(Ptr, IntPtrTy); in EmitCheckedInBoundsGEP() local
|