Searched refs:KeyPath (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Option/ |
H A D | OptParser.td | 101 code KeyPath = ?; 154 code KeyPath = !strconcat(key_path_prefix, key_path_base); 168 code KeyPath = kpm.KeyPath;
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | OptParserEmitter.cpp | 69 StringRef KeyPath; member in MarshallingInfo 114 OS << KeyPath; in emit() 171 Ret.KeyPath = R.getValueAsString("KeyPath"); in createMarshallingInfo()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
H A D | Options.td | 472 defvar std = !strconcat("LangStandard::getLangStandardForKind(", lang_std.KeyPath, ")"); 841 ImpliedByAnyOf<[cl_unsafe_math_optimizations.KeyPath, cl_fast_relaxed_math.KeyPath]>; 962 ShouldParseIf<hip.KeyPath>; 967 ShouldParseIf<hip.KeyPath>; 981 ShouldParseIf<hip.KeyPath>; 1094 LangOpts<"DoubleSquareBracketAttributes">, Default<!strconcat(cpp11.KeyPath, "||", c2x.KeyPath)>, 1105 LangOpts<"Coroutines">, Default<cpp20.KeyPath>, 1228 ShouldParseIf<!strconcat(fprofile_arcs.KeyPath, "||", ftest_coverage.KeyPath)>; 1233 ShouldParseIf<!strconcat(fprofile_arcs.KeyPath, "||", ftest_coverage.KeyPath)>; 1371 LangOpts<"DollarIdents">, Default<!strconcat("!", asm_preprocessor.KeyPath)>, [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 220 unsigned, bool KeyPath) { in makeBooleanOptionDenormalizer() argument 221 if (KeyPath == Value) in makeBooleanOptionDenormalizer() 393 static T mergeForwardValue(T KeyPath, U Value) { in mergeForwardValue() argument 397 template <typename T, typename U> static T mergeMaskValue(T KeyPath, U Value) { in mergeMaskValue() argument 398 return KeyPath | Value; in mergeMaskValue() 401 template <typename T> static T extractForwardValue(T KeyPath) { in extractForwardValue() argument 402 return KeyPath; in extractForwardValue() 406 static T extractMaskValue(T KeyPath) { in extractMaskValue() argument 407 return ((KeyPath & Value) == Value) ? static_cast<T>(Value) : T(); in extractMaskValue()
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | InternalsManual.rst | 985 ImpliedByAnyOf<[fms_compatibility.KeyPath], "true">; 996 ShouldParseIf<fopenmp.KeyPath>;
|