Home
last modified time | relevance | path

Searched defs:IntToPtr (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dbasetsd.h78 static __inline void *IntToPtr (const int i) { return ((void *) (INT_PTR)i); } in IntToPtr() function
112 #define IntToPtr(i) ((VOID *) (INT_PTR) ((int)i)) macro
/aosp_15_r20/external/libbrillo/brillo/streams/
H A Dinput_stream_set_test.cc42 inline static void* IntToPtr(int addr) { in IntToPtr() function in brillo::InputStreamSetTest
H A Dmemory_containers_test.cc51 inline static void* IntToPtr(int addr) { in IntToPtr() function in brillo::MemoryContainerTest
H A Dmemory_stream_test.cc65 inline static void* IntToPtr(int addr) { in IntToPtr() function in brillo::MemoryStreamTest
H A Dfile_stream_test.cc184 inline static char* IntToPtr(int addr) { in IntToPtr() function in brillo::FileStreamTest
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/polly/
DScopDetectionDiagnostic.h104 IntToPtr, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/polly/
DScopDetectionDiagnostic.h104 IntToPtr, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/polly/
DScopDetectionDiagnostic.h104 IntToPtr, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/polly/
DScopDetectionDiagnostic.h104 IntToPtr, enumerator
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
H A Dir_builder_mixin.h162 llvm::Value* IntToPtr(Args&&... args) { in IntToPtr() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp102 auto *IntToPtr = dyn_cast<IntToPtrInst>(PN.user_back()); in FoldIntegerTypedPHI() local
/aosp_15_r20/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml195 | IntToPtr Constructor
H A Dllvm.mli253 | IntToPtr Constructor
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp112 auto *IntToPtr = dyn_cast<IntToPtrInst>(PN.user_back()); in foldIntegerTypedPHI() local
H A DInstructionCombining.cpp372 auto *IntToPtr = dyn_cast<IntToPtrInst>(Val); in simplifyIntToPtrRoundTripCast() local
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Dir.go218 IntToPtr Opcode = C.LLVMIntToPtr const
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp1982 Value *IntToPtr = in EmitBuiltinExpr() local