Home
last modified time | relevance | path

Searched defs:func_ref (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/mutual_exclusion/with_lock_guard/
Dwith_lock_guard_bind.cpp28 int func_ref(int& a) const { in func_ref() function in Foo
33 void func_ref(int& a, int& b, int* c) const { in func_ref() function in Foo
93 int func_ref(int& a) { in func_ref() function in Boo
98 void func_ref(int& a, int& b, int* c) { in func_ref() function in Boo
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/function_types/test/classification/
Dis_function_pointer.cpp16 typedef void (&func_ref)(); typedef
Dis_nonmember_callable_builtin.cpp16 typedef void (&func_ref)(); typedef
Dis_callable_builtin.cpp16 typedef void (&func_ref)(); typedef
Dis_function_reference.cpp16 typedef void (&func_ref)(); typedef
Dis_function.cpp16 typedef void (&func_ref)(); typedef
Dis_member_function_pointer.cpp16 typedef void (&func_ref)(); typedef
Dis_member_object_pointer.cpp16 typedef void (&func_ref)(); typedef
Dis_member_pointer.cpp16 typedef void (&func_ref)(); typedef
Dis_variadic.cpp18 typedef void (&func_ref)(...); typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/function_types/test/decomposition/
Dparameter_types.cpp22 typedef C (&func_ref)(); typedef
Dcomponents.cpp21 typedef C (&func_ref)(int,int); typedef
Dfunction_arity.cpp16 typedef C (&func_ref)(int,int); typedef
Dresult_type.cpp22 typedef C (&func_ref)(); typedef
/aosp_15_r20/external/clang/test/SemaCXX/
H A DPR10177.cpp7 template<typename T, typename U, U> void func_ref() {} in func_ref() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/function_types/example/
Dresult_of_example.cpp40 typedef int (&func_ref)(float, double); in main() typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/test/
Dresult_of_test.cpp166 typedef int (&func_ref)(float, double); in main() typedef
/aosp_15_r20/external/libaom/test/
H A Davg_test.cc873 SatdFuncType func_ref; member
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/
H A Dtf_to_tfrt.cc2146 auto func_ref = mlir::SymbolRefAttr::get(builder.getContext(), module_name, in OutlineClusterOp() local