Searched refs:Nearest (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 222 std::string Nearest; in CreateFromArgs() local 223 if (OptTbl.findNearest(ArgString, Nearest, VisibilityMask) > 1) in CreateFromArgs() 227 << ArgString << Nearest; in CreateFromArgs()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Option/ |
| H A D | OptTable.cpp | 587 std::string Nearest; in parseArgs() local 590 if (findNearest(Spelling, Nearest) > 1) in parseArgs() 593 ErrorFn("unknown argument '" + Spelling + "', did you mean '" + Nearest + in parseArgs()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 293 std::string Nearest; in ParseArgStrings() local 294 if (getOpts().findNearest(ArgString, Nearest, VisibilityMask) > 1) { in ParseArgStrings() 296 getOpts().findExact(ArgString, Nearest, in ParseArgStrings() 299 Diags.Report(DiagID) << ArgString << "-Xclang " + Nearest; in ParseArgStrings() 309 Diags.Report(DiagID) << ArgString << Nearest; in ParseArgStrings() 321 std::string Nearest; in ParseArgStrings() local 322 if (getOpts().findExact("-" + ArgString, Nearest, VisibilityMask)) in ParseArgStrings() 324 << A->getAsString(Args) << Nearest; in ParseArgStrings() 2526 std::string Nearest; in DiagnoseInputExistence() local 2527 if (getOpts().findNearest(Value, Nearest, getOptionVisibilityMask()) <= 1) { in DiagnoseInputExistence() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVBuiltins.cpp | 1252 return SPIRV::SamplerFilterMode::Nearest; in getSamplerFilterModeFromBitmask() 1253 return SPIRV::SamplerFilterMode::Nearest; in getSamplerFilterModeFromBitmask()
|
| H A D | SPIRVSymbolicOperands.td | 772 defm Nearest : SamplerFilterModeOperand<0, [Kernel]>;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 4587 std::string Nearest; in CreateFromArgsImpl() local 4588 if (Opts.findNearest(ArgString, Nearest, VisibilityMask) > 1) in CreateFromArgsImpl() 4592 << ArgString << Nearest; in CreateFromArgsImpl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEInstrInfo.td | 533 def RD_RN : RD_VAL<11>; // Round to Nearest (ties to Even) 534 def RD_RA : RD_VAL<12>; // Round to Nearest (ties to Away)
|
| /freebsd-14.2/sys/contrib/zstd/doc/ |
| H A D | zstd_compression_format.md | 1262 Nearest larger power of 2 value is 16.
|