Searched refs:bop (Results 1 - 15 of 15) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dinline12.C73 inline bopType bop();
124 ShBop::bop() function in class:ShBop
154 ShBop* bop();
172 inline ShBop* bop();
194 ShAp<ShCc>::bop() function in class:ShAp
298 (bop()->shWw ((aGah.operator <=(aGah)), ("foo"), ( ""), 118, "foo"));
299 (bop()->shWw ((aGah.operator >=(aGah)), ("foo"), ( ""), 119, "foo"));
300 (bop()->shWw ((!(aGah.operator <(aGah))), ("foo"), ( ""), 120, "foo"));
301 (bop()->shWw ((!(aGah.operator >(aGah))), ("foo"), ( ""), 121, "foo"));
302 (bop()
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/re/t/
H A Dlexical_debug.pl3 $_ = 'foo bar baz bop boq bor fip fop';
14 /bop/ and $count++;
H A Dlexical_debug.t27 ok( $out !~ /EXACT <bop>/, "No 'bop'" );
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dunion1.C15 binoptype bop; member in union:__anon6671::__anon6672
/openbsd-current/gnu/llvm/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp187 } else if (BinaryOperator *bop = dyn_cast<BinaryOperator>(child)) {
188 if (DeclRefExpr *dref = dyn_cast<DeclRefExpr>(bop->getLHS())) {
193 isPoolCreation(bop->getRHS())) {
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaPseudoObject.cpp1656 } else if (BinaryOperator *bop = dyn_cast<BinaryOperator>(syntax)) {
1657 Expr *lhs = stripOpaqueValuesFromPseudoObjectRef(*this, bop->getLHS());
1658 Expr *rhs = cast<OpaqueValueExpr>(bop->getRHS())->getSourceExpr();
1659 return BinaryOperator::Create(Context, lhs, rhs, bop->getOpcode(),
1660 bop->getType(), bop->getValueKind(),
1661 bop->getObjectKind(), bop->getOperatorLoc(),
/openbsd-current/sys/msdosfs/
H A Dmsdosfs_fat.c98 uint32_t *bop)
110 if (bop)
111 *bop = ofs % pmp->pm_fatblocksize;
97 fatblock(struct msdosfsmount *pmp, uint32_t ofs, uint32_t *bnp, uint32_t *sizep, uint32_t *bop) argument
/openbsd-current/usr.sbin/btrace/
H A Dbt_parse.y347 struct bt_arg *bop;
350 bop = ba_op(B_AT_OP_NE, NULL, ba);
358 return bs_new(B_AC_TEST, bop, (struct bt_var *)bc);
/openbsd-current/usr.sbin/makefs/msdos/
H A Dmsdosfs_fat.c102 fatblock(struct msdosfsmount *pmp, u_long ofs, u_long *bnp, u_long *sizep, u_long *bop) argument
117 if (bop)
118 *bop = ofs % pmp->pm_fatblocksize;
/openbsd-current/gnu/usr.bin/perl/ext/Devel-Peek/t/
H A DPeek.t1260 qr/(?|(foo)|(bar))(?|(baz)|(bop))/,
1268 PV = $ADDR "\\(\\?\\^:\\(\\?\\|\\(foo\\)\\|\\(bar\\)\\)\\(\\?\\|\\(baz\\)\\|\\(bop\\)\\)\\)"
1305 PV = $ADDR "\\(\\?\\^:\\(\\?\\|\\(foo\\)\\|\\(bar\\)\\)\\(\\?\\|\\(baz\\)\\|\\(bop\\)\\)\\)"
/openbsd-current/gnu/usr.bin/perl/t/re/
H A Dpat_advanced.t1328 for my $word (qw (bar baz bop)) {
1331 /a+(?:bar(*COMMIT:bar)|baz(*COMMIT:baz)|bop(*COMMIT:bop))(*FAIL)/;
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dsparc-opc.c1102 #define cond(bop, top, mask, flags) \
1103 brx(bop, F2(0, 1)|(mask), F2(~0, ~1)|((~mask)&COND(~0)), F_DELAYED|(flags)), /* v9 */ \
1104 br(bop, F2(0, 2)|(mask), F2(~0, ~2)|((~mask)&COND(~0)), F_DELAYED|(flags)), \
1150 #define condr(bop, mask, flags) /* v9 */ \
1151 brr(bop, F2(0, 3)|COND(mask), F2(~0, ~3)|COND(~(mask)), (flags)) /* v9 */
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dsparc-opc.c1109 #define cond(bop, top, mask, flags) \
1110 brx(bop, F2(0, 1)|(mask), F2(~0, ~1)|((~mask)&COND(~0)), F_DELAYED|(flags)), /* v9 */ \
1111 br(bop, F2(0, 2)|(mask), F2(~0, ~2)|((~mask)&COND(~0)), F_DELAYED|(flags)), \
1157 #define condr(bop, mask, flags) /* v9 */ \
1158 brr(bop, F2(0, 3)|COND(mask), F2(~0, ~3)|COND(~(mask)), (flags)) /* v9 */
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs1430 OP *aop, *bop;
1433 (aop = cBINOPx(op)->op_first) && (bop = OpSIBLING(aop)) &&
1434 !OpHAS_SIBLING(bop)))
1438 op_sibling_splice(op, NULL, 1, NULL); /* excise bop */
1441 return newBINOP(OP_SUBTRACT, flags, aop, bop);
/openbsd-current/gnu/usr.bin/perl/
H A Dop.c4299 BINOP *bop; local
4308 NewOp(0, bop, 1, BINOP);
4309 op = (OP*)bop;
4324 BINOP *bop; local
4331 NewOp(0, bop, 1, BINOP);
4332 op = (OP*)bop;

Completed in 262 milliseconds