Searched refs:BOR (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/usr.bin/awk/ |
| H A D | awkgram.y | 55 %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 D | maketab.c | 44 { BOR, "boolop", " || " },
|
| H A D | lex.c | 255 input(); RET(BOR); in yylex()
|
| H A D | run.c | 860 case BOR: in boolop()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | MemRegion.cpp | 1489 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 D | h8300.md | 2234 ;; BAND, BOR, and BXOR patterns
|
| /openbsd-src/gnu/gcc/gcc/config/h8300/ |
| H A D | h8300.md | 3357 ;; BAND, BOR, and BXOR patterns
|