Home
last modified time | relevance | path

Searched refs:FunctionPtr (Results 1 – 25 of 53) sorted by relevance

123

/external/llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
Dis_member_object_pointer.pass.cpp71 typedef void (*FunctionPtr)(); typedef
78 test_is_member_object_pointer<FunctionPtr Empty::*>(); in main()
92 test_is_not_member_object_pointer<FunctionPtr>(); in main()
Dis_member_pointer.pass.cpp71 typedef void (*FunctionPtr)(); typedef
78 test_is_member_pointer<FunctionPtr Empty::*>(); in main()
93 test_is_not_member_pointer<FunctionPtr>(); in main()
Dis_enum.pass.cpp71 typedef void (*FunctionPtr)(); typedef
92 test_is_not_enum<FunctionPtr>(); in main()
Dis_rvalue_reference.pass.cpp71 typedef void (*FunctionPtr)(); typedef
88 test_is_not_rvalue_reference<FunctionPtr>(); in main()
Dis_lvalue_reference.pass.cpp71 typedef void (*FunctionPtr)(); typedef
88 test_is_not_lvalue_reference<FunctionPtr>(); in main()
Dis_null_pointer.pass.cpp73 typedef void (*FunctionPtr)(); typedef
90 test_is_not_null_pointer<FunctionPtr>(); in main()
Dis_array.pass.cpp71 typedef void (*FunctionPtr)(); typedef
88 test_is_not_array<FunctionPtr>(); in main()
Dis_void.pass.cpp71 typedef void (*FunctionPtr)(); typedef
91 test_is_not_void<FunctionPtr>(); in main()
Dis_union.pass.cpp71 typedef void (*FunctionPtr)(); typedef
88 test_is_not_union<FunctionPtr>(); in main()
Dis_floating_point.pass.cpp71 typedef void (*FunctionPtr)(); typedef
100 test_is_not_floating_point<FunctionPtr>(); in main()
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
Dis_member_object_pointer.pass.cpp72 typedef void (*FunctionPtr)(); typedef
79 test_is_member_object_pointer<FunctionPtr Empty::*>(); in main()
93 test_is_not_member_object_pointer<FunctionPtr>(); in main()
Dis_member_pointer.pass.cpp72 typedef void (*FunctionPtr)(); typedef
79 test_is_member_pointer<FunctionPtr Empty::*>(); in main()
94 test_is_not_member_pointer<FunctionPtr>(); in main()
Dis_lvalue_reference.pass.cpp74 typedef void (*FunctionPtr)(); typedef
91 test_is_not_lvalue_reference<FunctionPtr>(); in main()
Dis_union.pass.cpp72 typedef void (*FunctionPtr)(); typedef
89 test_is_not_union<FunctionPtr>(); in main()
Dis_null_pointer.pass.cpp74 typedef void (*FunctionPtr)(); typedef
91 test_is_not_null_pointer<FunctionPtr>(); in main()
Dis_rvalue_reference.pass.cpp74 typedef void (*FunctionPtr)(); typedef
91 test_is_not_rvalue_reference<FunctionPtr>(); in main()
Dis_enum.pass.cpp72 typedef void (*FunctionPtr)(); typedef
93 test_is_not_enum<FunctionPtr>(); in main()
Dis_array.pass.cpp72 typedef void (*FunctionPtr)(); typedef
89 test_is_not_array<FunctionPtr>(); in main()
Dis_void.pass.cpp72 typedef void (*FunctionPtr)(); typedef
92 test_is_not_void<FunctionPtr>(); in main()
/external/llvm/test/CodeGen/X86/
D2011-04-13-SchedCmpJmp.ll6 %"class.JSC::FunctionPtr" = type { i8* }
11 …dressPtrERS2_(%"class.JSC::JSGlobalData"* nocapture, i8*, %"class.JSC::FunctionPtr"* nocapture) no…
57 %3 = bitcast i8** %2 to %"class.JSC::FunctionPtr"*
58 …ReturnAddressPtrERS2_(%"class.JSC::JSGlobalData"* %tmp30, i8* undef, %"class.JSC::FunctionPtr"* %3)
/external/llvm-project/llvm/test/CodeGen/X86/
D2011-04-13-SchedCmpJmp.ll6 %"class.JSC::FunctionPtr" = type { i8* }
11 …dressPtrERS2_(%"class.JSC::JSGlobalData"* nocapture, i8*, %"class.JSC::FunctionPtr"* nocapture) no…
57 %3 = bitcast i8** %2 to %"class.JSC::FunctionPtr"*
58 …ReturnAddressPtrERS2_(%"class.JSC::JSGlobalData"* %tmp30, i8* undef, %"class.JSC::FunctionPtr"* %3)
/external/llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
Dis_bounded_array.pass.cpp49 typedef void (*FunctionPtr)(); typedef
65 test_array<FunctionPtr, false>(); in main()
Dis_unbounded_array.pass.cpp49 typedef void (*FunctionPtr)(); typedef
65 test_array<FunctionPtr, false>(); in main()
Dis_compound.pass.cpp72 typedef void (*FunctionPtr)(); typedef
80 test_is_compound<FunctionPtr>(); in main()
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
Dis_reference.pass.cpp73 typedef void (*FunctionPtr)(); typedef
90 test_is_not_reference<FunctionPtr>(); in main()

123