HomeSort by relevance Sort by last modified time
    Searched defs:foo (Results 26 - 50 of 3901) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
2004-03-16-AsmRegisterCrash.c 4 int foo() { function
2004-05-07-VarArrays.c 3 int foo(int len, char arr[][len], int X) { function
2005-02-20-AggregateSAVEEXPR.c 3 int foo(__complex float c) { function
2005-03-11-Prefetch.c 3 void foo(int *P) { function
2005-07-20-SqrtNoErrno.c 5 float foo(float X) { function
6 // CHECK: foo
2007-01-24-InlineAsmCModifier.c 5 void foo() { function
2007-02-16-VoidPtrDiff.c 3 void foo(void *ptr, int test) { function
2007-03-01-VarSizeArrayIdx.c 4 float foo(int w, float A[][w], int g, int h) { function
2007-04-14-FNoBuiltin.c 7 // CHECK: define {{.*}}void {{.*}}foo(
8 void foo(const char *msg) { function
2007-07-29-RestrictPtrArg.c 3 void foo(int * __restrict myptr1, int * myptr2) { function
2007-09-14-NegatePointer.c 4 int foo(unsigned char *test) { function
2007-10-02-VolatileArray.c 4 void foo(volatile int *p) function
2009-03-01-MallocNoAlias.c 3 void * __attribute__ ((malloc)) foo (void) { return 0; } function
2009-03-13-dbg.c 2 void foo() {} function
2009-09-24-SqrtErrno.c 6 float foo(float X) { function
7 // CHECK: foo
annotations-loc.c 7 int __attribute((annotate("foo"))) foo(void) { return 0; } function
arm-target-features.c 63 void foo() {} function
asm-unicode.S 11 foo: label
attr-target-ppc.c 3 long __attribute__((target("power8-vector,no-vsx"))) foo (void) { return 0; } // expected-error {{option '-mpower8-vector' cannot be specified with '-mno-vsx'}} function
attribute_constructor.c 3 void foo() __attribute__((constructor));
4 void foo() { function
builtin-rename.c 6 int foo(void) { function
emit-all-decls.c 2 // RUN: not grep "@foo" %t
4 // RUN: grep "@foo" %t
6 static void foo() { function
func-aligned.c 4 void foo() __attribute__((aligned (64)));
5 void foo() { function
6 // CHECK: define void @foo() {{.*}} align 64
function-target-features.c 16 void foo() {} function
hidden-alias-to-internal-function.c 3 static void foo(void) {} function
4 void bar(void) __attribute__((alias("foo")))
7 // CHECK: @bar = hidden alias void (), void ()* @foo
8 // CHECK: define internal void @foo()

Completed in 207 milliseconds

12 3 4 5 6 7 8 91011>>