Searched refs:KeyPath (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Option/ |
| H A D | OptParser.td | 113 code KeyPath = ?; 169 code KeyPath = !strconcat(key_path_prefix, key_path_base); 183 code KeyPath = kpm.KeyPath;
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | OptParserEmitter.cpp | 53 StringRef KeyPath; member in MarshallingInfo 96 OS << KeyPath; in emit() 153 Ret.KeyPath = R.getValueAsString("KeyPath"); in createMarshallingInfo()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 1070 ImpliedByAnyOf<[cl_unsafe_math_optimizations.KeyPath, cl_fast_relaxed_math.KeyPath]>; 1354 ShouldParseIf<hip.KeyPath>; 1360 ShouldParseIf<hip.KeyPath>; 2479 ImpliedByAnyOf<[cl_unsafe_math_optimizations.KeyPath, ffast_math.KeyPath]>; 2502 [cl_finite_math_only.KeyPath, ffast_math.KeyPath]>, 2508 [cl_no_signed_zeros.KeyPath, funsafe_math_optimizations.KeyPath]>, 2959 …tTrue, [], [ClangOption], "Allow", [fms_extensions.KeyPath, fborland_extensions.KeyPath, cuda.KeyP… 7431 …yOf<[fdump_record_layouts_simple.KeyPath, fdump_record_layouts_complete.KeyPath, fdump_record_layo… 7652 ImpliedByAnyOf<[open_cl.KeyPath, render_script.KeyPath]>; 7656 ImpliedByAnyOf<[open_cl.KeyPath, render_script.KeyPath, hlsl.KeyPath]>; [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 336 Option::OptionClass, unsigned, bool KeyPath) { in makeBooleanOptionDenormalizer() argument 337 if (KeyPath == Value) in makeBooleanOptionDenormalizer() 506 static T mergeForwardValue(T KeyPath, U Value) { in mergeForwardValue() argument 510 template <typename T, typename U> static T mergeMaskValue(T KeyPath, U Value) { in mergeMaskValue() argument 511 return KeyPath | Value; in mergeMaskValue() 514 template <typename T> static T extractForwardValue(T KeyPath) { in extractForwardValue() argument 515 return KeyPath; in extractForwardValue() 519 static T extractMaskValue(T KeyPath) { in extractMaskValue() argument 520 return ((KeyPath & Value) == Value) ? static_cast<T>(Value) : T(); in extractMaskValue()
|