Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DCommandLine.cpp190 std::string &NearestString) { in LookupNearestOption() argument
220 NearestString = OptionNames[i]; in LookupNearestOption()
222 NearestString = std::string(OptionNames[i]) + "=" + RHS.str(); in LookupNearestOption()
/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.cpp470 std::string &NearestString) { in LookupNearestOption() argument
501 NearestString = Name; in LookupNearestOption()
503 NearestString = (Twine(Name) + "=" + RHS).str(); in LookupNearestOption()