Home
last modified time | relevance | path

Searched refs:IntE (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp856 if (const IntegerLiteral *IntE = dyn_cast<IntegerLiteral>(literalE)) in rewriteToNumberLiteral() local
857 isIntZero = !IntE->getValue().getBoolValue(); in rewriteToNumberLiteral()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp15936 getAlignmentAndOffsetFromBinAddOrSub(const Expr *PtrE, const Expr *IntE, in getAlignmentAndOffsetFromBinAddOrSub() argument
15949 if (std::optional<llvm::APSInt> IdxRes = IntE->getIntegerConstantExpr(Ctx)) { in getAlignmentAndOffsetFromBinAddOrSub()