Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1980 Expr *CExpr = nullptr; in buildCoroutineParameterMoves() local
1983 CExpr = castForMoving(*this, PDRefExpr.get()); in buildCoroutineParameterMoves()
1985 CExpr = PDRefExpr.get(); in buildCoroutineParameterMoves()
1990 AddInitializerToDecl(D, CExpr, /*DirectInit=*/true); in buildCoroutineParameterMoves()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp810 if (auto *CExpr = dyn_cast<ConstantExpr>(Operand)) in cloneConstantExprWithNewAddressSpace() local
812 CExpr, NewAddrSpace, ValueWithNewAddrSpace, DL, TTI)) { in cloneConstantExprWithNewAddressSpace()
H A DNaryReassociate.cpp627 const SCEV *CExpr) -> Value * { in tryReassociateMinOrMax() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1084 } else if (const ConstantExpr *CExpr = dyn_cast<ConstantExpr>(v0)) { in printSymbol() local
1085 const MCExpr *Expr = AP.lowerConstantForGV(CExpr, false); in printSymbol()