/external/llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/ |
D | is_member_object_pointer.pass.cpp | 71 typedef void (*FunctionPtr)(); typedef 78 test_is_member_object_pointer<FunctionPtr Empty::*>(); in main() 92 test_is_not_member_object_pointer<FunctionPtr>(); in main()
|
D | is_member_pointer.pass.cpp | 71 typedef void (*FunctionPtr)(); typedef 78 test_is_member_pointer<FunctionPtr Empty::*>(); in main() 93 test_is_not_member_pointer<FunctionPtr>(); in main()
|
D | is_enum.pass.cpp | 71 typedef void (*FunctionPtr)(); typedef 92 test_is_not_enum<FunctionPtr>(); in main()
|
D | is_rvalue_reference.pass.cpp | 71 typedef void (*FunctionPtr)(); typedef 88 test_is_not_rvalue_reference<FunctionPtr>(); in main()
|
D | is_lvalue_reference.pass.cpp | 71 typedef void (*FunctionPtr)(); typedef 88 test_is_not_lvalue_reference<FunctionPtr>(); in main()
|
D | is_null_pointer.pass.cpp | 73 typedef void (*FunctionPtr)(); typedef 90 test_is_not_null_pointer<FunctionPtr>(); in main()
|
D | is_array.pass.cpp | 71 typedef void (*FunctionPtr)(); typedef 88 test_is_not_array<FunctionPtr>(); in main()
|
D | is_void.pass.cpp | 71 typedef void (*FunctionPtr)(); typedef 91 test_is_not_void<FunctionPtr>(); in main()
|
D | is_union.pass.cpp | 71 typedef void (*FunctionPtr)(); typedef 88 test_is_not_union<FunctionPtr>(); in main()
|
D | is_floating_point.pass.cpp | 71 typedef void (*FunctionPtr)(); typedef 100 test_is_not_floating_point<FunctionPtr>(); in main()
|
/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_lvalue_reference.pass.cpp | 74 typedef void (*FunctionPtr)(); typedef 91 test_is_not_lvalue_reference<FunctionPtr>(); in main()
|
D | is_union.pass.cpp | 72 typedef void (*FunctionPtr)(); typedef 89 test_is_not_union<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_rvalue_reference.pass.cpp | 74 typedef void (*FunctionPtr)(); typedef 91 test_is_not_rvalue_reference<FunctionPtr>(); in main()
|
D | is_enum.pass.cpp | 72 typedef void (*FunctionPtr)(); typedef 93 test_is_not_enum<FunctionPtr>(); in main()
|
D | is_array.pass.cpp | 72 typedef void (*FunctionPtr)(); typedef 89 test_is_not_array<FunctionPtr>(); in main()
|
D | is_void.pass.cpp | 72 typedef void (*FunctionPtr)(); typedef 92 test_is_not_void<FunctionPtr>(); in main()
|
/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/llvm-project/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-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/ |
D | is_bounded_array.pass.cpp | 49 typedef void (*FunctionPtr)(); typedef 65 test_array<FunctionPtr, false>(); in main()
|
D | is_unbounded_array.pass.cpp | 49 typedef void (*FunctionPtr)(); typedef 65 test_array<FunctionPtr, false>(); in main()
|
D | is_compound.pass.cpp | 72 typedef void (*FunctionPtr)(); typedef 80 test_is_compound<FunctionPtr>(); in main()
|
/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()
|