Searched defs:call_foo (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/compiler-rt/test/asan/TestCases/Linux/ | ||
H A D | init_fini_sections.cc | 14 void (*call_foo)(void) = &foo; variable |
/aosp_15_r20/external/clang/test/CodeGenCXX/ | ||
H A D | microsoft-abi-arg-order.cpp | 34 void call_foo() { in call_foo() function |
/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.variadic/ | ||
H A D | fixed-expansion.cpp | 72 void call_foo(Foo<int, float> foo_if, Foo<int> foo_i) { in call_foo() function |
/aosp_15_r20/external/pytorch/test/ | ||
H A D | test_jit.py | 10277 def call_foo(self, input): member in TestScript.test_script_define_order.M |