Searched defs:foo (Results 126 - 150 of 1723) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/webkit/
H A Dget-by-pname-that-looks-like-a-patchable-get-by-val.js28 function foo() { function
42 shouldBe("foo()", "300");
H A Dnew-array-double-with-holes.js28 function foo(array, i) { function
33 shouldBe("foo([, 1.5], 0)", "void 0");
H A Dtry-catch-try-try-catch-try-finally-return-catch-finally.js28 function foo() { function
49 foo();
H A Dtry-try-return-finally-finally.js28 function foo() { function
44 foo();
/external/clang/test/Analysis/
H A Dredefined_system.c15 int foo () { function
/external/clang/test/CodeGen/
H A D2002-07-17-StringConstant.c4 char * foo() { return "\\begin{"; } function
H A D2004-03-07-ExternalConstant.c5 int foo () { function
H A D2004-03-16-AsmRegisterCrash.c4 int foo() { function
H A D2007-01-24-InlineAsmCModifier.c5 void foo() { function
H A D2009-03-01-MallocNoAlias.c3 void * __attribute__ ((malloc)) foo (void) { return 0; } function
H A D2009-03-13-dbg.c2 void foo() {} function
H A Dannotations-loc.c7 int __attribute((annotate("foo"))) foo(void) { return 0; } function
H A Dasm-reg-var-local.c4 int foo() { function
H A Dattribute_constructor.c3 void foo() __attribute__((constructor));
4 void foo() { function
H A Dbuiltin-rename.c6 int foo(void) { function
H A Demit-all-decls.c2 // RUN: not grep "@foo" %t
4 // RUN: grep "@foo" %t
6 static void foo() { function
H A Dfunc-aligned.c4 void foo() __attribute__((aligned (64)));
5 void foo() { function
6 // CHECK: define void @foo() {{.*}} align 64
H A Dhidden-alias-to-internal-function.c3 static void foo(void) {} function
4 void bar(void) __attribute__((alias("foo")))
7 // CHECK: @bar = hidden alias void ()* @foo
8 // CHECK: define internal void @foo()
H A Dimaginary.c4 double _Imaginary foo; // expected-error {{imaginary types are not supported}} variable
H A Dmcount.c5 void foo(void) { function
/external/clang/test/CodeGenCXX/
H A Ddebug-info-nullptr.cpp3 void foo() { function
/external/clang/test/Driver/
H A Ddebug-main-file.S7 foo: label
H A Dredzone.c6 int foo() { return 42; } function
/external/clang/test/Index/
H A Dpreamble-reparse-cmd-define.c7 int foo() { function
/external/clang/test/Index/reparse-with-remaps/
H A Dreparse.c6 void foo() { function

Completed in 3287 milliseconds

1234567891011>>