Searched refs:SimpleVLA (Results 1 – 3 of 3) sorted by relevance
26 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() function46 ~SimpleVLA() { in ~SimpleVLA()
1285 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()
1657 SimpleVLA<void *> args(argc); in __kmp_serial_fork_call()