Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DVirtualCallChecker.cpp119 bool IsPure = MD->isPure(); in checkPreCall() local
/external/llvm-project/flang/include/flang/Evaluate/
Dcharacteristics.h309 bool IsPure() const { return attrs.test(Attr::Pure); } in IsPure() function
/external/llvm-project/clang/include/clang/AST/
DDeclBase.h1523 uint64_t IsPure : 1; variable
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp1508 TEST_P(ASTMatchersTest, IsPure) { in TEST_P() argument
/external/clang/lib/AST/
DExpr.cpp2873 bool IsPure = FD && (FD->hasAttr<ConstAttr>() || FD->hasAttr<PureAttr>()); in HasSideEffects() local
/external/clang/include/clang/AST/
DDecl.h1592 unsigned IsPure : 1; variable
/external/llvm-project/clang/lib/AST/
DExpr.cpp3321 bool IsPure = FD && (FD->hasAttr<ConstAttr>() || FD->hasAttr<PureAttr>()); in HasSideEffects() local