Searched refs:OCE (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp858 const CXXOperatorCallExpr *OCE = cast<CXXOperatorCallExpr>(S); local
862 const Decl *Callee = OCE->getCalleeDecl();
868 createTemporaryRegionIfNeeded(State, LCtx, OCE->getArg(0));
870 Pred = Bldr.generateNode(OCE, Pred, NewState, /*Tag=*/0,
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp8961 CXXOperatorCallExpr *OCE = dyn_cast<CXXOperatorCallExpr>(LHSExpr); local
8962 if (!OCE)
8965 FunctionDecl *FD = OCE->getDirectCallee();
8976 SuggestParentheses(S, OCE->getOperatorLoc(),
8979 OCE->getSourceRange());
8982 SourceRange(OCE->getArg(1)->getLocStart(),

Completed in 104 milliseconds