Searched refs:KeyPath (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Option/ |
| H A D | OptParser.td | 119 code KeyPath = ?; 181 code KeyPath = !strconcat(key_path_prefix, key_path_base); 195 code KeyPath = kpm.KeyPath;
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | OptionParserEmitter.cpp | 64 StringRef KeyPath; member in MarshallingInfo 107 OS << KeyPath; in emit() 164 Ret.KeyPath = R.getValueAsString("KeyPath"); in createMarshallingInfo()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 639 defvar std = !strconcat("LangStandard::getLangStandardForKind(", lang_std.KeyPath, ")"); 903 Default<!strconcat("!", cpp23.KeyPath)>, 1086 ImpliedByAnyOf<[cl_unsafe_math_optimizations.KeyPath, cl_fast_relaxed_math.KeyPath]>; 1391 ShouldParseIf<hip.KeyPath>; 1397 ShouldParseIf<hip.KeyPath>; 1406 ShouldParseIf<hip.KeyPath>; 1411 ShouldParseIf<hip.KeyPath>; 1645 LangOpts<"Coroutines">, Default<cpp20.KeyPath>, 2070 LangOpts<"CPlusPlusModules">, Default<cpp20.KeyPath>, 2074 ShouldParseIf<cplusplus.KeyPath>; [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 337 Option::OptionClass, unsigned, bool KeyPath) { in makeBooleanOptionDenormalizer() argument 338 if (KeyPath == Value) in makeBooleanOptionDenormalizer() 516 static T mergeForwardValue(T KeyPath, U Value) { in mergeForwardValue() argument 520 template <typename T, typename U> static T mergeMaskValue(T KeyPath, U Value) { in mergeMaskValue() argument 521 return KeyPath | Value; in mergeMaskValue() 524 template <typename T> static T extractForwardValue(T KeyPath) { in extractForwardValue() argument 525 return KeyPath; in extractForwardValue() 529 static T extractMaskValue(T KeyPath) { in extractMaskValue() argument 530 return ((KeyPath & Value) == Value) ? static_cast<T>(Value) : T(); in extractMaskValue()
|
| /freebsd/crypto/krb5/src/windows/installer/wix/ |
| H A D | msi-deployment-guide.txt | 319 KeyPath : fil_my_krb5_ini
|