Searched refs:foo (Results 151 - 175 of 2451) sorted by relevance

1234567891011>>

/external/mesa3d/src/glsl/glcpp/tests/
H A D005-define-composite-chain.c1 #define foo 1 macro
2 #define bar a foo
H A D006-define-composite-chain-reverse.c1 #define bar a foo
2 #define foo 1 macro
H A D013-define-func-1-arg-unused.c1 #define foo(x) 1 macro
2 foo(bar)
H A D015-define-object-with-parens.c1 #define foo ()1 macro
2 foo()
H A D016-define-func-1-arg.c1 #define foo(x) ((x)+1) macro
2 foo(bar)
H A D018-define-func-macro-as-parameter.c2 #define foo(x) x macro
3 foo(1)
H A D025-func-macro-as-non-macro.c1 #define foo(bar) bar macro
2 foo bar
H A D026-define-func-extra-newlines.c1 #define foo(a) bar macro
3 foo
H A D027-define-chain-obj-to-func.c2 #define foo failure() macro
3 foo
H A D028-define-chain-obj-to-non-func.c2 #define foo success macro
3 foo
H A D055-define-chain-obj-to-func-parens-in-text.c2 #define foo failure macro
3 foo()
H A D060-left-paren-in-macro-right-paren-in-text.c2 #define foo double( macro
3 foo 5)
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-874178.js28 function foo(){} function
29 assertTrue(Function.prototype.isPrototypeOf(foo));
31 foo.bar = 'hello';
32 assertTrue(foo.propertyIsEnumerable('bar'));
H A Dregress-crbug-126414.js28 function foo(bar) { function
31 foo(0); // Handled in runtime.
32 foo(-536870912); // Triggers bug.
/external/clang/test/SemaCXX/
H A Ddefaulted-ctor-loop.cpp5 struct foo;
7 bar(foo&);
9 struct foo { struct
11 foo() function in struct:foo
H A DPR8884.cpp4 friend struct foo;
5 static struct foo& baz ();
7 struct foo { struct
H A Dpragma-weak.cpp3 #pragma weak foo macro
4 static void foo();
6 void foo() { function
/external/compiler-rt/test/profile/
H A Dinstrprof-reset-counters.c7 void foo(int);
9 foo(0);
11 foo(1);
14 void foo(int N) { function
15 // CHECK-LABEL: define void @foo(
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
H A D062-if-0-skips-garbage.c1 #define foo(a,b) macro
3 foo(bar)
4 foo(
/external/chromium_org/v8/test/message/regress/
H A Dregress-1527.js28 var o1 = {foo: 'bar'};
31 2: o1.foo,
32 3: foo
/external/chromium_org/v8/test/webkit/fast/js/kde/
H A Dcrash-2.js26 function foo() { function
27 foo();
31 foo();
/external/clang/test/CodeGen/
H A D2002-04-07-SwitchStmt.c4 int foo();
7 while (foo()) {
8 switch (foo()) {
H A D2003-08-20-PrototypeMismatch.c5 static int foo(int);
7 static int foo(C) function
14 foo(7);
H A D2003-08-23-LocalUnionTest.c5 union foo { int X; }; union
7 int test(union foo* F) {
9 union foo { float X; } A; union
/external/clang/test/PCH/
H A Dreinclude1.h6 int foo; variable
7 #define foo foo macro

Completed in 3540 milliseconds

1234567891011>>