Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/StaticAnalyzer/
DFalsePositiveRefutationBRVisitorTest.cpp56 bool reachedWithNoContradiction(const CallEvent &, CheckerContext &C) const { in reachedWithNoContradiction() argument
60 bool reachedWithContradiction(const CallEvent &, CheckerContext &C) const { in reachedWithContradiction() argument
DCallDescriptionTest.cpp100 TEST(CallEvent, CallDescription) { in TEST() argument
/external/llvm-project/clang/docs/analyzer/developer-docs/
DIPA.rst375 CallEvent section in Basics of Implementation
/external/bcc/tools/lib/
Duflow.py187 class CallEvent(ct.Structure): class
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h50 class CallEvent; variable
56 friend CallEvent; variable
168 CallEvent(const Expr *E, ProgramStateRef state, const LocationContext *lctx) in CallEvent() function
171 CallEvent(const Decl *D, ProgramStateRef state, const LocationContext *lctx) in CallEvent() function
175 CallEvent(const CallEvent &Original) in CallEvent() function
994 friend class CallEvent; variable
DStore.h33 class CallEvent; variable
DExprEngine.h45 class CallEvent; variable
DProgramState.h40 class CallEvent; variable
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h78 class CallEvent; variable
172 CallEvent(const Expr *E, ProgramStateRef state, const LocationContext *lctx) in CallEvent() function
175 CallEvent(const Decl *D, ProgramStateRef state, const LocationContext *lctx) in CallEvent() function
179 CallEvent(const CallEvent &Original) in CallEvent() function
1239 friend CallEvent; variable
1329 friend class CallEvent; variable
DStore.h46 class CallEvent; variable
DExprEngine.h82 class CallEvent; variable
DProgramState.h38 class CallEvent; variable
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DInCallServiceImpl.java111 public static class CallEvent<EventType> { class in InCallServiceImpl
116 CallEvent(String callId, EventType event) { in CallEvent() method in InCallServiceImpl.CallEvent
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/
DCheckerManager.h42 class CallEvent; variable