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

12 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
annotations-loc.c 7 int __attribute((annotate("foo"))) foo(void) { return 0; } function
arm-target-features.c 59 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()
imaginary.c 4 double _Imaginary foo; // expected-error {{imaginary types are not supported}} variable
mcount.c 15 void foo(void) { function
mips-inline-asm-abi.c 12 void foo() {} function
nomathbuiltin.c 8 double foo(double a, double b) { function
nvptx-cc.c 6 void foo(float* a, function
nvptx-cpus.c 9 void foo(float* a, function
safestack-attr.cpp 4 int foo(int *a) { return *a; } function
  /external/clang/test/CodeGenCXX/
2007-04-14-FNoBuiltin.cpp 5 void foo(const char *msg) { function
2007-07-29-RestrictPtrArg.cpp 3 void foo(int * __restrict myptr1, int * myptr2) { function
2007-07-29-RestrictRefArg.cpp 3 void foo(int & __restrict myptr1, int & myptr2) { function
debug-info-nullptr.cpp 3 void foo() { function
debug-info-rvalue-ref.cpp 6 void foo (int &&i) function
  /external/clang/test/Driver/
as-default-dwarf.s 5 .type foo,%function
6 foo: label
11 .size foo, .Ltmp2-foo
15 @ CHECK: foo
asan.c 11 int foo(int *a) { return *a; } function
debug-main-file.S 7 foo: label

Completed in 819 milliseconds

12 3 4 5 6 7 8 91011>>