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.cpp102 ConstantExpr *CExpr = dyn_cast<ConstantExpr>(WU); in replaceConstantExprOp() local
103 if (!CExpr || !replaceConstantExprOp(CExpr, P)) in replaceConstantExprOp()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1895 Expr *CExpr = nullptr; in buildCoroutineParameterMoves() local
1898 CExpr = castForMoving(*this, PDRefExpr.get()); in buildCoroutineParameterMoves()
1900 CExpr = PDRefExpr.get(); in buildCoroutineParameterMoves()
1905 AddInitializerToDecl(D, CExpr, /*DirectInit=*/true); in buildCoroutineParameterMoves()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp751 if (auto *CExpr = dyn_cast<ConstantExpr>(Operand)) in cloneConstantExprWithNewAddressSpace() local
753 CExpr, NewAddrSpace, ValueWithNewAddrSpace, DL, TTI)) { in cloneConstantExprWithNewAddressSpace()
H A DNaryReassociate.cpp629 const SCEV *CExpr) -> Value * { in tryReassociateMinOrMax() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1283 } else if (const ConstantExpr *CExpr = dyn_cast<ConstantExpr>(v0)) { in printSymbol() local
1284 const MCExpr *Expr = AP.lowerConstantForGV(cast<Constant>(CExpr), false); in printSymbol()