Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
H A 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()
H A 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()
H A Dis_null_pointer.pass.cpp73 typedef void (*FunctionPtr)(); typedef
90 test_is_not_null_pointer<FunctionPtr>(); in main()
H A Dis_lvalue_reference.pass.cpp71 typedef void (*FunctionPtr)(); typedef
88 test_is_not_lvalue_reference<FunctionPtr>(); in main()
H A Dis_union.pass.cpp71 typedef void (*FunctionPtr)(); typedef
88 test_is_not_union<FunctionPtr>(); in main()
H A Dis_void.pass.cpp71 typedef void (*FunctionPtr)(); typedef
91 test_is_not_void<FunctionPtr>(); in main()
H A Dis_array.pass.cpp71 typedef void (*FunctionPtr)(); typedef
89 test_is_not_array<FunctionPtr>(); in main()
H A Dis_rvalue_reference.pass.cpp71 typedef void (*FunctionPtr)(); typedef
88 test_is_not_rvalue_reference<FunctionPtr>(); in main()
H A Dis_enum.pass.cpp71 typedef void (*FunctionPtr)(); typedef
92 test_is_not_enum<FunctionPtr>(); in main()
H A Dis_class.pass.cpp71 typedef void (*FunctionPtr)(); typedef
98 test_is_not_class<FunctionPtr>(); in main()
H A Dis_floating_point.pass.cpp71 typedef void (*FunctionPtr)(); typedef
100 test_is_not_floating_point<FunctionPtr>(); in main()
H A Dis_pointer.pass.cpp71 typedef void (*FunctionPtr)(); typedef
79 test_is_pointer<FunctionPtr>(); in main()
H A Dis_function.pass.cpp75 typedef void (*FunctionPtr)(); typedef
96 test_is_not_function<FunctionPtr>(); // function pointer is not a function in main()
H A Dis_integral.pass.cpp71 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 Dis_unbounded_array.pass.cpp46 typedef void (*FunctionPtr)(); typedef
62 test_array<FunctionPtr, false>(); in main()
H A Dis_bounded_array.pass.cpp46 typedef void (*FunctionPtr)(); typedef
62 test_array<FunctionPtr, false>(); in main()
H A Dis_reference.pass.cpp72 typedef void (*FunctionPtr)(); typedef
86 test_is_not_reference<FunctionPtr>(); in main()
H A Dis_compound.pass.cpp72 typedef void (*FunctionPtr)(); typedef
80 test_is_compound<FunctionPtr>(); in main()
H A Dis_object.pass.cpp72 typedef void (*FunctionPtr)(); typedef
94 test_is_object<FunctionPtr>(); in main()
H A Dis_member_pointer.pass.cpp72 typedef void (*FunctionPtr)(); typedef
103 test_is_not_member_pointer<FunctionPtr>(); in main()
H A Dis_scalar.pass.cpp72 typedef void (*FunctionPtr)(); typedef
99 test_is_scalar<FunctionPtr>(); in main()
H A Dis_arithmetic.pass.cpp78 typedef void (*FunctionPtr)(); typedef
109 test_is_not_arithmetic<FunctionPtr>(); in main()
H A Dis_fundamental.pass.cpp72 typedef void (*FunctionPtr)(); typedef
102 test_is_not_fundamental<FunctionPtr>(); in main()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp162 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 Dis_literal_type.pass.cpp73 typedef void (*FunctionPtr)(); typedef
103 test_is_literal_type<FunctionPtr>(); in main()

12