Lines Matching +full:level +full:- +full:high
1 //===-- LangStandards.def - Language Standard Data --------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
15 /// \param IDENT - The name of the standard as a C++ identifier.
16 /// \param NAME - The name of the standard.
17 /// \param LANG - The Language for which this is a standard.
18 /// \param DESC - A short description of the standard.
19 /// \param FEATURES - The standard features as flags, these are enums from the
23 /// \param IDENT - The name of the standard as a C++ identifier.
24 /// \param ALIAS - The alias of the standard.
37 // C89-ish modes.
52 // C99-ish modes
232 HLSL, "High Level Shader Language",
236 HLSL, "High Level Shader Language 2015",
240 HLSL, "High Level Shader Language 2016",
244 HLSL, "High Level Shader Language 2017",
248 HLSL, "High Level Shader Language 2018",
252 HLSL, "High Level Shader Language 2021",
256 HLSL, "High Level Shader Language 202x",