Home
last modified time | relevance | path

Searched defs:CExpr (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNoReturnFunctionChecker.cpp47 if (const CallExpr *CExpr = dyn_cast_or_null<CallExpr>(CE.getOriginExpr()); in checkPostCall() local
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DCopyConstructorInitCheck.cpp71 const auto *CExpr = dyn_cast<CXXConstructExpr>(Init->getInit()); in check() local
H A DAssertSideEffectCheck.cpp62 if (const auto *CExpr = dyn_cast<CallExpr>(E)) { in AST_MATCHER_P2() local
/llvm-project/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp102 if (!CExpr || !replaceConstantExprOp(CExpr, P)) in replaceConstantExprOp() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp619 __anone522c7b30402(Value *A, const SCEV *AExpr, Value *B, const SCEV *BExpr, Value *C, const SCEV *CExpr) tryReassociateMinOrMax() argument
H A DInferAddressSpaces.cpp751 if (auto *CExpr = dyn_cast<ConstantExpr>(Operand)) cloneConstantExprWithNewAddressSpace() local
/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1894 Expr *CExpr = nullptr; buildCoroutineParameterMoves() local
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1283 } else if (const ConstantExpr *CExpr = dyn_cast<ConstantExpr>(v0)) { printSymbol() local