Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h49 class CallEvent; variable
143 CallEvent(const Expr *E, ProgramStateRef state, const LocationContext *lctx) in CallEvent() function
146 CallEvent(const Decl *D, ProgramStateRef state, const LocationContext *lctx) in CallEvent() function
150 CallEvent(const CallEvent &Original) in CallEvent() function
957 friend class CallEvent; variable
DStore.h33 class CallEvent; variable
DExprEngine.h45 class CallEvent; variable
DProgramState.h39 class CallEvent; variable
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DInCallServiceImpl.java113 public static class CallEvent<EventType> { class in InCallServiceImpl
118 CallEvent(String callId, EventType event) { in CallEvent() method in InCallServiceImpl.CallEvent