Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpDefinitionsGen.cpp166 std::string::size_type scanLoc = 0, matchLoc = std::string::npos; in replaceAllSubstrs() local
167 while ((matchLoc = str.find(match, scanLoc)) != std::string::npos) { in replaceAllSubstrs()
169 scanLoc = matchLoc + substitute.size(); in replaceAllSubstrs()