Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp560 static bool isSafeSpanTwoParamConstruct(const CXXConstructExpr &Node, in isSafeSpanTwoParamConstruct() function
1502 if (!HasTwoParamSpanCtorDecl || isSafeSpanTwoParamConstruct(*CE, Ctx)) in matches()