Home
last modified time | relevance | path

Searched defs:CallEvent (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/docs/analyzer/developer-docs/
H A DIPA.rst375 CallEvent section in Basics of Implementation
/llvm-project-15.0.7/clang/unittests/StaticAnalyzer/
H A DFalsePositiveRefutationBRVisitorTest.cpp50 bool reachedWithNoContradiction(const CallEvent &, CheckerContext &C) const { in reachedWithNoContradiction() argument
54 bool reachedWithContradiction(const CallEvent &, CheckerContext &C) const { in reachedWithContradiction() argument
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h46 class CallEvent; variable
H A DCallDescription.h44 friend class CallEvent; variable
H A DCallEvent.h78 class CallEvent; variable
178 CallEvent(const Expr *E, ProgramStateRef state, const LocationContext *lctx) in CallEvent() function
181 CallEvent(const Decl *D, ProgramStateRef state, const LocationContext *lctx) in CallEvent() function
185 CallEvent(const CallEvent &Original) in CallEvent() function
1235 friend class CallEvent; variable
H A DExprEngine.h80 class CallEvent; variable
H A DProgramState.h38 class CallEvent; variable
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h41 class CallEvent; variable