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.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/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