| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | canondo13.f90 | 19 subroutine foo5() subroutine 20 real :: a(10, 10), b(10, 10) = 1.0 24 01 end critical
|
| /llvm-project-15.0.7/flang/test/Lower/ |
| H A D | array-elemental-calls-char-byval.f90 | 165 subroutine foo5(i, j) subroutine 166 integer :: i(10), j(10)
|
| H A D | procedure-declarations.f90 | 108 subroutine foo5(i) subroutine 114 external :: foo5 argument
|
| H A D | call-site-mangling.f90 | 114 procedure(some_bindc_iface) :: foo5 local
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | DelayedTemplateParsing.cpp | 15 void foo5() { } // expected-note {{previous definition is here}} in foo5() function in B 24 void B<T>::foo5() { // expected-error {{redefinition of 'foo5'}} in foo5() function in B 46 template <class T> void foo5() {} //expected-note {{previous definition is here}} in foo5() function 47 template <class T> void foo5() {} // expected-error {{redefinition of 'foo5'}} in foo5() function
|
| /llvm-project-15.0.7/clang/test/AST/ |
| H A D | ast-dump-invalid-auto-return-funcs.cpp | 27 auto foo5() {} // valid, no return stmt, fallback to void. in foo5() function in Foo
|
| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | aix-altivec.c | 36 vector char foo5(vector char x) { return x; } in foo5() function
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | pragma-ms-alloc-text.cpp | 36 extern "C" void foo5() {} // expected-error {{declaration of 'foo5' has a different language link… in foo5() function
|
| H A D | attr-enforce-tcb.c | 31 void foo5(void) { in foo5() function
|
| H A D | deref.c | 32 void *foo5 (void) in foo5() function
|
| H A D | arm-interrupt-attr.c | 14 __attribute__((interrupt("SWI"))) void foo5(void) {} in foo5() function
|
| H A D | warn-strict-prototypes.c | 27 struct { void (*foo5)(); } s; // expected-warning {{a function declaration without a prototype is d… member
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | 2008-03-05-syncPtr.c | 29 int* foo5(int** a, int* b) { in foo5() function
|
| H A D | mips64-padding-arg.c | 42 S0 foo5(long double a0) { in foo5() function
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | attr-non-x86-no_caller_saved_registers.cpp | 18 typedef void (*foo5)(int *); typedef
|
| H A D | attr-x86-no_caller_saved_registers.cpp | 20 typedef void (*foo5)(int *); typedef
|
| H A D | static-assert-cxx17.cpp | 56 void foo5() { in foo5() function
|
| H A D | dcl_ambig_res.cpp | 44 void foo5() in foo5() function
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | stmtexpr.cpp | 69 int* foo5() { in foo5() function 78 int foo5(bool b) { in foo5() function
|
| /llvm-project-15.0.7/clang/test/Analysis/copypaste/ |
| H A D | lambda.cpp | 21 void foo5(int a, long b) { in foo5() function
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | index-refs.cpp | 68 void foo5() { in foo5() function
|
| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | tile_ast_print.cpp | 115 void foo5(int start, int end, int step) { in foo5() function
|
| H A D | align_clause_codegen.cpp | 36 int foo5[50]; in main() local
|
| H A D | tile_codegen.cpp | 58 extern "C" void foo5() { in foo5() function
|
| /llvm-project-15.0.7/clang/test/SemaCUDA/ |
| H A D | method-target.cu | 59 __device__ void foo5(S5& s, S5& t) { in foo5() function
|