Searched refs:PreventedBy (Results 1 – 3 of 3) sorted by relevance
2585 SmallVectorImpl<const FunctionDecl *> &PreventedBy) const { in isUsualDeallocationFunction()2586 assert(PreventedBy.empty() && "PreventedBy is expected to be empty"); in isUsualDeallocationFunction()2686 PreventedBy.push_back(FD); in isUsualDeallocationFunction()
1700 SmallVector<const FunctionDecl*, 4> PreventedBy; in isUsualDeallocationFunction() local1701 bool Result = Method->isUsualDeallocationFunction(PreventedBy); in isUsualDeallocationFunction()1703 if (Result || !getLangOpts().CUDA || PreventedBy.empty()) in isUsualDeallocationFunction()1708 return llvm::none_of(PreventedBy, [&](const FunctionDecl *FD) { in isUsualDeallocationFunction()
2211 SmallVectorImpl<const FunctionDecl *> &PreventedBy) const;