Searched refs:foo (Results 101 - 125 of 2171) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
H A D002-define-chain.c1 #define foo 1 macro
2 #define bar foo
H A D003-define-chain-reverse.c1 #define bar foo
2 #define foo 1 macro
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/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas32/
H A Dgas32-jmpcall.asm1 call foo
2 calll foo
4 jmp foo
5 #jmpl foo
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/
H A Dgas64-jmpcall.asm1 call foo
2 callq foo
4 jmp foo
5 #jmpq foo
/external/chromium_org/tools/gyp/test/actions-none/src/
H A Dfoo.cc0 foo.cc
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-220.js28 function foo(f) { eval(f); } function
31 foo("(function (x) { with ({x: []}) function x(){} })");
H A Dregress-794.js30 function foo() {} function
31 assertFalse("prototype" in foo.bind());
/external/clang/test/CodeGen/
H A D2003-03-03-DeferredType.c6 struct foo A;
8 struct foo { struct
H A D2004-06-08-OpaqueStructArg.c4 void foo(struct fu);
6 foo;
H A D2005-09-24-AsmUserPrefix.c4 void foo() __asm__("foo2");
7 foo();
H A Dattribute_constructor.c3 void foo() __attribute__((constructor));
4 void foo() { function
H A Dblock-copy.c7 void foo();
19 foo(lookupTable);
H A Dfunc-aligned.c4 void foo() __attribute__((aligned (64)));
5 void foo() { function
6 // CHECK: define void @foo() {{.*}} align 64

Completed in 214 milliseconds

1234567891011>>