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

1 23 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
imaginary.c 4 double _Imaginary foo; // expected-error {{imaginary types are not supported}} variable
mbackchain-2.c 3 // CHECK: define void @foo() [[NUW:#[0-9]+]]
4 void foo(void) { function
mbackchain-3.c 3 // CHECK: define void @foo() [[NUW:#[0-9]+]]
4 void foo(void) { function
mbackchain.c 3 // CHECK: define void @foo() [[NUW:#[0-9]+]]
4 void foo(void) { function
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 12 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
discard-name-values.cpp 4 int foo(int bar) { 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
esan.c 11 int foo(int *a) { return *a; } function
msan.c 11 int foo(int *a) { return *a; } function
redzone.c 6 int foo() { return 42; } function
tsan.c 8 int foo(int *a) { return *a; } function
  /external/clang/test/Headers/
pmmintrin.c 8 int __attribute__((__target__(("sse3")))) foo(int a) { function
  /external/clang/test/Index/Inputs/
remap-load-to.c 1 int foo(int parm1, float parm2) { function

Completed in 1677 milliseconds

1 23 4 5 6 7 8 91011>>