Searched refs:Nearest (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/tools/llvm-mt/ |
| H A D | llvm-mt.cpp | 99 std::string Nearest; in llvm_mt_main() local 100 if (T.findNearest(ArgString, Nearest) < 2) in llvm_mt_main() 101 OS << ", did you mean '" << Nearest << "'?"; in llvm_mt_main()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-ml/ |
| H A D | llvm-ml.cpp | 230 std::string Nearest; in main() local 231 if (T.findNearest(ArgString, Nearest) < 2) in main() 232 OS << ", did you mean '" << Nearest << "'?"; in main()
|
| /openbsd-src/gnu/llvm/llvm/lib/Option/ |
| H A D | OptTable.cpp | 508 std::string Nearest; in parseArgs() local 511 if (findNearest(Spelling, Nearest) > 1) in parseArgs() 514 ErrorFn("unknown argument '" + Spelling + "', did you mean '" + Nearest + in parseArgs()
|
| /openbsd-src/gnu/llvm/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 216 std::string Nearest; in CreateFromArgs() local 217 if (OptTbl.findNearest(ArgString, Nearest, IncludedFlagsBitmask) > 1) in CreateFromArgs() 221 << ArgString << Nearest; in CreateFromArgs()
|
| /openbsd-src/gnu/llvm/clang/lib/Driver/ |
| H A D | Driver.cpp | 286 std::string Nearest; in ParseArgStrings() local 288 ArgString, Nearest, IncludedFlagsBitmask, in ParseArgStrings() 294 Diag(DiagID) << ArgString << Nearest; in ParseArgStrings() 313 std::string Nearest; in ParseArgStrings() local 314 if (getOpts().findNearest(ArgString, Nearest, IncludedFlagsBitmask, in ParseArgStrings() 317 getOpts().findExact(ArgString, Nearest, options::CC1Option)) { in ParseArgStrings() 319 Diags.Report(DiagID) << ArgString << "-Xclang " + Nearest; in ParseArgStrings() 329 Diags.Report(DiagID) << ArgString << Nearest; in ParseArgStrings() 341 std::string Nearest; in ParseArgStrings() local 342 if (getOpts().findExact("-" + ArgString, Nearest, IncludedFlagsBitmask, in ParseArgStrings() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVBuiltins.cpp | 1232 return SPIRV::SamplerFilterMode::Nearest; in getSamplerFilterModeFromBitmask() 1233 return SPIRV::SamplerFilterMode::Nearest; in getSamplerFilterModeFromBitmask()
|
| H A D | SPIRVSymbolicOperands.td | 716 defm Nearest : SamplerFilterModeOperand<0, [Kernel]>;
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 4490 std::string Nearest; in CreateFromArgsImpl() local 4491 if (Opts.findNearest(ArgString, Nearest, IncludedFlagsBitmask) > 1) in CreateFromArgsImpl() 4495 << ArgString << Nearest; in CreateFromArgsImpl()
|
| /openbsd-src/gnu/llvm/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)
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | intrin.def | 293 DEFNAME ("NEAREST", "nearest", "Nearest", genNONE, specNEAREST) /* F90 */
|