Home
last modified time | relevance | path

Searched refs:NormalizedValuesScope (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DOptParserEmitter.cpp71 StringRef NormalizedValuesScope; member in MarshallingInfo
152 if (!NormalizedValuesScope.empty()) in emitScopedNormalizedValue()
153 OS << NormalizedValuesScope << "::"; in emitScopedNormalizedValue()
173 Ret.NormalizedValuesScope = R.getValueAsString("NormalizedValuesScope"); in createMarshallingInfo()
/openbsd/src/gnu/llvm/llvm/include/llvm/Option/
DOptParser.td108 code NormalizedValuesScope = "";
225 // Typically used with `Values`, `NormalizedValues` and `NormalizedValuesScope`.
238 class NormalizedValuesScope<code scope> { code NormalizedValuesScope = scope; }
/openbsd/src/gnu/llvm/clang/include/clang/Driver/
DOptions.td994 NormalizedValuesScope<"LangOptions::GPUDefaultStreamKind">,
1165 NormalizedValuesScope<"LangOptions::StrictFlexArraysLevelKind">,
1233 Values<"off,all,bitcode,marker">, NormalizedValuesScope<"CodeGenOptions">,
1391 NormalizedValuesScope<"CodeGenOptions::SwiftAsyncFramePointerKind">,
1449 NormalizedValuesScope<"LangOptions::CoreFoundationABI">,
1573 NormalizedValuesScope<"LangOptions::ExceptionHandlingKind">,
1587 Values<"standard,fast,none">, NormalizedValuesScope<"LangOptions">,
1595 Values<"standard,fast,none">, NormalizedValuesScope<"LangOptions">,
1617 Values<"source,double,extended">, NormalizedValuesScope<"LangOptions">,
1624 Values<"ignore,maytrap,strict">, NormalizedValuesScope<"LangOptions">,
[all …]
/openbsd/src/gnu/llvm/clang/docs/
DInternalsManual.rst955 by the contents of ``NormalizedValuesScope`` and ``::``. This ensures correct
968 NormalizedValuesScope<"LangOptions::ThreadModelKind">,