Searched refs:BOR (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/one-true-awk/ |
| H A D | awkgram.y | 54 %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 D | maketab.c | 43 { BOR, "boolop", " || " },
|
| H A D | lex.c | 253 input(); RET(BOR); in yylex()
|
| H A D | run.c | 861 case BOR: in boolop()
|
| /freebsd-14.2/bin/test/ |
| H A D | test.c | 112 BOR, enumerator 152 {"o", BOR}, 246 if (t_lex(nargc > 0 ? (--nargc, *++t_wp) : NULL) == BOR) in oexpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | MemRegion.cpp | 1518 const auto *BOR = cast<CXXBaseObjectRegion>(R); in calculateOffset() local 1519 R = BOR->getSuperRegion(); in calculateOffset() 1542 if (BOR->isVirtual()) { in calculateOffset() 1543 if (!Child->isVirtuallyDerivedFrom(BOR->getDecl())) in calculateOffset() 1546 if (!isImmediateBase(Child, BOR->getDecl())) in calculateOffset() 1559 if (BOR->isVirtual()) in calculateOffset() 1560 BaseOffset = Layout.getVBaseClassOffset(BOR->getDecl()); in calculateOffset() 1562 BaseOffset = Layout.getBaseClassOffset(BOR->getDecl()); in calculateOffset()
|