Searched refs:inlineCall (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DOSAtomicChecker.cpp27 bool inlineCall(const CallExpr *CE, ExprEngine &Eng,
52 bool OSAtomicChecker::inlineCall(const CallExpr *CE, function in class:OSAtomicChecker
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp349 bool ExprEngine::inlineCall(const CallEvent &Call, const Decl *D, function in class:ExprEngine
636 if (inlineCall(*Call, D, Bldr, Pred, State))
659 if (inlineCall(Call, D, Bldr, Pred, State))
673 inlineCall(Call, D, Bldr, Pred, IState);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h500 bool inlineCall(const CallEvent &Call, const Decl *D, NodeBuilder &Bldr,
/external/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h375 return ((const CHECKER *)checker)->inlineCall(CE, Eng, Pred, Dst);

Completed in 93 milliseconds