Home
last modified time | relevance | path

Searched defs:foo_1 (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/test/Index/
Dcomplete-call.cpp116 static void foo_1() {} in foo_1() function
117 void foo_1(float) {} in foo_1() function
118 static void foo_1(int) {} in foo_1() function
121 static void foo_1(T1 a, T2 b) { a + b; } in foo_1() function
124 void foo_1(T1 a, T2 b, float c) { a + b + c; } in foo_1() function
127 static void foo_1(T2 a, int b, T1 c) { a + b + c; } in foo_1() function
/external/libabigail/tests/data/test-diff-filter/
Dtest36-1-v0.c12 foo_1(struct S* s) in foo_1() function
Dtest36-1-v1.c12 foo_1(struct S* s) in foo_1() function
/external/llvm-project/clang/test/SemaCXX/
Dwarn-cast-qual.cpp39 void foo_1() { in foo_1() function
/external/google-breakpad/src/common/linux/
Dfile_id_unittest.cc320 Section foo_1(kLittleEndian); in TYPED_TEST() local