Searched defs:foo (Results 1 - 25 of 1771) sorted by relevance

1234567891011>>

/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 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 Dfunction-target-features.c13 void foo() {} function
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.c15 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
/external/clang/test/Lexer/
H A Dnewline-eof-c++98-compat.cpp5 void foo() {} // expected-warning{{C++98 requires newline at end of file} function
H A Dnewline-eof.c15 void foo() {} // expected-warning{{no newline at end of file} function
H A Dpragma-region.c17 void foo(void){} function
H A Dstring-literal-errors.cpp3 void foo() { function
27 #define foo() lots and lots of tokens, need at least 8 to fill up the smallvector buffer #BadThingsHappenNow macro

Completed in 2436 milliseconds

1234567891011>>