Home
last modified time | relevance | path

Searched refs:binop (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp83 if (const BinaryOperator *binop = dyn_cast<BinaryOperator>(e)) { in CheckMallocArgument() local
84 BinaryOperatorKind opc = binop->getOpcode(); in CheckMallocArgument()
87 mulop = binop; in CheckMallocArgument()
91 const Expr *lhs = binop->getLHS(); in CheckMallocArgument()
92 const Expr *rhs = binop->getRHS(); in CheckMallocArgument()
/freebsd/bin/sh/
H A Dshow.c77 goto binop; in shtree()
80 goto binop; in shtree()
83 binop: in shtree()
H A Darith_yacc.c233 static arith_t binop(int token, union yystype *val, int op, int noeval) in binop() function
246 arith_t a = binop(token, val, op, noeval); in and()
/freebsd/bin/test/
H A Dtest.c172 static int binop(enum token);
314 return binop(nn); in primary()
320 binop(enum token n) in binop() function
/freebsd/sys/contrib/x86emu/
H A Dx86emu.c1120 destval = (*binop)(emu, destval, srcval); in common_binop_byte_rm_r()
1124 *destreg = (*binop)(emu, *destreg, srcval); in common_binop_byte_rm_r()
1143 (*binop)(emu, destval, srcval); in common_binop_ns_byte_rm_r()
1158 destval = (*binop)(emu, destval, srcval); in common_binop_word_rm_r()
1162 *destreg = (*binop)(emu, *destreg, srcval); in common_binop_word_rm_r()
1181 *destreg = (*binop)(emu, *destreg, srcval); in common_binop_byte_r_rm()
1196 destval = (*binop)(emu, destval, srcval); in common_binop_long_rm_r()
1230 (*binop)(emu, destval, srcval); in common_binop_ns_word_rm_r()
1249 (*binop)(emu, destval, srcval); in common_binop_ns_long_rm_r()
1278 *destreg = (*binop)(emu, *destreg, srcval); in common_binop_long_r_rm()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td529 // binop (select cond, K0, K1), K2 ->
530 // select cond, (binop K0, K2), (binop K1, K2)
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoZb.td237 class binop_with_non_imm12<SDPatternOperator binop>
238 : PatFrag<(ops node:$x, node:$y), (binop node:$x, node:$y), [{
H A DRISCVInstrInfo.td1394 // TODO: Can we use DefaultOperands on the regular binop to accomplish this more
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td11008 …tement of form '++x;', '--x;', 'x++;', 'x--;', 'x binop= expr;', 'x = x binop expr' or 'x = expr b…
11011 …tement of form '++x;', '--x;', 'x++;', 'x--;', 'x binop= expr;', 'x = x binop expr' or 'x = expr b…
11018 …', 'v = --x;', 'v = x++;', 'v = x--;', 'v = x binop= expr;', 'v = x = x binop expr' or 'v = x = ex…
11021 …atomic capture' must be a compound statement of form '{v = x; x binop= expr;}', '{x binop= expr; v…
11022 …" '{v = x; x = x binop expr;}', '{v = x; x = expr binop x;}', '{x = x binop expr; v = x;}', '{x = …
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DFLATInstructions.td1105 // atomic store follows atomic binop convention so the address comes
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.td1547 /// binop that produces a value.