Home
last modified time | relevance | path

Searched refs:IsPure (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h1480 uint64_t IsPure : 1; variable
H A DDecl.h2009 bool isPure() const { return FunctionDeclBits.IsPure; } in isPure()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp2661 FunctionDeclBits.IsPure = false; in FunctionDecl()
2748 FunctionDeclBits.IsPure = P; in setPure()
H A DExpr.cpp3180 bool IsPure = FD && (FD->hasAttr<ConstAttr>() || FD->hasAttr<PureAttr>()); in HasSideEffects() local
3181 if (IsPure || !IncludePossibleEffects) in HasSideEffects()