Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp855 if (const IntegerLiteral *IntE = dyn_cast<IntegerLiteral>(literalE)) in rewriteToNumberLiteral() local
856 isIntZero = !IntE->getValue().getBoolValue(); in rewriteToNumberLiteral()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp14234 getAlignmentAndOffsetFromBinAddOrSub(const Expr *PtrE, const Expr *IntE, in getAlignmentAndOffsetFromBinAddOrSub() argument
14247 if (Optional<llvm::APSInt> IdxRes = IntE->getIntegerConstantExpr(Ctx)) { in getAlignmentAndOffsetFromBinAddOrSub()