Searched refs:foo (Results 176 - 200 of 2481) sorted by relevance

1234567891011>>

/external/lldb/test/lang/c/shared_lib_stripped_symbols/
H A Dfoo.h1 struct foo;
9 struct foo *GetMeAFoo();
10 struct sub_foo *GetMeASubFoo (struct foo *in_foo);
/external/llvm/test/DebugInfo/AArch64/
H A Deh_frame.s4 .globl foo
5 .type foo,@function
6 foo: label
/external/llvm/test/MC/ELF/
H A Dbad-expr2.s5 // CHECK: call foo - bar
8 call foo - bar
9 .section .foo
10 foo: label
/external/mesa3d/src/glsl/glcpp/tests/
H A D004-define-recursive.c1 #define foo bar macro
3 #define baz foo
4 foo
/external/v8/test/mjsunit/regress/
H A Dregress-350884.js8 function foo(flag_index) { function
14 foo(1);
15 foo(2);
/external/clang/test/Analysis/
H A Danalyzer-config.c5 void foo() { bar(); } function
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
H A Dp3.cpp10 void foo(const Foo &foo);
14 enum E { foo = 0 }; enumerator in enum:test0::Test::E
17 foo(A::Foo()); // expected-error {{not a function}}
/external/clang/test/CXX/class/class.friend/
H A Dp1-ambiguous.cpp10 class foo;
13 int c_func(foo *a);
15 int cpp_func(foo *a);
17 class foo { class
19 friend int c_func(foo *a);
20 friend int cpp_func(foo *a);
26 int c_func(foo *a) {
30 int cpp_func(foo *a) {
34 int foo::caller() {
/external/clang/test/CXX/over/over.match/over.match.best/over.best.ics/over.ics.list/
H A Dp6.cpp6 static void foo(const T &t) {} function in struct:test0::A
7 static void foo(T &&t) { function in struct:test0::A
8 t.foo(); // expected-error {{member reference base type 'int' is not a structure or union}}
13 A<int>::foo({}); // expected-note {{requested here}}
/external/clang/test/CodeGen/
H A D2004-03-07-ExternalConstant.c5 int foo () { function
H A D2004-05-21-IncompleteEnum.c3 void test(enum foo *X) {
H A D2004-07-06-FunctionCast.c7 int foo(void) { function
H A D2007-10-02-VolatileArray.c4 void foo(volatile int *p) function
H A D2009-03-01-MallocNoAlias.c3 void * __attribute__ ((malloc)) foo (void) { return 0; } function
H A D2009-07-31-DbgDeclare.c2 void foo() { function
H A D2010-07-08-DeclDebugLineNo.c4 void foo() { function
H A Dannotations-loc.c7 int __attribute((annotate("foo"))) foo(void) { return 0; } function
/external/clang/test/CodeGenCXX/
H A Ddebug-info-wchar.cpp2 void foo() { function
/external/clang/test/Driver/
H A Dasan.c7 int foo(int *a) { return *a; } function
H A Dtsan.c8 int foo(int *a) { return *a; } function
/external/clang/test/Index/Inputs/
H A Dprefix.h3 int foo(int);
/external/clang/test/Index/
H A Dunmatched-braces.c1 void foo() { function
/external/clang/test/Lexer/Inputs/
H A Dbad-header-guard-defined.h1 #if !defined(foo)
/external/clang/test/Misc/
H A Ddiag-format.c35 #ifdef foo
H A Ddiag-mapping.c27 #ifdef foo

Completed in 1335 milliseconds

1234567891011>>