Home
last modified time | relevance | path

Searched refs:KeyPath (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Option/
H A DOptParser.td101 code KeyPath = ?;
154 code KeyPath = !strconcat(key_path_prefix, key_path_base);
168 code KeyPath = kpm.KeyPath;
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DOptParserEmitter.cpp69 StringRef KeyPath; member in MarshallingInfo
114 OS << KeyPath; in emit()
171 Ret.KeyPath = R.getValueAsString("KeyPath"); in createMarshallingInfo()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td508 defvar std = !strconcat("LangStandard::getLangStandardForKind(", lang_std.KeyPath, ")");
890 ImpliedByAnyOf<[cl_unsafe_math_optimizations.KeyPath, cl_fast_relaxed_math.KeyPath]>;
1024 ShouldParseIf<hip.KeyPath>;
1030 ShouldParseIf<hip.KeyPath>;
1038 ShouldParseIf<hip.KeyPath>;
1052 ShouldParseIf<hip.KeyPath>;
1191 LangOpts<"DoubleSquareBracketAttributes">, Default<!strconcat(cpp11.KeyPath, "||", c2x.KeyPath)>,
1208 LangOpts<"Coroutines">, Default<cpp20.KeyPath>,
1357 ShouldParseIf<!strconcat(fprofile_arcs.KeyPath, "||", ftest_coverage.KeyPath)>;
1362 ShouldParseIf<!strconcat(fprofile_arcs.KeyPath, "||", ftest_coverage.KeyPath)>;
[all …]
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp237 unsigned, bool KeyPath) { in makeBooleanOptionDenormalizer() argument
238 if (KeyPath == Value) in makeBooleanOptionDenormalizer()
412 static T mergeForwardValue(T KeyPath, U Value) { in mergeForwardValue() argument
416 template <typename T, typename U> static T mergeMaskValue(T KeyPath, U Value) { in mergeMaskValue() argument
417 return KeyPath | Value; in mergeMaskValue()
420 template <typename T> static T extractForwardValue(T KeyPath) { in extractForwardValue() argument
421 return KeyPath; in extractForwardValue()
425 static T extractMaskValue(T KeyPath) { in extractMaskValue() argument
426 return ((KeyPath & Value) == Value) ? static_cast<T>(Value) : T(); in extractMaskValue()
/openbsd-src/gnu/llvm/clang/docs/
H A DInternalsManual.rst988 ImpliedByAnyOf<[fms_compatibility.KeyPath], "true">;
999 ShouldParseIf<fopenmp.KeyPath>;