/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | CallInfo.java | 41 public final class CallInfo class 55 public CallInfo() { in CallInfo() method in CallInfo 118 CallInfo retval = (CallInfo) super.clone(); in clone()
|
D | CallInfoList.java | 40 public class CallInfoList extends SIPHeaderList<CallInfo> { 57 super(CallInfo.class, CallInfoHeader.NAME); in CallInfoList()
|
D | NameMap.java | 91 putNameMap(CALL_INFO, CallInfo.class.getName()); //7 in initializeNameMap()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFAbstractMemberAccess.cpp | 117 struct CallInfo { struct in __anon5ceb5eae0111::BPFAbstractMemberAccess 124 typedef std::stack<std::pair<CallInst *, CallInfo>> CallInfoStack; 138 std::map<CallInst *, std::pair<CallInst *, CallInfo>> AIChain; 142 std::map<CallInst *, CallInfo> BaseAICalls; 146 void traceAICall(CallInst *Call, CallInfo &ParentInfo); 148 CallInfo &ParentInfo); 150 CallInfo &ParentInfo); 153 bool IsPreserveDIAccessIndexCall(const CallInst *Call, CallInfo &Cinfo); 166 Value *computeBaseAndAccessKey(CallInst *Call, CallInfo &CInfo, 169 bool transformGEPChain(Module &M, CallInst *Call, CallInfo &CInfo); [all …]
|
/external/llvm-project/llvm/lib/Target/BPF/ |
D | BPFAbstractMemberAccess.cpp | 123 struct CallInfo { struct in __anon7165ae3a0111::BPFAbstractMemberAccess 130 typedef std::stack<std::pair<CallInst *, CallInfo>> CallInfoStack; 146 std::map<CallInst *, std::pair<CallInst *, CallInfo>> AIChain; 150 std::map<CallInst *, CallInfo> BaseAICalls; 154 void traceAICall(CallInst *Call, CallInfo &ParentInfo); 156 CallInfo &ParentInfo); 158 CallInfo &ParentInfo); 161 bool IsPreserveDIAccessIndexCall(const CallInst *Call, CallInfo &Cinfo); 174 Value *computeBaseAndAccessKey(CallInst *Call, CallInfo &CInfo, 176 MDNode *computeAccessKey(CallInst *Call, CallInfo &CInfo, [all …]
|
/external/lua/src/ |
D | ldebug.c | 39 static const char *funcnamefromcode (lua_State *L, CallInfo *ci, 43 static int currentpc (CallInfo *ci) { in currentpc() 102 static int getcurrentline (CallInfo *ci) { in getcurrentline() 118 static void settraps (CallInfo *ci) { in settraps() 166 CallInfo *ci; in lua_getstack() 188 static const char *findvararg (CallInfo *ci, int n, StkId *pos) { in findvararg() 200 const char *luaG_findlocal (lua_State *L, CallInfo *ci, int n, StkId *pos) { in luaG_findlocal() 316 static const char *getfuncname (lua_State *L, CallInfo *ci, const char **name) { in getfuncname() 331 Closure *f, CallInfo *ci) { in auxgetinfo() 389 CallInfo *ci; in lua_getinfo() [all …]
|
D | lstate.h | 193 typedef struct CallInfo { struct 196 struct CallInfo *previous, *next; /* dynamic call link */ argument 219 } CallInfo; argument 313 CallInfo *ci; /* call info for current function */ 320 CallInfo base_ci; /* CallInfo for first level (C calling Lua) */ 389 LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L);
|
D | ldo.c | 165 CallInfo *ci; in correctstack() 236 CallInfo *ci; in stackinuse() 279 CallInfo *ci = L->ci; in luaD_hook() 313 void luaD_hookcall (lua_State *L, CallInfo *ci) { in luaD_hookcall() 326 static StkId rethook (lua_State *L, CallInfo *ci, StkId firstres, int nres) { in rethook() 414 void luaD_poscall (lua_State *L, CallInfo *ci, int nres) { in luaD_poscall() 432 void luaD_pretailcall (lua_State *L, CallInfo *ci, StkId func, int narg1) { in luaD_pretailcall() 468 CallInfo *ci; in luaD_call() 488 CallInfo *ci; in luaD_call() 535 CallInfo *ci = L->ci; in finishCcall() [all …]
|
D | lstate.c | 156 CallInfo *luaE_extendCI (lua_State *L) { in luaE_extendCI() 157 CallInfo *ci; in luaE_extendCI() 160 ci = luaM_new(L, CallInfo); in luaE_extendCI() 175 CallInfo *ci = L->ci; in luaE_freeCI() 176 CallInfo *next = ci->next; in luaE_freeCI() 193 CallInfo *ci = L->ci->next; /* first free CallInfo */ in luaE_shrinkCI() 194 CallInfo *next; in luaE_shrinkCI() 199 CallInfo *next2 = next->next; /* next's next */ in luaE_shrinkCI() 215 int i; CallInfo *ci; in stack_init() 364 CallInfo *ci; in lua_resetthread()
|
D | ldo.h | 60 LUAI_FUNC void luaD_hookcall (lua_State *L, CallInfo *ci); 61 LUAI_FUNC void luaD_pretailcall (lua_State *L, CallInfo *ci, StkId func, int n); 67 LUAI_FUNC void luaD_poscall (lua_State *L, CallInfo *ci, int nres);
|
D | ltm.h | 98 struct CallInfo *ci, const Proto *p); 99 LUAI_FUNC void luaT_getvarargs (lua_State *L, struct CallInfo *ci,
|
D | ldebug.h | 30 LUAI_FUNC const char *luaG_findlocal (lua_State *L, CallInfo *ci, int n,
|
D | ltm.c | 237 void luaT_adjustvarargs (lua_State *L, int nfixparams, CallInfo *ci, in luaT_adjustvarargs() 257 void luaT_getvarargs (lua_State *L, CallInfo *ci, StkId where, int wanted) { in luaT_getvarargs()
|
D | lvm.h | 126 LUAI_FUNC void luaV_execute (lua_State *L, CallInfo *ci);
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | CallInfoParser.java | 73 CallInfo callInfo= new CallInfo(); in parse() 91 callInfo= new CallInfo(); in parse()
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | coalescer-cross.ll | 10 %struct.CallInfo = type { %struct.TValue*, %struct.TValue*, %struct.TValue*, i32*, i32, i32 } 23 …, %struct.global_State*, %struct.CallInfo*, i32*, %struct.TValue*, %struct.TValue*, %struct.CallIn…
|
/external/llvm/test/CodeGen/X86/ |
D | coalescer-cross.ll | 10 %struct.CallInfo = type { %struct.TValue*, %struct.TValue*, %struct.TValue*, i32*, i32, i32 } 23 …, %struct.global_State*, %struct.CallInfo*, i32*, %struct.TValue*, %struct.TValue*, %struct.CallIn…
|
/external/llvm/test/CodeGen/PowerPC/ |
D | bdzlr.ll | 9 ….685*, %struct.CallInfo.11.686*, i32*, %struct.lua_TValue.17.692*, %struct.lua_TValue.17.692*, %st… 21 %struct.CallInfo.11.686 = type { %struct.lua_TValue.17.692*, %struct.lua_TValue.17.692*, %struct.lu…
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | bdzlr.ll | 9 ….685*, %struct.CallInfo.11.686*, i32*, %struct.lua_TValue.17.692*, %struct.lua_TValue.17.692*, %st… 21 %struct.CallInfo.11.686 = type { %struct.lua_TValue.17.692*, %struct.lua_TValue.17.692*, %struct.lu…
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/ |
D | apply.pass.cpp | 102 struct CallInfo { struct 108 CallInfo(CallQuals q, Args&&... xargs) in CallInfo() argument 114 inline CallInfo<decltype(std::forward_as_tuple(std::declval<Args>()...))>
|
/external/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/ |
D | apply.pass.cpp | 101 struct CallInfo { struct 107 CallInfo(CallQuals q, Args&&... xargs) in CallInfo() argument 113 inline CallInfo<decltype(std::forward_as_tuple(std::declval<Args>()...))>
|
/external/llvm-project/llvm/lib/Analysis/ |
D | StackSafetyAnalysis.cpp | 98 template <typename CalleeTy> struct CallInfo { struct 104 CallInfo(const CalleeTy *Callee, size_t ParamNo) in CallInfo() argument 108 bool operator()(const CallInfo &L, const CallInfo &R) const { in operator ()() 125 using CallsTy = std::map<CallInfo<CalleeTy>, ConstantRange, 126 typename CallInfo<CalleeTy>::Less>; 424 US.Calls.emplace(CallInfo<GlobalValue>(Callee, ArgNo), Offsets); in analyzeAllUses() 702 Use.Calls.emplace(CallInfo<GlobalValue>(F, C.first.ParamNo), C.second); in resolveAllCalls() 1047 US.Calls.emplace(CallInfo<FunctionSummary>(S, Call.ParamNo), in generateParamAccessSummary()
|
/external/clang/lib/CodeGen/ |
D | CGObjCRuntime.h | 287 const CGFunctionInfo &CallInfo; member 292 : CallInfo(callInfo), MessengerType(messengerType) {} in MessageSendInfo()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGObjCRuntime.h | 329 const CGFunctionInfo &CallInfo; member 334 : CallInfo(callInfo), MessengerType(messengerType) {} in MessageSendInfo()
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
D | ListMap.java | 89 headerListTable.put(CallInfo.class, CallInfoList.class); in initializeListMap()
|