Home
last modified time | relevance | path

Searched defs:CallEvent (Results 1 – 7 of 7) 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/bcc/tools/lib/
Duflow.py190 class CallEvent(ct.Structure): class
/external/crosvm/devices/src/virtio/vhost/user/device/
Dhandler.rs91 pub struct CallEvent(Event); struct
93 impl SignalableInterrupt for CallEvent { implementation
107 impl From<File> for CallEvent { implementation
/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