Home
last modified time | relevance | path

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

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