Home
last modified time | relevance | path

Searched refs:StdMakeUniqueCall (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp93 const CallDescription StdMakeUniqueCall{{"std", "make_unique"}}; member in __anon6a72ff2a0111::SmartPtrModeling
298 if (matchesAny(Call, StdMakeUniqueCall, StdMakeUniqueForOverwriteCall)) { in evalCall()