Home
last modified time | relevance | path

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

/external/eigen/test/
Ddynalloc.cpp153 MyStruct foo0; VERIFY(internal::UIntPtr(foo0.avec.data())%ALIGNMENT==0); in EIGEN_DECLARE_TEST() local
160 MyStruct *foo0 = new MyStruct(); VERIFY(internal::UIntPtr(foo0->avec.data())%ALIGNMENT==0); in EIGEN_DECLARE_TEST() local
170 MyStruct *foo0 = new MyStruct[N]; VERIFY(internal::UIntPtr(foo0->avec.data())%ALIGNMENT==0); in EIGEN_DECLARE_TEST() local
/external/clang/test/CodeGen/
Dmips64-f128-literal.c7 LD foo0() { in foo0() function
Dattr-no-tail.c23 int foo0(int a) { in foo0() function
/external/clang/test/SemaCXX/
Dvartemplate-lambda.cpp5 template <typename> void foo0() { fn0<char>(); } in foo0() function
Dwarn-unused-local-typedef.cpp17 typedef int foo0; // expected-warning {{unused typedef 'foo0'}} in f() typedef
/external/clang/test/CodeGenObjCXX/
Dauto-release-result-assert.mm19 S1Ref foo0(int); function
/external/libabigail/tests/data/test-diff-filter/
Dtest45-basic-type-change-v0.cc27 foo0(S0& s) in foo0() function
Dtest45-basic-type-change-v1.cc26 foo0(S0& s) 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