/llvm-project/clang/test/CXX/special/class.copy/ |
H A D | implicit-move.cpp | 17 ThrowingCopy tc; member 23 ThrowingCopy tc; member 29 ThrowingCopy tc; member 35 ThrowingCopy tc; member 41 ThrowingCopy tc; member
|
H A D | p25-0x.cpp | 99 TemplateCtor tc; member
|
H A D | p12-0x.cpp | 68 TemplateCtor tc; member
|
/llvm-project/clang/test/CXX/module/module.interface/ |
H A D | p5.cpp | 20 template<typename> struct tc {}; // expected-note {{target}} struct 41 template<typename> struct tc {}; // expected-note {{target}} struct
|
/llvm-project/flang/test/Semantics/OpenMP/ |
H A D | resolve03.f90 | 11 common /tc/ x common
|
/llvm-project/mlir/lib/Dialect/AMX/IR/ |
H A D | AMXDialect.cpp | 84 Type tc = cType.getElementType(); verify() local 101 Type tc = cType.getElementType(); verify() local
|
/llvm-project/third-party/benchmark/src/ |
H A D | counter.cc | 58 for (auto const& tc : r) { in Increment() local
|
/llvm-project/libc/test/src/__support/ |
H A D | math_extras_test.cpp | 128 for (auto tc : TESTS) { TYPED_TEST() local 153 for (auto tc : TESTS) { TYPED_TEST() local [all...] |
H A D | integer_literals_test.cpp | 145 T actual = LIBC_NAMESPACE::parse_bigint<T>(tc.str); in TEST() local
|
/llvm-project/flang/unittests/Runtime/ |
H A D | Allocatable.cpp | 16 Fortran::common::TypeCategory tc, int kind, int rank = 1) { in createAllocatable()
|
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-pure-virtual-call-from-ctor-dtor.cpp | 49 TC tc; // ok variable
|
H A D | member-init.cpp | 43 struct Throw { ThrowCtor tc = 42; }; member 44 struct NoThrow { NoThrowCtor tc = 42; }; member 55 ThrowCtor tc = 123; member
|
H A D | ppc-pair-mma-types.cpp | 136 TestClassVQ tc; in testVQTemplate() local 327 TestClassVP tc; in testVPTemplate() local
|
/llvm-project/clang/test/SemaCUDA/ |
H A D | trivial-ctor-dtor.cu | 42 __device__ TC<int> tc; //expected-error {{dynamic initialization is not supported for __device__, _… variable
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_dispatch.h | 76 UT tc; // unsigned member 116 UT tc; // unsigned member 487 __kmp_dispatch_guided_remaining(T tc, typename traits_t<T>::floating_t base, in __kmp_dispatch_guided_remaining()
|
/llvm-project/libcxx/test/libcxx/fuzzing/ |
H A D | fuzz.h | 134 for (const char* tc : test_cases) { in main() local
|
/llvm-project/clang/test/OpenMP/ |
H A D | single_codegen.cpp | 35 TestClass tc; variable [all...] |
/llvm-project/openmp/runtime/test/worksharing/for/ |
H A D | kmp_sch_simd_runtime_api.c | 73 int tc = (loop_ub - loop_lb) / loop_st + 1; in run_loop() local
|
H A D | kmp_sch_simd_runtime_static.c | 75 int tc = (loop_ub - loop_lb) / loop_st + 1; in run_loop() local
|
H A D | kmp_sch_simd_runtime_guided.c | 81 int tc = (loop_ub - loop_lb) / loop_st + 1; in run_loop() local
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | deduction-guide.cpp | 425 TwoArrays tc = {{1, 2}, 3, 4, 5}; variable
|
/llvm-project/openmp/runtime/test/tasking/ |
H A D | kmp_taskloop_5.c | 131 int tc; in task_loop() local
|
/llvm-project/flang/lib/Lower/ |
H A D | ConvertType.cpp | 106 genFIRType(mlir::MLIRContext * context,Fortran::common::TypeCategory tc,int kind,llvm::ArrayRef<Fortran::lower::LenParameterTy> lenParameters) genFIRType() argument 566 getFIRType(mlir::MLIRContext * context,Fortran::common::TypeCategory tc,int kind,llvm::ArrayRef<LenParameterTy> params) getFIRType() argument
|
/llvm-project/lldb/include/lldb/Core/ |
H A D | UniqueCStringMap.h | 174 template <typename TCompare> void Sort(TCompare tc) { in Sort()
|
/llvm-project/libcxx/utils/ |
H A D | generate_feature_test_macro_components.py | 43 def add_version_header(tc): argument [all...] |