Home
last modified time | relevance | path

Searched refs:CExpr (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DNoReturnFunctionChecker.cpp47 if (const CallExpr *CExpr = dyn_cast_or_null<CallExpr>(CE.getOriginExpr()); in checkPostCall() local
48 CExpr && !BuildSinks) { in checkPostCall()
49 if (const Expr *C = CExpr->getCallee()) in checkPostCall()
/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp99 ConstantExpr *CExpr = dyn_cast<ConstantExpr>(WU); in replaceConstantExprOp() local
100 if (!CExpr || !replaceConstantExprOp(CExpr, P)) in replaceConstantExprOp()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCoroutine.cpp1815 Expr *CExpr = nullptr; in buildCoroutineParameterMoves() local
1818 CExpr = castForMoving(*this, PDRefExpr.get()); in buildCoroutineParameterMoves()
1820 CExpr = PDRefExpr.get(); in buildCoroutineParameterMoves()
1825 AddInitializerToDecl(D, CExpr, /*DirectInit=*/true); in buildCoroutineParameterMoves()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp731 if (auto *CExpr = dyn_cast<ConstantExpr>(Operand)) in cloneConstantExprWithNewAddressSpace() local
733 CExpr, NewAddrSpace, ValueWithNewAddrSpace, DL, TTI)) { in cloneConstantExprWithNewAddressSpace()
H A DNaryReassociate.cpp618 const SCEV *CExpr) -> Value * { in tryReassociateMinOrMax() argument
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1243 } else if (const ConstantExpr *CExpr = dyn_cast<ConstantExpr>(v0)) { in printSymbol() local
1244 const MCExpr *Expr = AP.lowerConstantForGV(cast<Constant>(CExpr), false); in printSymbol()