Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp272 ifStmt(allOf( in checkASTCodeBody()
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp548 stmt(anyOf(ifStmt(), switchStmt(), conditionalOperator(), AssertLikeM, in hasUnguardedAccess()
/src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp385 REGISTER_MATCHER(ifStmt); in RegistryMaps()
/src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp901 const internal::VariadicDynCastAllOfMatcher<Stmt, IfStmt> ifStmt; variable
/src/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp341 auto IfStmtThen = ifStmt(hasThen(InnerMatcher)); in isInUnspecifiedUntypedContext()
342 auto IfStmtElse = ifStmt(hasElse(InnerMatcher)); in isInUnspecifiedUntypedContext()
/src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2145 extern const internal::VariadicDynCastAllOfMatcher<Stmt, IfStmt> ifStmt;