Home
last modified time | relevance | path

Searched defs:call_foo (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/compiler-rt/test/asan/TestCases/Linux/
H A Dinit_fini_sections.cc14 void (*call_foo)(void) = &foo; variable
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-arg-order.cpp34 void call_foo() { in call_foo() function
/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dfixed-expansion.cpp72 void call_foo(Foo<int, float> foo_if, Foo<int> foo_i) { in call_foo() function
/aosp_15_r20/external/pytorch/test/
H A Dtest_jit.py10277 def call_foo(self, input): member in TestScript.test_script_define_order.M
10290 def call_foo(self, input): member in TestScript.test_script_define_order_recursive_fail.M
10304 def call_foo(self, input): member in TestScript.test_script_kwargs_fn_call.M