Home | History | Annotate | Download | only in arm

Lines Matching full:npos

317     if (equal_sign_index == std::string::npos) {
322 std::string rhs = filter.substr(equal_sign_index + 1, std::string::npos);
338 while ((reg_index = after_reg.find(reg_token)) != std::string::npos) {
342 while ((reg_index = after_reg_filter.find(reg_token)) != std::string::npos) {
362 while ((shift_index = after_shift.find(SHIFT_TOKEN)) != std::string::npos) {
366 while ((shift_index = after_shift_filter.find(SHIFT_TOKEN)) != std::string::npos) {
385 if (cond_index != std::string::npos) {
390 if (cond_index != std::string::npos) {
409 if (cond_index != std::string::npos) {
414 if (cond_index != std::string::npos) {
437 while ((reg_index = after_reg.find(reg_token)) != std::string::npos) {
441 while ((reg_index = after_reg_filter.find(reg_token)) != std::string::npos) {
464 while ((shift_index = after_shift.find(SHIFT_TOKEN)) != std::string::npos) {
468 while ((shift_index = after_shift_filter.find(SHIFT_TOKEN)) != std::string::npos) {
489 if (cond_index != std::string::npos) {
494 if (cond_index != std::string::npos) {
515 if (cond_index != std::string::npos) {
520 if (cond_index != std::string::npos) {