Home
last modified time | relevance | path

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

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