Searched refs:KeyPath (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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;
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 1232 ShouldParseIf<!strconcat(fprofile_arcs.KeyPath, "||", ftest_coverage.KeyPath)>; 1237 ShouldParseIf<!strconcat(fprofile_arcs.KeyPath, "||", ftest_coverage.KeyPath)>; 1452 ImpliedByAnyOf<[cl_unsafe_math_optimizations.KeyPath, ffast_math.KeyPath]>; 1741 [cl_no_signed_zeros.KeyPath, menable_unsafe_fp_math.KeyPath]>, 2061 …PosFlag<SetTrue, [], "Allow", [fms_extensions.KeyPath, fborland_extensions.KeyPath, cuda.KeyPath]>, 4896 ShouldParseIf<!strconcat(fprofile_arcs.KeyPath, "||", ftest_coverage.KeyPath)>; 4902 ShouldParseIf<!strconcat(fprofile_arcs.KeyPath, "||", ftest_coverage.KeyPath)>; 5283 ImpliedByAnyOf<[fmodules_ts.KeyPath, cpp_modules.KeyPath]>; 5430 …yOf<[fdump_record_layouts_simple.KeyPath, fdump_record_layouts_complete.KeyPath, fdump_record_layo… 5630 ImpliedByAnyOf<[open_cl.KeyPath, render_script.KeyPath]>; [all …]
|
| /freebsd-13.1/contrib/llvm-project/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()
|