Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp122 auto CompletelyMatchesParts = [II](auto... Parts) -> bool { in isHardenedVariantOf() local
127 return CompletelyMatchesParts("__", Name, "_chk") || in isHardenedVariantOf()
128 CompletelyMatchesParts("__builtin_", "__", Name, "_chk"); in isHardenedVariantOf()