Home
last modified time | relevance | path

Searched refs:NearestString (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
DOptTable.h161 unsigned findNearest(StringRef Option, std::string &NearestString,
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Option/
DOptTable.h182 unsigned findNearest(StringRef Option, std::string &NearestString,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
DOptTable.cpp249 unsigned OptTable::findNearest(StringRef Option, std::string &NearestString, in findNearest() argument
315 NearestString = (Candidate + RHS).str(); in findNearest()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Option/
DOptTable.cpp228 unsigned OptTable::findNearest(StringRef Option, std::string &NearestString, in findNearest() argument
309 NearestString = (Candidate + RHS).str(); in findNearest()
/external/llvm/lib/Support/
DCommandLine.cpp450 std::string &NearestString) { in LookupNearestOption() argument
481 NearestString = Name; in LookupNearestOption()
483 NearestString = (Twine(Name) + "=" + RHS).str(); in LookupNearestOption()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp474 std::string &NearestString) { in LookupNearestOption() argument
505 NearestString = Name; in LookupNearestOption()
507 NearestString = (Twine(Name) + "=" + RHS).str(); in LookupNearestOption()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCommandLine.cpp578 std::string &NearestString) { in LookupNearestOption() argument
609 NearestString = Name; in LookupNearestOption()
611 NearestString = (Twine(Name) + "=" + RHS).str(); in LookupNearestOption()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DCommandLine.cpp575 std::string &NearestString) { in LookupNearestOption() argument
610 NearestString = std::string(Name); in LookupNearestOption()
612 NearestString = (Twine(Name) + "=" + RHS).str(); in LookupNearestOption()