Searched refs:BOR (Results 1 – 5 of 5) sorted by relevance
54 %token <i> AND BOR APPEND EQ GE GT LE LT NE IN79 %left BOR109 BOR | bor NL203 | ppattern bor ppattern %prec BOR204 { $$ = op2(BOR, notnull($1), notnull($3)); }225 | pattern bor pattern %prec BOR226 { $$ = op2(BOR, notnull($1), notnull($3)); }499 case BOR: case AND: case NOT:
43 { BOR, "boolop", " || " },
253 input(); RET(BOR); in yylex()
861 case BOR: in boolop()
1537 const auto *BOR = cast<CXXBaseObjectRegion>(R); in calculateOffset() local1538 R = BOR->getSuperRegion(); in calculateOffset()1561 if (BOR->isVirtual()) { in calculateOffset()1562 if (!Child->isVirtuallyDerivedFrom(BOR->getDecl())) in calculateOffset()1565 if (!isImmediateBase(Child, BOR->getDecl())) in calculateOffset()1578 if (BOR->isVirtual()) in calculateOffset()1579 BaseOffset = Layout.getVBaseClassOffset(BOR->getDecl()); in calculateOffset()1581 BaseOffset = Layout.getBaseClassOffset(BOR->getDecl()); in calculateOffset()