Home
last modified time | relevance | path

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

/aosp_15_r20/external/compiler-rt/test/asan/TestCases/Linux/
H A Dinit-order-dlopen.cc31 Foo global_foo; variable
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dwarn-unused-local-typedef.cpp14 typedef int global_foo; // no diag typedef
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_copy.py758 def global_foo(x, y): return x+y function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_copy.py906 def global_foo(x, y): return x+y function