Home
last modified time | relevance | path

Searched refs:fnptr (Results 1 – 15 of 15) sorted by relevance

/external/selinux/libselinux/src/
Dlabel.c21 #define CONFIG_FILE_BACKEND(fnptr) NULL argument
23 #define CONFIG_FILE_BACKEND(fnptr) &fnptr argument
27 #define CONFIG_MEDIA_BACKEND(fnptr) NULL argument
29 #define CONFIG_MEDIA_BACKEND(fnptr) &fnptr argument
33 #define CONFIG_X_BACKEND(fnptr) NULL argument
35 #define CONFIG_X_BACKEND(fnptr) &fnptr argument
39 #define CONFIG_DB_BACKEND(fnptr) NULL argument
41 #define CONFIG_DB_BACKEND(fnptr) &fnptr argument
45 #define CONFIG_ANDROID_BACKEND(fnptr) NULL argument
47 #define CONFIG_ANDROID_BACKEND(fnptr) (&(fnptr)) argument
/external/clang/test/SemaCXX/
Dcstyle-cast.cpp170 typedef void (*fnptr)(); typedef
178 fnptr fnp = (fnptr)(l); in integral_conversion()
190 (void)(fnptr*)(deep); in pointer_conversion()
207 fnptr fp = 0; in fnptrs()
210 (void)(fnptr)(vp); in fnptrs()
Dreinterpret-cast.cpp7 typedef void (*fnptr)(); typedef
41 fnptr fnp = reinterpret_cast<fnptr>(i); in integral_conversion()
53 (void)reinterpret_cast<fnptr*>(deep); in pointer_conversion()
76 fnptr fp = 0; in fnptrs()
79 (void)reinterpret_cast<fnptr>(vp); in fnptrs()
Dreinterpret-fn-obj-pedantic.cpp5 typedef void (*fnptr)(); in fnptrs() typedef
6 fnptr fp = 0; in fnptrs()
8 …(void)reinterpret_cast<fnptr>(vp); // expected-warning {{cast between pointer-to-function and poin… in fnptrs()
Dfunctional-cast.cpp232 typedef void (*fnptr)(); typedef
242 fnptr fnp = fnptr(l); in integral_conversion()
257 typedef fnptr fnptrp; in pointer_conversion()
279 fnptr fp = 0; in fnptrs()
283 (void)fnptr(vp); in fnptrs()
/external/llvm/test/CodeGen/X86/
Dcoalescer-win64.ll4 @fnptr = external global void ()*
8 %p = load void ()*, void ()** @fnptr
15 ; CHECK: rex64 jmpq *fnptr(%rip)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dcoalescer-win64.ll4 @fnptr = external global void ()*
8 %p = load void ()*, void ()** @fnptr
15 ; CHECK: rex64 jmpq *fnptr(%rip)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/NVPTX/
Dcallchain.ll6 %fnptr = bitcast i8* %ptr to void ()*
8 tail call void %fnptr()
/external/llvm/test/CodeGen/NVPTX/
Dcallchain.ll6 %fnptr = bitcast i8* %ptr to void ()*
8 tail call void %fnptr()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SampleProfile/
Dfnptr.ll5 ; RUN: opt < %s -sample-profile -sample-profile-file=%S/Inputs/fnptr.prof | opt -analyze -branch-pr…
6 ; RUN: opt < %s -sample-profile -sample-profile-file=%S/Inputs/fnptr.binprof | opt -analyze -branch…
8 ; RUN: opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/fnptr.prof | opt -analyze -br…
9 ; RUN: opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/fnptr.binprof | opt -analyze …
138 !4 = !DIFile(filename: "fnptr.cc", directory: ".")
139 !5 = !DIFile(filename: "fnptr.cc", directory: ".")
/external/llvm/test/Transforms/SampleProfile/
Dfnptr.ll5 ; RUN: opt < %s -sample-profile -sample-profile-file=%S/Inputs/fnptr.prof | opt -analyze -branch-pr…
6 ; RUN: opt < %s -sample-profile -sample-profile-file=%S/Inputs/fnptr.binprof | opt -analyze -branch…
8 ; RUN: opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/fnptr.prof | opt -analyze -br…
9 ; RUN: opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/fnptr.binprof | opt -analyze …
138 !4 = !DIFile(filename: "fnptr.cc", directory: ".")
139 !5 = !DIFile(filename: "fnptr.cc", directory: ".")
/external/v8/src/third_party/valgrind/
Dvalgrind.h704 #define CALL_FN_v_v(fnptr) \ argument
706 CALL_FN_W_v(_junk,fnptr); } while (0)
708 #define CALL_FN_v_W(fnptr, arg1) \ argument
710 CALL_FN_W_W(_junk,fnptr,arg1); } while (0)
712 #define CALL_FN_v_WW(fnptr, arg1,arg2) \ argument
714 CALL_FN_W_WW(_junk,fnptr,arg1,arg2); } while (0)
716 #define CALL_FN_v_WWW(fnptr, arg1,arg2,arg3) \ argument
718 CALL_FN_W_WWW(_junk,fnptr,arg1,arg2,arg3); } while (0)
720 #define CALL_FN_v_WWWW(fnptr, arg1,arg2,arg3,arg4) \ argument
722 CALL_FN_W_WWWW(_junk,fnptr,arg1,arg2,arg3,arg4); } while (0)
[all …]
/external/pdfium/fpdfsdk/
Dfpdfview_c_api_test.c33 typedef void (*fnptr)(void); // Legal generic function type for casts. typedef
34 fnptr g_c_api_test_fnptr = NULL; // Extern, so can't know it doesn't change.
35 #define CHK(x) if ((fnptr)(x) == g_c_api_test_fnptr) return 0
/external/libchrome/base/third_party/valgrind/
Dvalgrind.h748 #define CALL_FN_v_v(fnptr) \ argument
750 CALL_FN_W_v(_junk,fnptr); } while (0)
752 #define CALL_FN_v_W(fnptr, arg1) \ argument
754 CALL_FN_W_W(_junk,fnptr,arg1); } while (0)
756 #define CALL_FN_v_WW(fnptr, arg1,arg2) \ argument
758 CALL_FN_W_WW(_junk,fnptr,arg1,arg2); } while (0)
760 #define CALL_FN_v_WWW(fnptr, arg1,arg2,arg3) \ argument
762 CALL_FN_W_WWW(_junk,fnptr,arg1,arg2,arg3); } while (0)
764 #define CALL_FN_v_WWWW(fnptr, arg1,arg2,arg3,arg4) \ argument
766 CALL_FN_W_WWWW(_junk,fnptr,arg1,arg2,arg3,arg4); } while (0)
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dv8m-tail-call.ll51 @fnptr = global i32 (i32, i32, i32, i32)* null
55 %1 = load i32 (i32, i32, i32, i32)*, i32 (i32, i32, i32, i32)** @fnptr