Searched refs:foo (Results 76 - 100 of 1436) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
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-pubtypes.cpp13 void foo();
16 void G::foo() { function in class:G
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.c20 #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 Dmacro_paste_identifier_error.c5 #define foo a ## b ## = 0 macro
6 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/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
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

Completed in 225 milliseconds

1234567891011>>