Searched refs:BrPos (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/utils/TableGen/
H A DSveEmitter.cpp907 auto BrPos = S.find('['); local
908 if (BrPos != std::string::npos)
909 S.erase(BrPos, 1);
910 BrPos = S.find(']');
911 if (BrPos != std::string::npos)
912 S.erase(BrPos, 1);

Completed in 85 milliseconds