Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DVirtualCallChecker.cpp119 bool IsPure = MD->isPure(); in checkPreCall() local
126 if (IsPure) in checkPreCall()
134 if (IsPure) in checkPreCall()
140 IsPure ? C.generateErrorNode() : C.generateNonFatalErrorNode(); in checkPreCall()
144 const std::unique_ptr<BugType> &BT = IsPure ? BT_Pure : BT_Impure; in checkPreCall()
152 if (ShowFixIts && !IsPure) { in checkPreCall()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclBase.h1621 uint64_t IsPure : 1;
H A DDecl.h2257 bool isPure() const { return FunctionDeclBits.IsPure; } in isPure()
/openbsd/gnu/llvm/clang/lib/AST/
H A DDecl.cpp2980 FunctionDeclBits.IsPure = false; in FunctionDecl()
3146 FunctionDeclBits.IsPure = P; in setPure()
H A DExpr.cpp3590 bool IsPure = FD && (FD->hasAttr<ConstAttr>() || FD->hasAttr<PureAttr>()); in HasSideEffects() local
3591 if (IsPure || !IncludePossibleEffects) in HasSideEffects()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DOpenCLBuiltins.td322 bit IsPure = _Attributes[0];
H A DSemaLookup.cpp884 if (OpenCLBuiltin.IsPure) in InsertOCLBuiltinDeclarationsFromTable()