Home
last modified time | relevance | path

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

/external/llvm-project/flang/test/Semantics/
Dcanondo09.f9020 subroutine foo0() subroutine
23 01 end if
/external/llvm-project/lld/test/ELF/
Dmips-mgot.s103 .global foo0 symbol
104 foo0: label
/external/llvm-project/lld/test/ELF/Inputs/
Dmips-dynamic.s7 .globl foo0 symbol
9 foo0: label
/external/eigen/test/
Ddynalloc.cpp151 MyStruct foo0; VERIFY(internal::UIntPtr(foo0.avec.data())%ALIGNMENT==0); in test_dynalloc() local
158 MyStruct *foo0 = new MyStruct(); VERIFY(internal::UIntPtr(foo0->avec.data())%ALIGNMENT==0); in test_dynalloc() local
168 MyStruct *foo0 = new MyStruct[N]; VERIFY(internal::UIntPtr(foo0->avec.data())%ALIGNMENT==0); in test_dynalloc() 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/llvm-project/clang/test/CodeGen/
Dmips64-f128-literal.c7 LD foo0() { in foo0() function
Dattr-no-tail.c23 int foo0(int a) { in foo0() function
/external/llvm-project/clang/test/PCH/
Dnon-trivial-c-union.m20 U0 foo0(void); // expected-error {{cannot use type 'U0' for function/method return since it is a un… 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/llvm-project/clang/test/SemaCXX/
Dinstantiate-template-fatal-error.cpp6 template <class T> bool foo0(const long long *a, T* b) { in foo0() function
Dvartemplate-lambda.cpp4 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/llvm-project/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/llvm-project/clang/test/SemaObjC/
Dnon-trivial-c-union.m22 U0 foo0(U0); // expected-error {{cannot use type 'U0' for a function/method parameter since it is a… function
/external/llvm-project/clang/test/Sema/
Dwarn-strict-prototypes.c5 void foo0() {} // expected-warning {{this old-style function definition is not preceded by a protot… in foo0() function
Dmissing-field-initializers.c7 struct Foo foo0 = { 1 }; // expected-warning {{missing field 'b' initializer}} variable
/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/llvm-project/clang/test/SemaTemplate/
Dexplicit-instantiation.cpp79 template<int I> void foo0 (int (&)[I + 1]) { } in foo0() function
/external/adhd/cras/src/tests/
Ddsp_ini_unittest.cc136 struct port* foo0 = ARRAY_ELEMENT(&foo->ports, 0); in TEST_F() local