Home
last modified time | relevance | path

Searched defs:isLazy (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDomTreeUpdater.h51 bool isLazy() const { return Strategy == UpdateStrategy::Lazy; }; in isLazy() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTUnresolvedSet.h36 bool isLazy() const { return getTag(); } in isLazy() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpression.c1853 const bool isLazy = (parameter && (parameter->storageClass & STClazy)); in functionParameters() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpressionsem.d2300 const bool isLazy = (parameter && (parameter.storageClass & STC.lazy_)); in functionParameters() local