Home
last modified time | relevance | path

Searched refs:SimpleVLA (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_utils.h26 template <typename T, unsigned N = 8> class SimpleVLA final {
32 SimpleVLA() = delete;
33 SimpleVLA(const SimpleVLA &) = delete;
34 SimpleVLA(SimpleVLA &&) = delete;
35 SimpleVLA &operator=(const SimpleVLA &) = delete;
36 SimpleVLA &operator=(SimpleVLA &&) = delete;
38 explicit SimpleVLA(unsigned NumOfElements) noexcept { in SimpleVLA() function
46 ~SimpleVLA() { in ~SimpleVLA()
H A Dkmp_gsupport.cpp1285 SimpleVLA<kmp_depend_info_t> dep_list(ndeps);
1314 SimpleVLA<kmp_depend_info_t> dep_list(ndeps);
1998 SimpleVLA<kmp_depend_info_t> dep_list(ndeps); in KMP_EXPAND_NAME()
H A Dkmp_runtime.cpp1657 SimpleVLA<void *> args(argc); in __kmp_serial_fork_call()