Home
last modified time | relevance | path

Searched defs:FuncPtr (Results 1 – 20 of 20) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dnothrow-vs-exception-specs.cpp103 __declspec(nothrow) void (*FuncPtr)() = FuncToBeRefed; variable
H A Dmember-pointers-2.cpp39 typedef void (*FuncPtr)(); typedef
/llvm-project/clang/test/CodeGen/
H A Dattr-target-mv-func-ptrs.c9 typedef int (*FuncPtr)(int); typedef
H A D2007-09-28-PackedUnionMember.c23 typedef long (*FuncPtr) (void); typedef
H A D2002-07-14-MiscTests3.c26 typedef int (*FuncPtr)(int); typedef
/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTest.cpp90 int (*FuncPtr)() = (int(*)())ptr; in TEST_F() local
111 int32_t(*FuncPtr)() = (int32_t(*)())rgvPtr; in TEST_F() local
189 int32_t(*FuncPtr)() = (int32_t(*)())ptr; in TEST_F() local
H A DMCJITObjectCacheTest.cpp102 int (*FuncPtr)() = (int(*)())(intptr_t)vPtr; in compileAndRun() local
H A DMCJITMultipleModuleTest.cpp233 int32_t(*FuncPtr)() = (int32_t(*)())FBPtr; in TEST_F() local
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-function-params.cpp44 template<typename R, typename A1, R (*ptr)(A1)> struct FuncPtr { }; struct
45 template<typename A1, int (*ptr)(A1)> struct FuncPtr<int, A1, ptr> { }; struct
/llvm-project/clang/unittests/CodeGen/
H A DTestCompiler.h85 auto FuncPtr = M->begin(); compile() local
[all...]
/llvm-project/clang/test/CodeGenCXX/
H A Dattr-target-mv-func-ptrs.cpp23 using FuncPtr = int (*)(int); typedef
/llvm-project/llvm/include/llvm/Analysis/
H A DIndirectCallVisitor.h45 Value *FuncPtr = LI->getPointerOperand(); // GEP (or bitcast) in tryGetVTableInstruction() local
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DKCFI.cpp96 Value *FuncPtr = Call->getCalledOperand(); run() local
/llvm-project/lldb/test/Shell/Settings/Inputs/
H A Dnames.cpp5 using FuncPtr = detail::Quux<double> (*(*)(int))(float); typedef
/llvm-project/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-array.cpp21 using FuncPtr = decltype(&func1); typedef
/llvm-project/llvm/unittests/Support/DynamicLibrary/
H A DDynamicLibraryTest.cpp41 template <class T> static T FuncPtr(void *Ptr) { in FuncPtr() function
/llvm-project/libcxx/test/libcxx/algorithms/alg.modifying.operations/
H A Dcopy_move_trivial.pass.cpp55 using FuncPtr = decltype(&Func); typedef
/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp906 PHINode *FuncPtr = CleanupAndPrepareModules() local
/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1194 llvm::Value *FuncPtr = Builder.CreateStructGEP(GenBlockTy, BlockPtr, 2); in EmitBlockCallExpr() local
1185 llvm::Value *FuncPtr = Builder.CreateStructGEP(GenBlockTy, BlockPtr, 2); EmitBlockCallExpr() local
/llvm-project/clang/lib/AST/Interp/
H A DInterp.h