| /llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/ |
| H A 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()
|
| H A 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()
|
| H A D | is_null_pointer.pass.cpp | 73 typedef void (*FunctionPtr)(); typedef 90 test_is_not_null_pointer<FunctionPtr>(); in main()
|
| H A D | is_lvalue_reference.pass.cpp | 71 typedef void (*FunctionPtr)(); typedef 88 test_is_not_lvalue_reference<FunctionPtr>(); in main()
|
| H A D | is_union.pass.cpp | 71 typedef void (*FunctionPtr)(); typedef 88 test_is_not_union<FunctionPtr>(); in main()
|
| H A D | is_void.pass.cpp | 71 typedef void (*FunctionPtr)(); typedef 91 test_is_not_void<FunctionPtr>(); in main()
|
| H A D | is_array.pass.cpp | 71 typedef void (*FunctionPtr)(); typedef 89 test_is_not_array<FunctionPtr>(); in main()
|
| H A D | is_rvalue_reference.pass.cpp | 71 typedef void (*FunctionPtr)(); typedef 88 test_is_not_rvalue_reference<FunctionPtr>(); in main()
|
| H A D | is_enum.pass.cpp | 71 typedef void (*FunctionPtr)(); typedef 92 test_is_not_enum<FunctionPtr>(); in main()
|
| H A D | is_class.pass.cpp | 71 typedef void (*FunctionPtr)(); typedef 98 test_is_not_class<FunctionPtr>(); in main()
|
| H A D | is_floating_point.pass.cpp | 71 typedef void (*FunctionPtr)(); typedef 100 test_is_not_floating_point<FunctionPtr>(); in main()
|
| H A D | is_pointer.pass.cpp | 71 typedef void (*FunctionPtr)(); typedef 79 test_is_pointer<FunctionPtr>(); in main()
|
| H A D | is_function.pass.cpp | 75 typedef void (*FunctionPtr)(); typedef 96 test_is_not_function<FunctionPtr>(); // function pointer is not a function in main()
|
| H A D | is_integral.pass.cpp | 71 typedef void (*FunctionPtr)(); typedef 102 test_is_not_integral<FunctionPtr>(); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/ |
| H A D | is_unbounded_array.pass.cpp | 46 typedef void (*FunctionPtr)(); typedef 62 test_array<FunctionPtr, false>(); in main()
|
| H A D | is_bounded_array.pass.cpp | 46 typedef void (*FunctionPtr)(); typedef 62 test_array<FunctionPtr, false>(); in main()
|
| H A D | is_reference.pass.cpp | 72 typedef void (*FunctionPtr)(); typedef 86 test_is_not_reference<FunctionPtr>(); in main()
|
| H A D | is_compound.pass.cpp | 72 typedef void (*FunctionPtr)(); typedef 80 test_is_compound<FunctionPtr>(); in main()
|
| H A D | is_object.pass.cpp | 72 typedef void (*FunctionPtr)(); typedef 94 test_is_object<FunctionPtr>(); in main()
|
| H A D | is_member_pointer.pass.cpp | 72 typedef void (*FunctionPtr)(); typedef 103 test_is_not_member_pointer<FunctionPtr>(); in main()
|
| H A D | is_scalar.pass.cpp | 72 typedef void (*FunctionPtr)(); typedef 99 test_is_scalar<FunctionPtr>(); in main()
|
| H A D | is_arithmetic.pass.cpp | 78 typedef void (*FunctionPtr)(); typedef 109 test_is_not_arithmetic<FunctionPtr>(); in main()
|
| H A D | is_fundamental.pass.cpp | 72 typedef void (*FunctionPtr)(); typedef 102 test_is_not_fundamental<FunctionPtr>(); in main()
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | InstrProfCorrelator.cpp | 162 IntPtrT FunctionPtr, in addProbe() argument 173 maybeSwap<IntPtrT>(FunctionPtr), in addProbe() 232 auto FunctionPtr = in correlateProfileDataImpl() local 281 if (!FunctionPtr) { in correlateProfileDataImpl() 287 FunctionPtr.value_or(0), *NumCounters); in correlateProfileDataImpl()
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/ |
| H A D | is_literal_type.pass.cpp | 73 typedef void (*FunctionPtr)(); typedef 103 test_is_literal_type<FunctionPtr>(); in main()
|