Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp402 REGISTER_MATCHER(integerLiteral); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp332 ComparesToSame(integerLiteral(equals(0))))); in isValueOrNotEqX()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp964 integerLiteral; variable
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2504 integerLiteral;
8292 integerLiteral(equals(0), hasParent(expr(hasType(pointerType()))))); in AST_MATCHER_FUNCTION()