Searched refs:BOR (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/contrib/one-true-awk/
H A Dawkgram.y54 %token <i> AND BOR APPEND EQ GE GT LE LT NE IN
78 %left BOR
108 BOR | bor NL
202 | ppattern bor ppattern %prec BOR
203 { $$ = op2(BOR, notnull($1), notnull($3)); }
223 | pattern bor pattern %prec BOR
224 { $$ = op2(BOR, notnull($1), notnull($3)); }
470 case BOR: case AND: case NOT:
H A Dmaketab.c43 { BOR, "boolop", " || " },
H A Dlex.c230 input(); RET(BOR);
H A Drun.c625 case BOR:
/freebsd-10.2-release/bin/test/
H A Dtest.c107 BOR, enumerator in enum:token
162 {"-o", BOR, BBINOP},
247 if (t_lex(nargc > 0 ? (--nargc, *++t_wp) : NULL) == BOR)
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1238 const CXXBaseObjectRegion *BOR = cast<CXXBaseObjectRegion>(R); local
1239 R = BOR->getSuperRegion();
1263 if (BOR->isVirtual()) {
1264 if (!Child->isVirtuallyDerivedFrom(BOR->getDecl()))
1267 if (!isImmediateBase(Child, BOR->getDecl()))
1279 if (BOR->isVirtual())
1280 BaseOffset = Layout.getVBaseClassOffset(BOR->getDecl());
1282 BaseOffset = Layout.getBaseClassOffset(BOR->getDecl());

Completed in 119 milliseconds