Home
last modified time | relevance | path

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

12

/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_null_pointer.pass.cpp74 typedef void (*FunctionPtr)(); typedef
91 test_is_not_null_pointer<FunctionPtr>(); in main()
Dis_enum.pass.cpp72 typedef void (*FunctionPtr)(); typedef
93 test_is_not_enum<FunctionPtr>(); in main()
Dis_void.pass.cpp72 typedef void (*FunctionPtr)(); typedef
92 test_is_not_void<FunctionPtr>(); in main()
Dis_union.pass.cpp72 typedef void (*FunctionPtr)(); typedef
89 test_is_not_union<FunctionPtr>(); in main()
Dis_rvalue_reference.pass.cpp74 typedef void (*FunctionPtr)(); typedef
91 test_is_not_rvalue_reference<FunctionPtr>(); in main()
Dis_lvalue_reference.pass.cpp74 typedef void (*FunctionPtr)(); typedef
91 test_is_not_lvalue_reference<FunctionPtr>(); in main()
Dis_array.pass.cpp72 typedef void (*FunctionPtr)(); typedef
89 test_is_not_array<FunctionPtr>(); in main()
Dis_class.pass.cpp72 typedef void (*FunctionPtr)(); typedef
99 test_is_not_class<FunctionPtr>(); in main()
Dis_floating_point.pass.cpp72 typedef void (*FunctionPtr)(); typedef
101 test_is_not_floating_point<FunctionPtr>(); in main()
Dis_pointer.pass.cpp72 typedef void (*FunctionPtr)(); typedef
80 test_is_pointer<FunctionPtr>(); in main()
Dis_function.pass.cpp76 typedef void (*FunctionPtr)(); typedef
97 test_is_not_function<FunctionPtr>(); // function pointer is not a function in main()
Dis_integral.pass.cpp72 typedef void (*FunctionPtr)(); typedef
103 test_is_not_integral<FunctionPtr>(); in main()
/external/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/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/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/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()
Dis_object.pass.cpp73 typedef void (*FunctionPtr)(); typedef
95 test_is_object<FunctionPtr>(); in main()
Dis_member_pointer.pass.cpp73 typedef void (*FunctionPtr)(); typedef
104 test_is_not_member_pointer<FunctionPtr>(); in main()
Dis_compound.pass.cpp73 typedef void (*FunctionPtr)(); typedef
81 test_is_compound<FunctionPtr>(); in main()
Dis_scalar.pass.cpp73 typedef void (*FunctionPtr)(); typedef
100 test_is_scalar<FunctionPtr>(); in main()
Dis_arithmetic.pass.cpp73 typedef void (*FunctionPtr)(); typedef
101 test_is_not_arithmetic<FunctionPtr>(); in main()
Dis_fundamental.pass.cpp73 typedef void (*FunctionPtr)(); typedef
103 test_is_not_fundamental<FunctionPtr>(); in main()
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_literal_type.pass.cpp71 typedef void (*FunctionPtr)(); typedef
101 test_is_literal_type<FunctionPtr>(); in main()

12