/llvm-project/flang/test/Semantics/ |
H A D | canondo09.f90 | 20 subroutine foo0() subroutine 23 01 end if
|
/llvm-project/lld/test/ELF/ |
H A D | mips-mgot.s | 103 .global foo0 symbol 104 foo0: label
|
H A D | eh-frame-multiple-cie.s | 26 foo0: label
|
/llvm-project/lld/test/ELF/Inputs/ |
H A D | mips-dynamic.s | 7 .globl foo0 symbol 9 foo0: label
|
/llvm-project/llvm/test/MC/COFF/ |
H A D | section-sym-err.s | 4 foo0: label
|
/llvm-project/clang/test/CodeGen/ |
H A D | mips64-f128-literal.c | 7 LD foo0(void) { in foo0() function
|
H A D | attr-no-tail.c | 23 int foo0(int a) { in foo0() function
|
H A D | cfi-icall-normalize.c | 6 void foo0(char arg) { } in foo0() function
|
/llvm-project/clang/test/PCH/ |
H A 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
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | asm.m | 22 void foo0() { function
|
/llvm-project/clang/test/SemaCXX/ |
H A D | instantiate-template-fatal-error.cpp | 6 template <class T> bool foo0(const long long *a, T* b) { in foo0() function
|
H A D | vartemplate-lambda.cpp | 4 template <typename> void foo0() { fn0<char>(); } in foo0() function
|
H A D | cxx2a-initializer-aggregates.cpp | 77 struct Foo foo0 = { 1 }; // wmissing-warning {{missing field 'b' initializer}} variable
|
H A D | warn-unused-local-typedef.cpp | 17 typedef int foo0; // expected-warning {{unused typedef 'foo0'}} in f() typedef
|
/llvm-project/clang/test/CodeGenObjCXX/ |
H A D | auto-release-result-assert.mm | 19 S1Ref foo0(int); function
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | asm.cpp | 29 void foo0(A &a) { in foo0() function
|
/llvm-project/clang/test/SemaObjC/ |
H A 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 union that is non-trivial to destruct}} expected-error {{cannot use type 'U0' global() function
|
/llvm-project/clang/test/Sema/ |
H A D | warn-strict-prototypes.c | 5 void foo0() {} // expected-warning {{a function declaration without a prototype is deprecated in al… in foo0() function
|
H A D | mips-interrupt-attr.c | 6 __attribute((interrupt(42))) void foo0(void) {} // expected-error {{expected string literal as argu… in foo0() function
|
H A D | riscv-interrupt-attr.c | 28 __attribute__((interrupt(42))) void foo0(void) {} // expected-error {{expected string literal as ar… in foo0() function
|
H A D | missing-field-initializers.c | 7 struct Foo foo0 = { 1 }; // expected-warning {{missing field 'b' initializer}} variable
|
/llvm-project/clang/test/CodeGen/SystemZ/ |
H A D | unaligned-symbols.c | 24 unsigned char foo0 () { in foo0() function
|
/llvm-project/clang/test/OpenMP/ |
H A D | align_clause_codegen.cpp | 31 int foo0[5]; in main() local
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | explicit-instantiation.cpp | 78 template<int I> void foo0 (int (&)[I + 1]) { } in foo0() function
|
/llvm-project/clang/test/CodeGen/avr/ |
H A D | argument.c | 11 char foo0(char a, char b, ...) { in foo0() function
|