Searched refs:findNearest (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/ |
H A D | OptTable.h | 230 unsigned findNearest(StringRef Option, std::string &NearestString, 235 unsigned findNearest(StringRef Option, std::string &NearestString, 249 return findNearest(Option, ExactString, VisibilityMask, 4, 0) == 0; 254 return findNearest(Option, ExactString, FlagsToInclude, FlagsToExclude, 4,
|
/freebsd/contrib/llvm-project/llvm/lib/Option/ |
H A D | OptTable.cpp | 231 unsigned OptTable::findNearest(StringRef Option, std::string &NearestString, in findNearest() function in OptTable 242 unsigned OptTable::findNearest(StringRef Option, std::string &NearestString, in findNearest() function in OptTable 590 if (findNearest(Spelling, Nearest) > 1) in parseArgs()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | DriverUtils.cpp | 129 if (findNearest(arg->getAsString(args), nearest) > 1) in parse()
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | DriverUtils.cpp | 116 if (findNearest(arg->getAsString(args), nearest) > 1) in parse()
|
/freebsd/contrib/llvm-project/clang/tools/driver/ |
H A D | cc1as_main.cpp | 247 if (OptTbl.findNearest(ArgString, Nearest, VisibilityMask) > 1) in CreateFromArgs()
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | DriverUtils.cpp | 946 if (ctx.optTable.findNearest(arg->getAsString(args), nearest) > 1) in parse()
|
H A D | Driver.cpp | 268 if (ctx.optTable.findNearest(pathStr, nearest) > 1) in enqueuePath()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 303 if (getOpts().findNearest(ArgString, Nearest, VisibilityMask) > 1) { in ParseArgStrings() 2573 if (getOpts().findNearest(Value, Nearest, getOptionVisibilityMask()) <= 1) { in DiagnoseInputExistence()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 4795 if (Opts.findNearest(ArgString, Nearest, VisibilityMask) > 1) in CreateFromArgsImpl()
|