Searched defs:allow_lazy (Results 1 – 3 of 3) sorted by relevance
41 bool allow_lazy; member
1269 bool allow_lazy = literal->AllowsLazyCompilation() && in BuildFunctionInfo() local
95 bool allow_lazy() const { return allow_lazy_; } in allow_lazy() function