HomeSort by relevance Sort by last modified time
    Searched refs:SimpleCall (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 439 class SimpleCall : public AnyFunctionCall {
441 SimpleCall(const CallExpr *CE, ProgramStateRef St,
444 SimpleCall(const SimpleCall &Other) : AnyFunctionCall(Other) {}
468 class FunctionCall : public SimpleCall {
474 : SimpleCall(CE, St, LCtx) {}
476 FunctionCall(const FunctionCall &Other) : SimpleCall(Other) {}
490 class BlockCall : public SimpleCall {
496 : SimpleCall(CE, St, LCtx) {}
498 BlockCall(const BlockCall &Other) : SimpleCall(Other) {
    [all...]
ExprEngine.h 46 class SimpleCall;
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 37 class SimpleCall;
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 376 const FunctionDecl *SimpleCall::getDecl() const {
    [all...]

Completed in 3033 milliseconds