Home
last modified time | relevance | path

Searched defs:te (Results 1 – 18 of 18) sorted by relevance

/llvm-project/libcxx/test/std/numerics/complex.number/complex.tuple/
H A Dtuple_element.verify.cpp24 [[maybe_unused]] std::tuple_element<3, C> te{}; in test() local
/llvm-project/offload/test/offloading/
H A Dthread_limit.c13 int te = n / th; in main() local
/llvm-project/clang/test/CXX/module/module.interface/
H A Dp5.cpp21 template<typename> using te = int; // expected-note {{target}} typedef
42 template<typename> using te = int; // expected-note {{target}} typedef
/llvm-project/clang/test/OpenMP/
H A Dteams_distribute_parallel_for_codegen.cpp24 int te = n / 128; in teams_argument_global() local
149 int te = n/128; in tmain() local
H A Dteams_distribute_codegen.cpp24 int te = n / 128; in teams_argument_global() local
149 int te = n/128; in tmain() local
H A Dteams_generic_loop_codegen-1.cpp24 int te = n / 128; in teams_argument_global() local
148 int te = n/128; in tmain() local
H A Dteams_distribute_simd_codegen.cpp25 int te = n / 128; in teams_argument_global() local
179 int te = n/128; in tmain() local
H A Dteams_distribute_parallel_for_simd_codegen.cpp24 int te = n / 128; in teams_argument_global() local
153 int te = n/128; in tmain() local
H A Dtarget_teams_distribute_parallel_for_codegen.cpp46 int te = n / 128; in target_teams_fun() local
H A Dtarget_teams_generic_loop_codegen-1.cpp46 int te = n / 128; in target_teams_fun() local
H A Dtarget_teams_distribute_parallel_for_simd_codegen.cpp44 int te = n / 128; in target_teams_fun() local
/llvm-project/compiler-rt/test/hwasan/TestCases/
H A Duse-after-scope-types.cpp87 for (auto te : tests) in main() local
/llvm-project/compiler-rt/test/asan/TestCases/
H A Duse-after-scope-types.cpp67 for (auto te : tests) in main() local
/llvm-project/lld/MachO/
H A DConcatOutputSection.cpp367 size_t t = 0, te = thunks.size(); writeTo() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h272 Trace(Ensemble & te,TraceBlockInfo & tbi) Trace() argument
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp571 ti != te; ++ti) { in ForEachMacro() local
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorTranspose.cpp231 Value te = createUnpackLoPs(b, vs[0xe], vs[0xf], 512); in transposeToShuffle16x16() local
/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h498 explicitTimer(timeStat *s, timer_e te) in explicitTimer() argument