Home | History | Annotate | Download | only in Parse

Lines Matching refs:isStr

468   if (state == 0 && ename->isStr("all")) {
472 #define OPENCLEXT(nm) else if (ename->isStr(#nm)) { f.nm = state; }
815 OptionUnroll = OptionInfo->isStr("unroll");
837 (!StateInfo->isStr("enable") && !StateInfo->isStr("disable") &&
838 ((OptionUnroll && !StateInfo->isStr("full")) ||
839 (!OptionUnroll && !StateInfo->isStr("assume_safety"))))) {
894 if (PushPop && PushPop->isStr("pop")) {
896 isStr("push")) {
974 if (II->isStr("show")) {
978 if (II->isStr("push")) {
980 } else if (II->isStr("pop")) {
1074 if (II->isStr("on")) {
1078 else if (II->isStr("off") || II->isStr("reset"))
1114 !Tok.getIdentifierInfo()->isStr("align")) {
1136 if (II->isStr("native"))
1138 else if (II->isStr("natural"))
1140 else if (II->isStr("packed"))
1142 else if (II->isStr("power"))
1144 else if (II->isStr("mac68k"))
1146 else if (II->isStr("reset"))
1429 if (op->isStr("enable")) {
1431 } else if (op->isStr("disable")) {
1535 if (Arg->isStr("best_case")) {
1538 if (Arg->isStr("full_generality")) {
1563 if (Arg->isStr("single_inheritance")) {
1566 } else if (Arg->isStr("multiple_inheritance")) {
1569 } else if (Arg->isStr("virtual_inheritance")) {
1627 if (II->isStr("push")) {
1637 } else if (II->isStr("pop")) {
1654 if (II && II->isStr("off")) {
1657 } else if (II && II->isStr("on")) {
1887 if (II->isStr("on")) {
1889 } else if (!II->isStr("off")) {