Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDVirtualCallChecker.cpp119 bool IsPure = MD->isPureVirtual(); in checkPreCall() local
/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDExpr.cpp3651 bool IsPure = FD && (FD->hasAttr<ConstAttr>() || FD->hasAttr<PureAttr>()); in HasSideEffects() local
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDSemaDecl.cpp11768 bool IsPure = NewFD->hasAttr<PureAttr>(); in CheckConstPureAttributesUsage() local