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

  /external/clang/test/CodeGen/
mips64-f128-literal.c 7 LD foo0() { function
  /external/clang/test/CXX/temp/temp.param/
p9.cpp 6 void foo0(T);
  /external/eigen/test/
dynalloc.cpp 110 MyStruct foo0; VERIFY(size_t(foo0.avec.data())%ALIGNMENT==0); local
117 MyStruct *foo0 = new MyStruct(); VERIFY(size_t(foo0->avec.data())%ALIGNMENT==0); local
119 delete foo0;
127 MyStruct *foo0 = new MyStruct[N]; VERIFY(size_t(foo0->avec.data())%ALIGNMENT==0); local
129 delete[] foo0;
  /external/eigen/test/eigen2/
eigen2_dynalloc.cpp 108 MyStruct foo0; VERIFY(std::size_t(foo0.avec.data())%ALIGNMENT==0); local
115 MyStruct *foo0 = new MyStruct(); VERIFY(std::size_t(foo0->avec.data())%ALIGNMENT==0); local
117 delete foo0;
125 MyStruct *foo0 = new MyStruct[N]; VERIFY(std::size_t(foo0->avec.data())%ALIGNMENT==0); local
127 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
  /external/clang/test/SemaTemplate/
explicit-instantiation.cpp 78 template<int I> void foo0 (int (&)[I + 1]) { } function
79 template void foo0<2> (int (&)[3]);
  /external/chromium_org/ui/base/models/
list_model_unittest.cc 124 scoped_ptr<FooItem> foo0(new FooItem(0));
128 model.Add(foo0.get());
  /external/clang/test/Parser/
switch-recovery.cpp 219 switch (int foo0) //expected-error{{variable declaration in condition must have an initializer}}
  /external/chromium_org/v8/test/cctest/
test-api.cc 8446 v8::Handle<Value> foo0 = global0->Get(v8_str("foo")); local
    [all...]

Completed in 463 milliseconds