Searched refs:hasNoCaptureAttr (Results 1 – 10 of 10) sorted by relevance
68 bool hasNoCaptureAttr() const;
100 bool hasNoCaptureAttr() const;
510 if (A->getType()->isPointerTy() && !A->hasNoCaptureAttr()) { in addArgumentAttrs()524 if (!A->hasNoCaptureAttr()) { in addArgumentAttrs()596 if (!Node->Definition->hasNoCaptureAttr()) in addArgumentAttrs()615 if (A->hasNoCaptureAttr() || ArgumentSCCNodes.count(A)) in addArgumentAttrs()
247 if (A->getType()->isPointerTy() && !A->hasNoCaptureAttr() && in AddNoCaptureAttrs()
105 bool Argument::hasNoCaptureAttr() const { in hasNoCaptureAttr() function in Argument
175 EXPECT_FALSE(F2->arg_begin()->hasNoCaptureAttr()); in TEST_F()
79 if (A->hasNoCaptureAttr()) in isNonEscapingLocalObject()
152 bool Argument::hasNoCaptureAttr() const { in hasNoCaptureAttr() function in Argument
662 if (I->hasNoCaptureAttr()) in transFunctionDecl()