Home
last modified time | relevance | path

Searched defs:IsPure (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DVirtualCallChecker.cpp119 bool IsPure = MD->isPure(); in checkPreCall() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DExpr.cpp3474 bool IsPure = FD && (FD->hasAttr<ConstAttr>() || FD->hasAttr<PureAttr>()); in HasSideEffects() local