reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
91 bool hasNoCaptureAttr() const;
706 if (A->getType()->isPointerTy() && !A->hasNoCaptureAttr()) { 720 if (!A->hasNoCaptureAttr()) { 786 if (!Node->Definition->hasNoCaptureAttr()) 805 if (A->hasNoCaptureAttr() || ArgumentSCCNodes.count(A))unittests/Transforms/Utils/CloningTest.cpp
180 EXPECT_FALSE(F2->arg_begin()->hasNoCaptureAttr());