Searched refs:IsPure (Results 1 – 7 of 7) sorted by relevance
119 bool IsPure = MD->isPure(); in checkPreCall() local126 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()
1621 uint64_t IsPure : 1;
2257 bool isPure() const { return FunctionDeclBits.IsPure; } in isPure()
2980 FunctionDeclBits.IsPure = false; in FunctionDecl()3146 FunctionDeclBits.IsPure = P; in setPure()
3590 bool IsPure = FD && (FD->hasAttr<ConstAttr>() || FD->hasAttr<PureAttr>()); in HasSideEffects() local3591 if (IsPure || !IncludePossibleEffects) in HasSideEffects()
322 bit IsPure = _Attributes[0];
884 if (OpenCLBuiltin.IsPure) in InsertOCLBuiltinDeclarationsFromTable()