/llvm-project/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() argument 1075 IntPtr(IntPtr &&o): i(o.i) { o.i = 0; } in IntPtr() function 1076 ~IntPtr() { delete i; } in ~IntPtr() 1078 int *i;
|
/llvm-project/libcxx/test/std/utilities/memory/pointer.conversion/ |
H A D | to_address_without_pointer_traits.pass.cpp | 20 struct IntPtr { struct 21 constexpr int* operator->() const { return ptr; } in operator ->() 23 int* ptr;
|
/llvm-project/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/llvm/lib/Object/ |
H A D | COFFObjectFile.cpp | 536 uintptr_t IntPtr = 0; in getHintName() local 591 uintptr_t IntPtr = 0; in initImportTablePtr() local 614 uintptr_t IntPtr = 0; in initDelayImportTablePtr() local 638 uintptr_t IntPtr = 0; initExportTablePtr() local 657 uintptr_t IntPtr = 0; initBaseRelocPtr() local 688 uintptr_t IntPtr = 0; initDebugDirectoryPtr() local 723 uintptr_t IntPtr = 0; initTLSDirectoryPtr() local 747 uintptr_t IntPtr = 0; initLoadConfigPtr() local 1452 uintptr_t IntPtr = 0; importedSymbolBegin() local 1460 uintptr_t IntPtr = 0; importedSymbolEnd() local 1510 uintptr_t IntPtr = 0; getName() local 1557 uintptr_t IntPtr = 0; getName() local 1575 uintptr_t IntPtr = 0; getImportAddress() local 1597 uintptr_t IntPtr = 0; getDllName() local 1619 uintptr_t IntPtr = 0; getExportRVA() local 1633 uintptr_t IntPtr = 0; getSymbolName() local 1678 uintptr_t IntPtr = 0; getForwardTo() local 1707 uintptr_t IntPtr = 0; getSymbolName() local 1746 uintptr_t IntPtr = 0; getOrdinal() local [all...] |
/llvm-project/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/llvm/lib/CodeGen/ |
H A D | IntrinsicLowering.cpp | 348 Type *IntPtr = DL.getIntPtrType(Context); LowerIntrinsicCall() local 359 Type *IntPtr = DL.getIntPtrType(Context); LowerIntrinsicCall() local 371 Type *IntPtr = DL.getIntPtrType(Op0->getType()); LowerIntrinsicCall() local
|
/llvm-project/compiler-rt/lib/orc/ |
H A D | executor_address.h | 85 uintptr_t IntPtr = static_cast<uintptr_t>(Addr); variable 94 uintptr_t IntPtr = static_cast<uintptr_t>(Addr); variable
|
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | ExecutorAddress.h | 90 uintptr_t IntPtr = static_cast<uintptr_t>(Addr); global() variable 100 uintptr_t IntPtr = static_cast<uintptr_t>(Addr); global() variable
|
/llvm-project/clang/test/Sema/ |
H A D | warn-cast-qual.c | 87 using IntPtr = int *; in bar_0() local 106 using IntPtr = int *; in bar_1() local
|
/llvm-project/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/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
H A D | p7-cxx14.cpp | 21 using IntPtr = int*; typedef 44 using IntPtr = decltype(x7a); typedef
|
/llvm-project/cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/ |
H A D | llvm-support.cpp | 14 auto IntPtr = reinterpret_cast<int *>(0xabc); variable
|
/llvm-project/libcxx/benchmarks/ |
H A D | lexicographical_compare_three_way.bench.cpp |
|
/llvm-project/llvm/unittests/ADT/ |
H A D | PointerIntPairTest.cpp | 114 int *IntPtr = &I; in TEST() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600ISelDAGToDAG.cpp | 80 SelectGlobalValueConstantOffset(SDValue Addr,SDValue & IntPtr) SelectGlobalValueConstantOffset() argument
|
/llvm-project/clang/test/Frontend/ |
H A D | noderef.c | 241 typedef int* IntPtr; in test_standard_syntax() typedef
|
/llvm-project/llvm/include/llvm/ExecutionEngine/ |
H A D | JITSymbol.h | 52 uintptr_t IntPtr = static_cast<uintptr_t>(Addr); in jitTargetAddressToPointer() local
|
/llvm-project/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/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | isolate-declaration.cpp | 249 typedef int *IntPtr; in complex_typedefs() typedef
|
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | COFFDump.cpp | 404 uintptr_t IntPtr = 0; printSEHTable() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 969 getStartForNegStride(const SCEV * Start,const SCEV * BECount,Type * IntPtr,const SCEV * StoreSizeSCEV,ScalarEvolution * SE) getStartForNegStride() argument 986 getNumBytes(const SCEV * BECount,Type * IntPtr,const SCEV * StoreSizeSCEV,Loop * CurLoop,const DataLayout * DL,ScalarEvolution * SE) getNumBytes() argument
|