Searched refs:plus (Results 51 - 52 of 52) sorted by relevance

123

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp8429 // If the RHS is a unary plus or minus, check to see if they = and + are
8932 case tok::plus: Opc = BO_Add; break;
8972 case tok::plus: Opc = UO_Plus; break;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp1595 std::plus<APSInt>());
4285 // plus an offset in bytes.

Completed in 108 milliseconds

123