Searched refs:f_static_local (Results 1 – 2 of 2) sorted by relevance
43 f_static_local = 0x0001, enumerator55 void SetStaticLocal() { nFlags |= f_static_local; } in SetStaticLocal()60 bool IsStaticLocal() const { return (nFlags & f_static_local) != 0; } in IsStaticLocal()77 f_static_local = 0x0001, enumerator102 void SetStaticLocal() { nFlags |= f_static_local; } in SetStaticLocal()111 bool IsStaticLocal() const { return (nFlags & f_static_local) != 0; } in IsStaticLocal()
334 ( bStatic AND Env().Context().CurClass() == 0 ? VarFlags::f_static_local : 0 ) in SpReturn_Variable()627 … ( bStatic AND Env().Context().CurClass() == 0 ? FuncFlags::f_static_local : 0 ) in CreateFunctionFlags()
Completed in 11 milliseconds