Home
last modified time | relevance | path

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

12345678910

/llvm-project/flang/test/Lower/HLFIR/
H A Dcray-pointers.f90144 subroutine test6(n) subroutine
151 end subroutine test6 argument
H A Dfunction-return-as-expr.f90105 subroutine test6(x) subroutine
114 end subroutine test6 argument
H A Dimplicit-type-conversion.f90108 subroutine test6(x, y) subroutine
112 end subroutine test6 argument
H A Dstructure-constructor.f90211 subroutine test6(x, c) subroutine
217 end subroutine test6 argument
H A Dproc-pointer-comp-nopass.f9088 subroutine test6(x) subroutine
93 ! CHECK-LABEL: func.func @_QPtest6( argument
H A Dfunction-return-destroy.f90141 subroutine test6 subroutine
151 end subroutine test6 argument
/llvm-project/flang/test/Lower/
H A Darray-constructor-2.f90148 subroutine test6(c, d, e) subroutine
162 end subroutine test6 argument
H A Darray-copy.f9083 subroutine test6(a) subroutine
92 end subroutine test6 argument
H A Ddummy-argument-derived.f9097 subroutine test6(a) subroutine
111 ! CHECK-LABEL: func @_QPtest6k( argument
/llvm-project/llvm/test/MC/AsmParser/
H A Dmacros-darwin.s58 .macro test6 $a macro
63 test6 zed2 label
/llvm-project/clang/test/Refactor/
H A Dtool-test-support.c13 /*range =->+0:22*/int test6; variable
/llvm-project/clang/test/SemaObjC/
H A Darc-system-header.m29 id test6(void) { function
H A Dattr-called-once.m13 void test6(void (*foo)(void) __attribute__((called_once("str1", "str2")))); function
/llvm-project/llvm/test/MC/Mips/
H A Dnacl-mask.s291 test6: label
/llvm-project/clang/test/SemaCXX/
H A Dwarn-thread-safety-verbose.cpp52 void test6() { // expected-note {{thread warning in function 'test6'}} in test6() function in Test
/llvm-project/clang/test/Profile/
H A Dbranch-profdup.cpp52 bool test6(bool a) { in test6() function
/llvm-project/clang/test/CodeGen/
H A Dasm_arm.c49 void test6() { in test6() function
H A Dbool-convert.c23 _Bool test6[x]; in f() local
H A Dbuiltin-assume-aligned.c97 int test6(void) { in test6() function
/llvm-project/clang/test/Analysis/
H A Dprint-ranges.cpp43 void test6(int x, int y) { in test6() function
/llvm-project/clang/test/Parser/
H A Dpointer-arithmetic.c9 int *test6(int *a) { return 1 - a; } /* expected-error {{invalid operands}} */ in test6() function
/llvm-project/clang/test/Sema/
H A Dreturn-type-mismatch.c26 int test6(void) { in test6() function
H A Dbuiltin-alloca-with-align.c23 void test6(int a, int j) { in test6() function
/llvm-project/libcxxabi/test/
H A Dcatch_const_pointer_nullptr.pass.cpp105 void test6() in test6() function
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Ddefault.verify.cpp35 std::tuple<Implicit, Explicit> test6() { return {}; } // expected-error 1 {{chosen constructor is e… in test6() function

12345678910