Home
last modified time | relevance | path

Searched defs:foo0 (Results 1 – 8 of 8) sorted by relevance

/external/eigen/test/eigen2/
Deigen2_dynalloc.cpp108 MyStruct foo0; VERIFY(std::size_t(foo0.avec.data())%ALIGNMENT==0); in test_eigen2_dynalloc() local
115 MyStruct *foo0 = new MyStruct(); VERIFY(std::size_t(foo0->avec.data())%ALIGNMENT==0); in test_eigen2_dynalloc() local
125 MyStruct *foo0 = new MyStruct[N]; VERIFY(std::size_t(foo0->avec.data())%ALIGNMENT==0); in test_eigen2_dynalloc() local
/external/eigen/test/
Ddynalloc.cpp110 MyStruct foo0; VERIFY(size_t(foo0.avec.data())%ALIGNMENT==0); in test_dynalloc() local
117 MyStruct *foo0 = new MyStruct(); VERIFY(size_t(foo0->avec.data())%ALIGNMENT==0); in test_dynalloc() local
127 MyStruct *foo0 = new MyStruct[N]; VERIFY(size_t(foo0->avec.data())%ALIGNMENT==0); in test_dynalloc() local
/external/clang/test/CodeGen/
Dmips64-f128-literal.c7 LD foo0() { in foo0() function
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/
Dinvoke_no_variadics.pass.cpp21 int foo0() { return 42; } in foo0() function
/external/clang/test/Sema/
Dmissing-field-initializers.c7 struct Foo foo0 = { 1 }; // expected-warning {{missing field 'b' initializer}} variable
/external/clang/test/SemaTemplate/
Dexplicit-instantiation.cpp79 template<int I> void foo0 (int (&)[I + 1]) { } in foo0() function
/external/clang/test/SemaCXX/
Dwarn-unused-local-typedef.cpp17 typedef int foo0; // expected-warning {{unused typedef 'foo0'}} in f() typedef
/external/v8/test/cctest/
Dtest-api.cc8685 v8::Handle<Value> foo0 = global0->Get(v8_str("foo")); in TEST() local