Searched refs:IsPure (Results 1 – 13 of 13) 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()
327 bool IsPure() const { return attrs.test(Attr::Pure); } in IsPure() function
963 } else if (lhsProcedure->IsPure() && !rhsProcedure->IsPure()) { in CheckProcCompatibility()
2465 if (!procChars->IsPure() || procChars->dummyArguments.size() != 2 || in ApplySpecificChecks()
614 } else if (proc.IsPure()) { in CheckProcedureArg()
5504 if (interface->IsPure()) { in HandleUnrestrictedSpecificIntrinsicFunction()
1606 uint64_t IsPure : 1;
2210 bool isPure() const { return FunctionDeclBits.IsPure; } in isPure()
2952 FunctionDeclBits.IsPure = false; in FunctionDecl()3117 FunctionDeclBits.IsPure = P; in setPure()
3503 bool IsPure = FD && (FD->hasAttr<ConstAttr>() || FD->hasAttr<PureAttr>()); in HasSideEffects() local3504 if (IsPure || !IncludePossibleEffects) in HasSideEffects()
2012 TEST_P(ASTMatchersTest, IsPure) { in TEST_P() argument
321 bit IsPure = _Attributes[0];
881 if (OpenCLBuiltin.IsPure) in InsertOCLBuiltinDeclarationsFromTable()