/llvm-project/clang/test/SemaCXX/ |
H A D | nothrow-vs-exception-specs.cpp | 103 __declspec(nothrow) void (*FuncPtr)() = FuncToBeRefed; variable
|
H A D | member-pointers-2.cpp | 39 typedef void (*FuncPtr)(); typedef
|
/llvm-project/clang/test/CodeGen/ |
H A D | attr-target-mv-func-ptrs.c | 9 typedef int (*FuncPtr)(int); typedef
|
H A D | 2007-09-28-PackedUnionMember.c | 23 typedef long (*FuncPtr) (void); typedef
|
H A D | 2002-07-14-MiscTests3.c | 26 typedef int (*FuncPtr)(int); typedef
|
/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/ |
H A D | MCJITTest.cpp | 90 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 D | MCJITObjectCacheTest.cpp | 102 int (*FuncPtr)() = (int(*)())(intptr_t)vPtr; in compileAndRun() local
|
H A D | MCJITMultipleModuleTest.cpp | 233 int32_t(*FuncPtr)() = (int32_t(*)())FBPtr; in TEST_F() local
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | instantiate-function-params.cpp | 44 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 D | TestCompiler.h | 85 auto FuncPtr = M->begin(); compile() local [all...] |
/llvm-project/clang/test/CodeGenCXX/ |
H A D | attr-target-mv-func-ptrs.cpp | 23 using FuncPtr = int (*)(int); typedef
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | IndirectCallVisitor.h | 45 Value *FuncPtr = LI->getPointerOperand(); // GEP (or bitcast) in tryGetVTableInstruction() local
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | KCFI.cpp | 96 Value *FuncPtr = Call->getCalledOperand(); run() local
|
/llvm-project/lldb/test/Shell/Settings/Inputs/ |
H A D | names.cpp | 5 using FuncPtr = detail::Quux<double> (*(*)(int))(float); typedef
|
/llvm-project/llvm/test/DebugInfo/PDB/Inputs/ |
H A D | every-array.cpp | 21 using FuncPtr = decltype(&func1); typedef
|
/llvm-project/llvm/unittests/Support/DynamicLibrary/ |
H A D | DynamicLibraryTest.cpp | 41 template <class T> static T FuncPtr(void *Ptr) { in FuncPtr() function
|
/llvm-project/libcxx/test/libcxx/algorithms/alg.modifying.operations/ |
H A D | copy_move_trivial.pass.cpp | 55 using FuncPtr = decltype(&Func); typedef
|
/llvm-project/llvm/tools/bugpoint/ |
H A D | Miscompilation.cpp | 906 PHINode *FuncPtr = CleanupAndPrepareModules() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGBlocks.cpp | 1194 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 D | Interp.h |
|