Searched refs:foo (Results 126 - 150 of 2451) sorted by relevance

1234567891011>>

/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
/external/clang/test/CodeGenCXX/
H A D2006-11-20-GlobalSymbols.cpp7 int foo __asm__("f\001oo");
10 return foo;
H A Dapple-kext-guard-variable.cpp5 int foo();
8 static int x = foo(); // expected-error {{this initialization requires a guard variable, which the kernel does not support}}
H A Ddebug-info-cxx1y.cpp3 struct foo { struct
7 foo f;
H A Ddeferred-global-init.cpp4 extern void* foo;
5 static void* const a = foo;
11 // CHECK: load i8** @foo
H A Dsizeof-unwind-exception.cpp7 void foo();
10 foo();
/external/clang/test/Misc/
H A Ddiag-mapping2.c2 // RUN: %clang_cc1 %s 2>&1 | grep "warning: foo"
9 // RUN: not %clang_cc1 %s -Werror 2>&1 | grep "error: foo"
12 // RUN: not %clang_cc1 %s -Werror=#warnings 2>&1 | grep "error: foo"
15 // RUN: %clang_cc1 %s -Werror -Wno-error=#warnings 2>&1 | grep "warning: foo"
18 // RUN: %clang_cc1 %s -Werror -Wno-error 2>&1 | grep "warning: foo"
20 #warning foo
/external/clang/test/PCH/
H A Dcxx-functions.h1 void foo() throw( int, short, char, float, double );
/external/clang/test/Preprocessor/
H A Dfirst-line-indent.c0 foo
5 // CHECK: {{^ }}foo
H A Dmacro_paste_identifier_error.c6 #define foo a ## b ## = 0 macro
7 int foo; variable
H A Dmi_opt.h1 #if !defined foo MACRO
2 #define foo macro
/external/clang/test/Sema/
H A D2009-04-22-UnknownSize.c3 static struct foo s; // expected-error { tentative definition has type 'struct foo' that is never completed }
4 struct foo *p = &s;
/external/llvm/test/MC/ELF/
H A Dlocal-reloc.s6 movl foo, %r14d
7 foo: label
H A Dorg.s4 foo: label
6 .org foo+16
/external/llvm/test/MC/X86/
H A Drelax-insn.s4 .global foo
5 pushw $foo // CHECK: pushw
/external/mesa3d/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

Completed in 1126 milliseconds

1234567891011>>