HomeSort by relevance Sort by last modified time
    Searched refs:foo0 (Results 1 - 16 of 16) sorted by null

  /external/clang/test/CodeGen/
mips64-f128-literal.c 7 LD foo0() { function
attr-no-tail.c 23 int foo0(int a) { function
  /external/clang/test/CXX/temp/temp.param/
p9.cpp 6 void foo0(T);
  /external/clang/test/SemaCXX/
vartemplate-lambda.cpp 5 template <typename> void foo0() { fn0<char>(); } function
warn-unused-local-typedef.cpp 17 typedef int foo0; // expected-warning {{unused typedef 'foo0'}} typedef
  /toolchain/binutils/binutils-2.25/gold/testsuite/
pr14265.c 1 int foo0 __attribute__((used,section(".foo0.0"))); variable
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-gc/
pr14265.c 1 int foo0 __attribute__((used,section(".foo0.0"))); variable
  /external/clang/test/OpenMP/
function-attr.cpp 16 void foo0();
24 foo0();
  /external/eigen/test/
dynalloc.cpp 151 MyStruct foo0; VERIFY(internal::UIntPtr(foo0.avec.data())%ALIGNMENT==0); local
158 MyStruct *foo0 = new MyStruct(); VERIFY(internal::UIntPtr(foo0->avec.data())%ALIGNMENT==0); local
160 delete foo0;
168 MyStruct *foo0 = new MyStruct[N]; VERIFY(internal::UIntPtr(foo0->avec.data())%ALIGNMENT==0); local
170 delete[] foo0;
  /external/clang/test/Sema/
missing-field-initializers.c 7 struct Foo foo0 = { 1 }; // expected-warning {{missing field 'b' initializer}} variable in typeref:struct:Foo
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
pr14156c.d 1 #source: foo0.s
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
tls-hidden3.d 12 # foo0 (-0x7ff0 + 0x2c)
  /external/clang/test/SemaTemplate/
explicit-instantiation.cpp 79 template<int I> void foo0 (int (&)[I + 1]) { } function
80 template void foo0<2> (int (&)[3]);
  /external/clang/test/Parser/
switch-recovery.cpp 219 switch (int foo0) //expected-error{{variable declaration in condition must have an initializer}}
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pj/
ops.s 2 .globl foo0
3 foo0: label
ops.d 11 00000000 <foo0-0x1>:
14 00000001 <foo0>:

Completed in 1524 milliseconds