Searched defs:foo (Results 176 - 200 of 776) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A D2007-02-04-EmptyStruct.c6 void foo(struct empty *p) { function
H A D2007-02-16-VoidPtrDiff.c3 void foo(void *ptr, int test) { function
H A D2007-07-29-RestrictPtrArg.c3 void foo(int * __restrict myptr1, int * myptr2) { function
H A D2008-07-30-redef-of-bitcasted-decl.c26 int foo() { function
H A D2010-01-18-Inlined-Debug.c4 static inline int foo(double) __attribute__ ((always_inline));
5 static inline int foo(double __x) { return __x; } function
8 foo(x);
H A D2010-02-10-PointerName.c4 void foo() { function
H A D2010-02-16-DbgScopes.c6 void foo(int s) { function
H A D2010-03-5-LexicalScope.c2 int foo(int i) { function
H A D2010-06-11-SaveExpr.c3 void foo(void) function
H A D2010-07-08-DeclDebugLineNo.c4 void foo() { function
H A DPR2643-null-store-to-bitfield.c4 void foo() { function
H A DPR5060-align.c3 // CHECK: @foo.p = internal global i8 0, align 32
4 char *foo(void) { function
H A Dalways-inline.c1 // RUN: %clang_cc1 -emit-llvm %s -o - | grep call | not grep foo
6 inline void __attribute__((__always_inline__)) foo() { function
11 foo();
H A Dannotations-global.c9 __attribute((annotate("foo_0"))) __attribute((annotate("foo_1"))) char foo; variable
27 // FOO: @llvm.global.annotations = appending global [10 x { i8*, i8*, i8*, i32 }] {{.*}}i8* @foo{{.*}}i8* @foo{{.*}}, section "llvm.metadata"
H A Dblocksignature.c23 void foo(int param) { function
H A Dcatch-undef-behavior.c4 void foo() { function
H A Ddebug-info-enum.c9 int foo(int i) { function
H A Ddebug-info-line.c8 int foo() { function
H A Ddebug-info-line2.c5 int foo(int i) { function
H A Denum2.c5 void foo (void) function
H A Dfunccall.c4 void foo() { function
10 foo();
17 // RUN: echo foo
H A Dimplicit-arg.c6 void foo() { function
H A Dptx-cc.c6 void foo(float* a, function
H A Dvfprintf.c5 void foo(__builtin_va_list ap) { function
H A Dvla-2.c5 void foo(int a) function

Completed in 137 milliseconds

1234567891011>>