Home
last modified time | relevance | path

Searched refs:function_pointer (Results 1 – 11 of 11) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-ms-return-qualifiers.cpp173 typedef int (*function_pointer)(int); typedef
175 function_pointer g1() { return 0; } in g1()
178 const function_pointer g2() { return 0; } in g2()
181 function_pointer* g3() { return 0; } in g3()
184 const function_pointer* g4() { return 0; } in g4()
H A Dmangle-ms-template-callback.cpp46 void function_pointer(C<void(*)(void)>) {} in function_pointer() function
/llvm-project/llvm/test/CodeGen/NVPTX/
H A Dnoreturn.ll4 @function_pointer = addrspace(1) global ptr null
39 %fn = load ptr, ptr addrspace(1) @function_pointer
/llvm-project/llvm/test/Demangle/
H A Dms-template-callback.test34 ?function_pointer@@YAXV?$C@P6AXXZ@@@Z
35 ; CHECK: void __cdecl function_pointer(class C<void (__cdecl *)(void)>)
/llvm-project/libcxx/test/libcxx/atomics/atomics.types.operations/atomics.types.operations.req/
H A Datomic_fetch_add.verify.cpp46 void function_pointer() { in function_pointer() function
H A Datomic_fetch_sub.verify.cpp46 void function_pointer() { in function_pointer() function
H A Datomic_fetch_add_explicit.verify.cpp49 void function_pointer() { in function_pointer() function
H A Datomic_fetch_sub_explicit.verify.cpp49 void function_pointer() { in function_pointer() function
/llvm-project/clang/test/Analysis/
H A Dcall-and-message.cpp64 namespace function_pointer { namespace
/llvm-project/llvm/test/Transforms/InstCombine/
H A Dlog-pow.ll117 define float @function_pointer(ptr %fptr, float %p1) {
118 ; CHECK-LABEL: @function_pointer(
H A Dpow-exp.ll200 define double @function_pointer(ptr %fptr, double %p1) {
201 ; CHECK-LABEL: @function_pointer(