/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/ |
D | is_member_object_pointer.pass.cpp | 72 typedef void (*FunctionPtr)(); typedef 79 test_is_member_object_pointer<FunctionPtr Empty::*>(); in main() 93 test_is_not_member_object_pointer<FunctionPtr>(); in main()
|
D | is_member_pointer.pass.cpp | 72 typedef void (*FunctionPtr)(); typedef 79 test_is_member_pointer<FunctionPtr Empty::*>(); in main() 94 test_is_not_member_pointer<FunctionPtr>(); in main()
|
D | is_null_pointer.pass.cpp | 74 typedef void (*FunctionPtr)(); typedef 91 test_is_not_null_pointer<FunctionPtr>(); in main()
|
D | is_enum.pass.cpp | 72 typedef void (*FunctionPtr)(); typedef 93 test_is_not_enum<FunctionPtr>(); in main()
|
D | is_void.pass.cpp | 72 typedef void (*FunctionPtr)(); typedef 92 test_is_not_void<FunctionPtr>(); in main()
|
D | is_union.pass.cpp | 72 typedef void (*FunctionPtr)(); typedef 89 test_is_not_union<FunctionPtr>(); in main()
|
D | is_rvalue_reference.pass.cpp | 74 typedef void (*FunctionPtr)(); typedef 91 test_is_not_rvalue_reference<FunctionPtr>(); in main()
|
D | is_lvalue_reference.pass.cpp | 74 typedef void (*FunctionPtr)(); typedef 91 test_is_not_lvalue_reference<FunctionPtr>(); in main()
|
D | is_array.pass.cpp | 72 typedef void (*FunctionPtr)(); typedef 89 test_is_not_array<FunctionPtr>(); in main()
|
D | is_class.pass.cpp | 72 typedef void (*FunctionPtr)(); typedef 99 test_is_not_class<FunctionPtr>(); in main()
|
D | is_floating_point.pass.cpp | 72 typedef void (*FunctionPtr)(); typedef 101 test_is_not_floating_point<FunctionPtr>(); in main()
|
D | is_pointer.pass.cpp | 72 typedef void (*FunctionPtr)(); typedef 80 test_is_pointer<FunctionPtr>(); in main()
|
D | is_function.pass.cpp | 76 typedef void (*FunctionPtr)(); typedef 97 test_is_not_function<FunctionPtr>(); // function pointer is not a function in main()
|
D | is_integral.pass.cpp | 72 typedef void (*FunctionPtr)(); typedef 103 test_is_not_integral<FunctionPtr>(); in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | 2011-04-13-SchedCmpJmp.ll | 6 %"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/ |
D | 2011-04-13-SchedCmpJmp.ll | 6 %"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/ |
D | 2011-04-13-SchedCmpJmp.ll | 6 %"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/ |
D | is_reference.pass.cpp | 73 typedef void (*FunctionPtr)(); typedef 90 test_is_not_reference<FunctionPtr>(); in main()
|
D | is_object.pass.cpp | 73 typedef void (*FunctionPtr)(); typedef 95 test_is_object<FunctionPtr>(); in main()
|
D | is_member_pointer.pass.cpp | 73 typedef void (*FunctionPtr)(); typedef 104 test_is_not_member_pointer<FunctionPtr>(); in main()
|
D | is_compound.pass.cpp | 73 typedef void (*FunctionPtr)(); typedef 81 test_is_compound<FunctionPtr>(); in main()
|
D | is_scalar.pass.cpp | 73 typedef void (*FunctionPtr)(); typedef 100 test_is_scalar<FunctionPtr>(); in main()
|
D | is_arithmetic.pass.cpp | 73 typedef void (*FunctionPtr)(); typedef 101 test_is_not_arithmetic<FunctionPtr>(); in main()
|
D | is_fundamental.pass.cpp | 73 typedef void (*FunctionPtr)(); typedef 103 test_is_not_fundamental<FunctionPtr>(); in main()
|
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/ |
D | is_literal_type.pass.cpp | 71 typedef void (*FunctionPtr)(); typedef 101 test_is_literal_type<FunctionPtr>(); in main()
|