Searched refs:TOR (Results 1 – 5 of 5) sorted by relevance
99 } else if (const auto *TOR = dyn_cast<CXXTempObjectRegion>(R)) { in genName() local100 QualType Ty = TOR->getValueType().getLocalUnqualifiedType(); in genName()104 range = TOR->getExpr()->getSourceRange(); in genName()
36 #define TOR 5 /* || */ macro
63 case TOR: in ptree()66 t->left, (t->type==TOR) ? "||" : "&&", t->right); in ptree()
103 t = block(c == LOGAND? TAND: TOR, t, p, NULL); in andor()
241 case TOR: in execute()