Home
last modified time | relevance | path

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

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVirtualCallChecker.cpp119 bool IsPure = MD->isPureVirtual(); in checkPreCall() local
/llvm-project/flang/lib/Evaluate/
H A Dcall.cpp147 bool ProcedureDesignator::IsPure() const { in IsPure() function in Fortran::evaluate::ProcedureDesignator
/llvm-project/flang/include/flang/Evaluate/
H A Dcharacteristics.h384 bool IsPure() const { return attrs.test(Attr::Pure); } in IsPure() function
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp2101 TEST_P(ASTMatchersTest, IsPure) { in TEST_P() argument
/llvm-project/clang/lib/AST/
H A DExpr.cpp3651 bool IsPure = FD && (FD->hasAttr<ConstAttr>() || FD->hasAttr<PureAttr>()); HasSideEffects() local
/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp11726 bool IsPure = NewFD->hasAttr<PureAttr>(); CheckConstPureAttributesUsage() local