Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp95 ignoringParenImpCasts(integerLiteral().bind("boundNum")))) in simpleCondition()
152 integerLiteral().bind("initNum"))), in forLoopMatcher()
157 integerLiteral().bind("initNum")))))), in forLoopMatcher()
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGCDAntipatternChecker.cpp95 hasArgument(0, ignoringParenCasts(integerLiteral(equals(0)))))); in findGCDAntiPatternWithSemaphore()
/src/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp661 anyOf(integerLiteral(equals(0)), arrayInitIndexExpr()) in matcher()
1365 hasRHS(integerLiteral().bind(OffsetTag))) in matcher()
1368 hasLHS(integerLiteral().bind(OffsetTag))) in matcher()
/src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp399 REGISTER_MATCHER(integerLiteral); in RegistryMaps()
/src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp299 ComparesToSame(integerLiteral(equals(0))))); in isValueOrNotEqX()
/src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp933 integerLiteral; variable
/src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2455 integerLiteral;
8221 integerLiteral(equals(0), hasParent(expr(hasType(pointerType()))))); in AST_MATCHER_FUNCTION()