Home
last modified time | relevance | path

Searched defs:IntPtr (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/clang/test/Analysis/
H A Dtemporaries.mm8 struct IntPtr { struct
17 -(void) foo: (IntPtr)arg; argument
H A Dtemporaries.cpp1073 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 DCOFFObjectFile.cpp537 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 Dprojected.compile.pass.cpp20 using IntPtr = std::projected<int const*, std::identity>; typedef
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dalias-template-nondependent.cpp4 template<typename> using IntPtr = int*; typedef
H A Dtemp_arg_nontype_cxx20.cpp19 template<int *> struct IntPtr {}; struct
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DExecutorAddress.h48 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 DIntrinsicLowering.cpp337 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 Dwarn-cast-align.cpp20 typedef int *IntPtr; in test0() typedef
43 typedef int *IntPtr; in test1() typedef
H A Dcomposite-pointer-type.cpp39 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 Dp7-cxx14.cpp23 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 Dllvm-support.cpp14 auto IntPtr = reinterpret_cast<int *>(0xabc); variable
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DR600ISelDAGToDAG.cpp65 SDValue &IntPtr) { in SelectGlobalValueConstantOffset()
/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Dexecutor_address.h56 uintptr_t IntPtr = static_cast<uintptr_t>(Addr); in toPtr() local
/llvm-project-15.0.7/clang/test/Frontend/
H A Dnoderef.c241 typedef int* IntPtr; in test_standard_syntax() typedef
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h52 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 Dmake-shared.cpp264 typedef std::shared_ptr<int> IntPtr; in aliases() typedef
H A Dmake-unique.cpp491 typedef std::unique_ptr<int> IntPtr; in aliases() typedef
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Disolate-declaration.cpp249 typedef int *IntPtr; in complex_typedefs() typedef
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1041 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 DCOFFDump.cpp393 uintptr_t IntPtr = 0; in printSEHTable() local
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp66 SDValue IntPtr; member
1556 SDValue IntPtr; in getSignAsIntValue() local
H A DSelectionDAGBuilder.cpp4003 EVT IntPtr = TLI.getPointerTy(DAG.getDataLayout(), DL.getAllocaAddrSpace()); in visitAlloca() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprScalar.cpp5127 auto *IntPtr = Builder.CreatePtrToInt(Ptr, IntPtrTy); in EmitCheckedInBoundsGEP() local