Searched refs:foo (Results 201 - 225 of 2481) sorted by relevance

1234567891011>>

/external/clang/test/Misc/
H A Dserialized-diags-stable.c7 int foo() { function
/external/clang/test/Modules/Inputs/merge-friends/
H A Ddecl.h1 namespace N { struct foo; }
/external/clang/test/Modules/
H A Dmerge-decl-order.cpp5 // Check that we include all decls from 'a' before the decls from 'b' in foo's
9 N::foo *use;
H A Dmerge-friends.cpp5 N::foo *use;
/external/clang/test/Parser/
H A Dargument_redef.c4 void foo(int A) { /* expected-note {{previous definition is here}} */ function
/external/clang/test/Rewriter/
H A Dmissing-dllimport.c3 // Do not report that 'foo()' is redeclared without dllimport attribute.
7 __declspec(dllimport) int __cdecl foo(void);
8 inline int __cdecl foo() { return 0; }
/external/clang/test/Sema/
H A Darm64-inline-asm.c3 void foo() { function
H A Dblock-return-1.c4 void foo() { function
H A Dblock-return-2.c3 void foo() { function
/external/clang/test/SemaCXX/
H A Daccess-member-pointer.cpp5 class B : private A { public: void foo(); }; // expected-note {{declared private here}}
6 void B::foo() { function in class:B
7 (void)static_cast<void(A::*)()>(&B::foo);
10 (void)static_cast<void(A::*)()>(&B::foo); // expected-error {{cannot cast 'B' to its private base class 'A'}}
H A Dattr-visibility.cpp4 void foo() { function
8 void foo<int>();
11 void foo<int>();
15 void foo<int>() { function
/external/clang/test/VFS/
H A Dinclude-mixed-real-and-virtual.c11 void foo() { function
/external/llvm/test/MC/AArch64/
H A Darm64-be-datalayout.s4 foo: .xword 0x123456789abcde label
/external/llvm/test/MC/ELF/
H A Drelax.s6 .globl foo
7 foo: label
8 .set zed,foo
11 jmp foo
33 // CHECK: Name: foo (5)
/external/v8/test/mjsunit/regress/
H A Dregress-1337.js34 function foo() { bar(); } function
37 try { foo() } catch (e) { }
39 %OptimizeFunctionOnNextCall(foo)
40 try { foo() } catch (e) { }
H A Dregress-351261.js11 function foo() { function
17 foo();
18 %OptimizeFunctionOnNextCall(foo);
19 foo();
H A Dregress-builtin-array-op.js31 var foo = "hest"; variable
32 Array.prototype.sort = function(fn) { foo = "fisk"; };
33 Function.prototype.call = function() { foo = "caramel"; };
37 assertEquals("hest", foo);
/external/v8/test/preparser/
H A Dnon-use-strict-hex-escape.js31 function foo() { function
H A Dnon-use-strict-octal-escape.js31 function foo() { function
H A Dnon-use-strict-uhex-escape.js31 function foo() { function
H A Dnonstrict-with.js34 var foo = function () {
H A Dstrict-octal-indirect-regexp.js30 function foo() { function
H A Dstrict-octal-number.js30 function foo() { function
H A Dstrict-octal-string.js30 function foo() { function
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp11.cpp16 namespace ns { void foo(); } // expected-note {{target of using declaration}}
17 int foo(void); // expected-note {{conflicting declaration}}
18 using ns::foo; // expected-error {{target of using declaration conflicts with declaration already in scope}}
22 namespace ns { void foo(); } // expected-note {{target of using declaration}}
23 using ns::foo; //expected-note {{using declaration}}
24 int foo(void); // expected-error {{declaration conflicts with target of using declaration already in scope}}
28 namespace ns { void foo(); } // expected-note 2 {{target of using declaration}}
30 int foo(void); // expected-note {{conflicting declaration}}
31 using ns::foo; // expected-error {{target of using declaration conflicts with declaration already in scope}}
35 using ns::foo; //expecte
100 void foo() {} function in namespace:test6::ns
108 void foo() {} function in namespace:test7
[all...]

Completed in 483 milliseconds

1234567891011>>