/llvm-project/cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/ |
H A D | simplified_template_names.cpp | 67 struct t6 { struct 69 void operator<<(int) { in operator <<() 72 void operator<(int) { in operator <() 75 void operator<=(int) { in operator <=() 78 operator t1<float>*() { in operator t1<float>*() 82 void operator-(int) { in operator -() 85 void operator*(int) { in operator *() 88 void operator/(int) { in operator /() 91 void operator%(int) { in operator %() 94 void operator^(int) { in operator ^() [all …]
|
/llvm-project/llvm/test/MC/COFF/ |
H A D | cross-section-relative.s | 49 .globl t6 # @t6 symbol 51 t6: label
|
/llvm-project/clang/test/Index/ |
H A D | complete-documentation.cpp | 36 T6 t6; in test1() local
|
/llvm-project/llvm/test/MC/X86/ |
H A D | intel-syntax-branch.s | 55 t6: label
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/llvm/ |
H A D | twine-local.cpp | 56 const Twine t6 = true ? Twine() : Twine(42); in main() local
|
/llvm-project/llvm/test/tools/llvm-ml/ |
H A D | command_line_defines.asm | 54 t6: label
|
H A D | struct_errors.asm | 29 t6 real_test <,<2.0,-2.0>> label
|
H A D | segment.asm | 34 t6 SEGMENT label
|
H A D | rip_relative_addressing.asm | 41 t6: label
|
H A D | radix.asm | 50 t6: label
|
/llvm-project/clang/test/CodeGen/ |
H A D | ms-inline-asm.c | 42 void t6(void) { in t6() function
|
H A D | catch-implicit-signed-integer-truncations-incdec.c | 233 signed short t6(signed short x) { in t6() function
|
H A D | catch-implicit-integer-sign-changes-incdec.c | 235 signed short t6(signed short x) { in t6() function
|
H A D | asm_arm64.c | 34 void t6 (void *f, int g) { in t6() function
|
H A D | builtins-hexagon-v67.c | 35 double t6(double a, double b) { in t6() function
|
H A D | arm-apcs-zerolength-bitfield.c | 55 struct t6 struct 62 static int arr6_offset[(offsetof(struct t6, bar2) == 5) ? 0 : -1]; argument
|
H A D | arm-aapcs-zerolength-bitfield.c | 52 struct t6 struct 59 static int arr6_offset[(offsetof(struct t6, bar2) == 2) ? 0 : -1]; argument
|
H A D | catch-implicit-conversions-incdec-basics.c | 69 signed short t6(signed short x) { in t6() function
|
/llvm-project/flang/test/Semantics/ |
H A D | resolve33.f90 | 41 type :: t6( global() type
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | aarch64-aapcs-zerolength-bitfield.cpp | 53 struct t6 struct 60 static_assert(offsetof(struct t6, bar2) == 2); argument
|
/llvm-project/libcxx/test/libcxx/utilities/meta/stress_tests/ |
H A D | stress_test_metafunctions.sh.cpp | 55 … Foo6(TEST_AND < false_type, REPEAT_1000(TRUE_T) REPEAT_1000(TRUE_T) true_type > t6) { sink(&t6); } in Foo6()
|
/llvm-project/clang/test/OpenMP/ |
H A D | nvptx_asm_delayed_diags.c | 108 void t6(__m256i *p) { in t6() function
|
/llvm-project/clang/test/Sema/ |
H A D | attr-naked.c | 27 __attribute__((naked)) void t6(void) { in t6() function
|
/llvm-project/clang/test/SemaCUDA/ |
H A D | asm_delayed_diags.cu | 62 static __device__ __host__ void t6(__m256i *p) { in t6() function
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/ |
H A D | no-int-to-ptr.c | 29 void *t6(int x) { in t6() function
|