Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVirtualCallChecker.cpp126 bool IsPure = MD->isPureVirtual(); in checkPreCall() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp3676 bool IsPure = FD && (FD->hasAttr<ConstAttr>() || FD->hasAttr<PureAttr>()); in HasSideEffects() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp12001 bool IsPure = NewFD->hasAttr<PureAttr>(); in CheckConstPureAttributesUsage() local