Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/awk/
H A Dawkgram.y55 %token <i> AND BOR APPEND EQ GE GT LE LT NE IN
80 %left BOR
110 BOR | bor NL
204 | ppattern bor ppattern %prec BOR
205 { $$ = op2(BOR, notnull($1), notnull($3)); }
226 | pattern bor pattern %prec BOR
227 { $$ = op2(BOR, notnull($1), notnull($3)); }
500 case BOR: case AND: case NOT:
H A Dmaketab.c44 { BOR, "boolop", " || " },
H A Dlex.c255 input(); RET(BOR); in yylex()
H A Drun.c860 case BOR: in boolop()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1489 const auto *BOR = cast<CXXBaseObjectRegion>(R); in calculateOffset() local
1490 R = BOR->getSuperRegion(); in calculateOffset()
1513 if (BOR->isVirtual()) { in calculateOffset()
1514 if (!Child->isVirtuallyDerivedFrom(BOR->getDecl())) in calculateOffset()
1517 if (!isImmediateBase(Child, BOR->getDecl())) in calculateOffset()
1530 if (BOR->isVirtual()) in calculateOffset()
1531 BaseOffset = Layout.getVBaseClassOffset(BOR->getDecl()); in calculateOffset()
1533 BaseOffset = Layout.getBaseClassOffset(BOR->getDecl()); in calculateOffset()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/h8300/
H A Dh8300.md2234 ;; BAND, BOR, and BXOR patterns
/openbsd-src/gnu/gcc/gcc/config/h8300/
H A Dh8300.md3357 ;; BAND, BOR, and BXOR patterns