Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/abseil/
DDurationFactoryScaleCheck.cpp38 static double GetValue(const IntegerLiteral *IntLit, in GetValue()
173 const auto *IntLit = llvm::dyn_cast<IntegerLiteral>(MultBinOp->getLHS()); in check() local
/external/rust/crates/protobuf/src/text_format/lexer/
Dtoken.rs14 IntLit(u64), enumerator
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DProTypeVarargCheck.cpp99 const auto *IntLit = in hasSingleVariadicArgumentWithValue() local
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DImplicitBoolConversionCheck.cpp157 if (const auto *IntLit = dyn_cast<IntegerLiteral>(Expression)) { in getEquivalentBoolLiteralForExpr() local
/external/clang/lib/Sema/
DSemaChecking.cpp8134 if (auto *IntLit = dyn_cast<IntegerLiteral>(E->IgnoreParenImpCasts())) { in isSameWidthConstantConversion() local
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp11912 if (auto *IntLit = dyn_cast<IntegerLiteral>(E->IgnoreParenImpCasts())) { in isSameWidthConstantConversion() local