Home
last modified time | relevance | path

Searched defs:IntLit (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/abseil/
H A DDurationFactoryScaleCheck.cpp37 static double getValue(const IntegerLiteral *IntLit, in getValue()
172 const auto *IntLit = llvm::dyn_cast<IntegerLiteral>(MultBinOp->getLHS()); in check() local
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProTypeVarargCheck.cpp166 const auto *IntLit = in hasSingleVariadicArgumentWithValue() local
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DImplicitBoolConversionCheck.cpp133 if (const auto *IntLit = getEquivalentBoolLiteralForExpr() local
/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10662 if (auto *IntLit = dyn_cast<IntegerLiteral>(E->IgnoreParenImpCasts())) { isSameWidthConstantConversion() local