/external/llvm-project/flang/test/Semantics/ |
D | canondo09.f90 | 20 subroutine foo0() subroutine 23 01 end if
|
/external/llvm-project/lld/test/ELF/ |
D | mips-mgot.s | 103 .global foo0 symbol 104 foo0: label
|
/external/llvm-project/lld/test/ELF/Inputs/ |
D | mips-dynamic.s | 7 .globl foo0 symbol 9 foo0: label
|
/external/eigen/test/ |
D | dynalloc.cpp | 151 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/ |
D | mips64-f128-literal.c | 7 LD foo0() { in foo0() function
|
D | attr-no-tail.c | 23 int foo0(int a) { in foo0() function
|
/external/llvm-project/clang/test/CodeGen/ |
D | mips64-f128-literal.c | 7 LD foo0() { in foo0() function
|
D | attr-no-tail.c | 23 int foo0(int a) { in foo0() function
|
/external/llvm-project/clang/test/PCH/ |
D | non-trivial-c-union.m | 20 U0 foo0(void); // expected-error {{cannot use type 'U0' for function/method return since it is a un… function
|
/external/clang/test/SemaCXX/ |
D | vartemplate-lambda.cpp | 5 template <typename> void foo0() { fn0<char>(); } in foo0() function
|
D | warn-unused-local-typedef.cpp | 17 typedef int foo0; // expected-warning {{unused typedef 'foo0'}} in f() typedef
|
/external/llvm-project/clang/test/SemaCXX/ |
D | instantiate-template-fatal-error.cpp | 6 template <class T> bool foo0(const long long *a, T* b) { in foo0() function
|
D | vartemplate-lambda.cpp | 4 template <typename> void foo0() { fn0<char>(); } in foo0() function
|
D | warn-unused-local-typedef.cpp | 17 typedef int foo0; // expected-warning {{unused typedef 'foo0'}} in f() typedef
|
/external/clang/test/CodeGenObjCXX/ |
D | auto-release-result-assert.mm | 19 S1Ref foo0(int); function
|
/external/llvm-project/clang/test/CodeGenObjCXX/ |
D | auto-release-result-assert.mm | 19 S1Ref foo0(int); function
|
/external/libabigail/tests/data/test-diff-filter/ |
D | test45-basic-type-change-v0.cc | 27 foo0(S0& s) in foo0() function
|
D | test45-basic-type-change-v1.cc | 26 foo0(S0& s) in foo0() function
|
/external/llvm-project/clang/test/SemaObjC/ |
D | non-trivial-c-union.m | 22 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/ |
D | warn-strict-prototypes.c | 5 void foo0() {} // expected-warning {{this old-style function definition is not preceded by a protot… in foo0() function
|
D | missing-field-initializers.c | 7 struct Foo foo0 = { 1 }; // expected-warning {{missing field 'b' initializer}} variable
|
/external/clang/test/Sema/ |
D | missing-field-initializers.c | 7 struct Foo foo0 = { 1 }; // expected-warning {{missing field 'b' initializer}} variable
|
/external/clang/test/SemaTemplate/ |
D | explicit-instantiation.cpp | 79 template<int I> void foo0 (int (&)[I + 1]) { } in foo0() function
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | explicit-instantiation.cpp | 79 template<int I> void foo0 (int (&)[I + 1]) { } in foo0() function
|
/external/adhd/cras/src/tests/ |
D | dsp_ini_unittest.cc | 136 struct port* foo0 = ARRAY_ELEMENT(&foo->ports, 0); in TEST_F() local
|