Searched refs:NormalizedValues (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | OptParserEmitter.cpp | 81 std::vector<StringRef> NormalizedValues; member in MarshallingInfo 142 emitScopedNormalizedValue(OS, NormalizedValues[I]); in emitValueTable() 188 Ret.NormalizedValues = R.getValueAsListOfStrings("NormalizedValues"); in createMarshallingInfo() 189 Ret.Values.reserve(Ret.NormalizedValues.size()); in createMarshallingInfo() 204 assert(Ret.Values.size() == Ret.NormalizedValues.size() && in createMarshallingInfo()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Option/ |
H A D | OptParser.td | 113 list<code> NormalizedValues = ?; 225 // Typically used with `Values`, `NormalizedValues` and `NormalizedValuesScope`. 239 class NormalizedValues<list<code> definitions> { list<code> NormalizedValues = definitions; }
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
H A D | Options.td | 453 NormalizedValues<["DefaultVisibility", "HiddenVisibility", 1113 NormalizedValues<["Embed_Off", "Embed_All", "Embed_Bitcode", "Embed_Marker"]>, 1302 …NormalizedValues<["ObjectiveC", "ObjectiveC", "ObjectiveC", "Swift5_0", "Swift5_0", "Swift4_2", "S… 1415 NormalizedValues<["DwarfCFI", "SjLj", "WinEH", "Wasm"]>, 1438 NormalizedValues<["FPE_Ignore", "FPE_MayTrap", "FPE_Strict"]>, 1459 NormalizedValues<["ExtendTo32", "ExtendTo64"]>, 1604 NormalizedValues<["None", "Global"]>, 1947 NormalizedValues<["LangOptions::LaxVectorConversionKind::None", 2021 …NormalizedValues<["PPTMK_FullGeneralitySingleInheritance", "PPTMK_FullGeneralityMultipleInheritanc… 2195 NormalizedValues<["Accelerate", "LIBMVEC", "MASSV", "SVML", [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | InternalsManual.rst | 956 issued. Otherwise, the corresponding element from ``NormalizedValues`` at the 959 ``NormalizedValues`` must match. 964 Values<"posix,single">, NormalizedValues<["POSIX", "Single"]>,
|