Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastToStructChecker.cpp109 class CastToStructChecker : public Checker<check::ASTCodeBody> { class
120 mgr.registerChecker<CastToStructChecker>(); in registerCastToStructChecker()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td273 def CastToStructChecker : Checker<"CastToStruct">,
/freebsd/lib/clang/libclang/
H A DMakefile647 SRCS_FUL+= StaticAnalyzer/Checkers/CastToStructChecker.cpp