Home
last modified time | relevance | path

Searched defs:binop (Results 1 – 2 of 2) sorted by relevance

/freebsd/bin/sh/
H A Darith_yacc.c233 static arith_t binop(int token, union yystype *val, int op, int noeval) in binop() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp83 if (const BinaryOperator *binop = dyn_cast<BinaryOperator>(e)) { in CheckMallocArgument() local