Searched refs:FunctionStack (Results 1 – 1 of 1) sorted by relevance
3779 struct FunctionStack in CompileString() struct3787 FunctionStack aFuncs[ nAlloc ]; in CompileString()3788 FunctionStack* pFunctionStack = (bPODF && rFormula.Len() > nAlloc ? in CompileString()3789 new FunctionStack[ rFormula.Len() ] : &aFuncs[0]); in CompileString()
Completed in 37 milliseconds