Searched refs:BOR (Results 1 – 8 of 8) sorted by relevance
| /freebsd/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 | 249 input(); RET(BOR); in yylex()
|
| H A D | run.c | 862 case BOR: in boolop()
|
| /freebsd/crypto/krb5/src/util/ss/ |
| H A D | ct_c_sed.in | 12 # BOR 80 BOR
|
| H A D | ct_c_awk.in | 13 /^BOR$/ {
|
| /freebsd/bin/test/ |
| H A D | test.c | 111 BOR, enumerator 151 {"o", BOR}, 245 if (t_lex(nargc > 0 ? (--nargc, *++t_wp) : NULL) == BOR) in oexpr()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | MemRegion.cpp | 1537 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()
|