Home
last modified time | relevance | path

Searched refs:BOR (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/one-true-awk/
H A Dawkgram.y54 %token <i> AND BOR APPEND EQ GE GT LE LT NE IN
79 %left BOR
109 BOR | bor NL
203 | ppattern bor ppattern %prec BOR
204 { $$ = op2(BOR, notnull($1), notnull($3)); }
225 | pattern bor pattern %prec BOR
226 { $$ = op2(BOR, notnull($1), notnull($3)); }
499 case BOR: case AND: case NOT:
H A Dmaketab.c43 { BOR, "boolop", " || " },
H A Dlex.c253 input(); RET(BOR); in yylex()
H A Drun.c861 case BOR: in boolop()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1537 const auto *BOR = cast<CXXBaseObjectRegion>(R); in calculateOffset() local
1538 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()