Searched refs:CallInfo (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlstate.h70 typedef struct CallInfo { struct
73 struct CallInfo *previous, *next; /* dynamic call link */
90 } CallInfo; typedef in typeref:struct:CallInfo
94 ** Bits in CallInfo status
160 CallInfo *ci; /* call info for current function */
177 CallInfo base_ci; /* CallInfo for first level (C calling Lua) */
225 LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L);
H A Dldebug.c32 static const char *getfuncname (lua_State *L, CallInfo *ci, const char **name);
35 static int currentpc (CallInfo *ci) {
41 static int currentline (CallInfo *ci) {
48 CallInfo *ci = L->ci; /* get function that yielded */
91 CallInfo *ci;
113 static const char *findvararg (CallInfo *ci, int n, StkId *pos) {
124 static const char *findlocal (lua_State *L, CallInfo *ci, int n,
227 Closure *f, CallInfo *ci) {
280 CallInfo *ci;
458 static const char *getfuncname (lua_State *L, CallInfo *c
[all...]
H A Dlstate.c109 CallInfo *luaE_extendCI (lua_State *L) {
110 CallInfo *ci = luaM_new(L, CallInfo);
120 CallInfo *ci = L->ci;
121 CallInfo *next = ci->next;
131 int i; CallInfo *ci;
H A Dldo.c212 CallInfo *ci;
264 CallInfo *ci;
289 CallInfo *ci = L->ci;
313 static void callhook (lua_State *L, CallInfo *ci) {
367 CallInfo *ci;
434 CallInfo *ci = L->ci;
483 CallInfo *ci = L->ci;
525 static CallInfo *findpcall (lua_State *L) {
526 CallInfo *ci;
537 CallInfo *c
[all...]
H A Dlvm.c60 CallInfo *ci = L->ci;
485 CallInfo *ci = L->ci;
596 CallInfo *ci = L->ci;
795 CallInfo *nci = L->ci; /* called frame */
796 CallInfo *oci = nci->previous; /* caller frame */
H A Dlapi.c53 CallInfo *ci = L->ci;
91 CallInfo *ci = L->ci;
949 CallInfo *ci = L->ci;
/freebsd-13-stable/contrib/lua/src/
H A Dldo.h60 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);
62 LUAI_FUNC CallInfo *luaD_precall (lua_State *L, StkId func, int nResults);
68 LUAI_FUNC void luaD_poscall (lua_State *L, CallInfo *ci, int nres);
H A Dlstate.h160 typedef struct CallInfo { struct
163 struct CallInfo *previous, *next; /* dynamic call link */
186 } CallInfo; typedef in typeref:struct:CallInfo
190 ** Bits in CallInfo status
280 CallInfo *ci; /* call info for current function */
287 CallInfo base_ci; /* CallInfo for first level (C calling Lua) */
355 LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L);
H A Dlstate.c105 CallInfo *luaE_extendCI (lua_State *L) {
106 CallInfo *ci;
108 ci = luaM_new(L, CallInfo);
120 ** free all CallInfo structures not in use by a thread
123 CallInfo *ci = L->ci;
124 CallInfo *next = ci->next;
135 ** free half of the CallInfo structures not in use by a thread,
139 CallInfo *ci = L->ci->next; /* first free CallInfo */
140 CallInfo *nex
[all...]
H A Dldo.c164 CallInfo *ci;
239 CallInfo *ci;
299 CallInfo *ci = L->ci;
333 void luaD_hookcall (lua_State *L, CallInfo *ci) {
346 static StkId rethook (lua_State *L, CallInfo *ci, StkId firstres, int nres) {
431 ** Finishes a function call: calls hook if necessary, removes CallInfo,
434 void luaD_poscall (lua_State *L, CallInfo *ci, int nres) {
452 void luaD_pretailcall (lua_State *L, CallInfo *ci, StkId func, int narg1) {
474 ** are on the stack, right after the function. Returns the CallInfo
479 CallInfo *luaD_precal
[all...]
H A Dltm.h98 struct CallInfo *ci, const Proto *p);
99 LUAI_FUNC void luaT_getvarargs (lua_State *L, struct CallInfo *ci,
H A Dldebug.c39 static const char *funcnamefromcode (lua_State *L, CallInfo *ci,
43 static int currentpc (CallInfo *ci) {
102 static int getcurrentline (CallInfo *ci) {
118 static void settraps (CallInfo *ci) {
166 CallInfo *ci;
188 static const char *findvararg (CallInfo *ci, int n, StkId *pos) {
200 const char *luaG_findlocal (lua_State *L, CallInfo *ci, int n, StkId *pos) {
316 static const char *getfuncname (lua_State *L, CallInfo *ci, const char **name) {
331 Closure *f, CallInfo *ci) {
389 CallInfo *c
[all...]
H A Dldebug.h30 LUAI_FUNC const char *luaG_findlocal (lua_State *L, CallInfo *ci, int n,
H A Dlvm.h126 LUAI_FUNC void luaV_execute (lua_State *L, CallInfo *ci);
H A Dltm.c237 void luaT_adjustvarargs (lua_State *L, int nfixparams, CallInfo *ci,
257 void luaT_getvarargs (lua_State *L, CallInfo *ci, StkId where, int wanted) {
H A Dlapi.c57 CallInfo *ci = L->ci;
84 CallInfo *ci = L->ci;
100 CallInfo *ci;
174 CallInfo *ci;
1034 CallInfo *ci = L->ci;
H A Dlvm.c814 CallInfo *ci = L->ci;
1129 void luaV_execute (lua_State *L, CallInfo *ci) {
1615 CallInfo *newci;
H A Dlua.h487 struct CallInfo *i_ci; /* active function */
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp117 struct CallInfo { struct in class:__anon4073::final
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
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.h315 const CGFunctionInfo &CallInfo; member in struct:clang::CodeGen::CGObjCRuntime::MessageSendInfo
320 : CallInfo(callInfo), MessengerType(messengerType) {}
H A DCGCall.cpp4232 RValue CodeGenFunction::EmitCall(const CGFunctionInfo &CallInfo,
4244 QualType RetTy = CallInfo.getReturnType();
4245 const ABIArgInfo &RetAI = CallInfo.getReturnInfo();
4247 llvm::FunctionType *IRFuncTy = getTypes().GetFunctionType(CallInfo);
4268 if (!(CallInfo.isVariadic() && CallInfo.getArgStruct())) {
4269 // For an inalloca varargs function, we don't expect CallInfo to match the
4272 // bitcasts the function pointer to the type derived from CallInfo.
4291 if (llvm::StructType *ArgStruct = CallInfo.getArgStruct()) {
4302 auto Align = CallInfo
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp52 template <typename CalleeTy> struct CallInfo { struct in namespace:__anon3394
62 CallInfo(const CalleeTy *Callee, size_t ParamNo, const ConstantRange &Offset) function in struct:__anon3394::CallInfo
67 raw_ostream &operator<<(raw_ostream &OS, const CallInfo<CalleeTy> &P) {
79 SmallVector<CallInfo<CalleeTy>, 4> Calls;
/freebsd-13-stable/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h414 struct CallInfo *i_ci; /* active function */
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h1037 CallSiteInfoImpl &&CallInfo) {
1040 CallSitesInfo.try_emplace(CallI, std::move(CallInfo)).second;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp217 class CallInfo { class
1087 CallInfo CI;

Completed in 190 milliseconds

12