Searched defs:FunctionLimits (Results 1 – 1 of 1) sorted by relevance
1945 struct FunctionLimits in analyzeLimits() struct1947 uint32_t loops = 0; // maximum nested loop and reps. in analyzeLimits()1948 uint32_t ifs = 0; // maximum nested if statements. in analyzeLimits()1949 uint32_t stack = 0; // maximum call depth. in analyzeLimits()