Searched defs:isLazy (Results 1 – 4 of 4) sorted by relevance
51 bool isLazy() const { return Strategy == UpdateStrategy::Lazy; }; in isLazy() function
36 bool isLazy() const { return getTag(); } in isLazy() function
1853 const bool isLazy = (parameter && (parameter->storageClass & STClazy)); in functionParameters() local
2300 const bool isLazy = (parameter && (parameter.storageClass & STC.lazy_)); in functionParameters() local