Home
last modified time | relevance | path

Searched refs:CastExpr (Results 76 – 95 of 95) sorted by relevance

1234

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2262 const auto *C = cast<CastExpr>(S); in Visit()
2582 while (const auto *CE = dyn_cast<CastExpr>(Ex)) { in RecoverCastedSymbol()
H A DBugReporterVisitors.cpp106 if (const auto *CE = dyn_cast<CastExpr>(E)) { in getDerefExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp184 ComplexPairTy VisitCastExpr(CastExpr *E) { in VisitCastExpr()
H A DCGExprCXX.cpp2154 if (const auto *CE = dyn_cast<CastExpr>(E)) { in isGLValueFromPointerDeref()
H A DCGExprConstant.cpp1063 llvm::Constant *VisitCastExpr(CastExpr *E, QualType destType) { in VisitCastExpr()
H A DCGDecl.cpp718 while (auto castExpr = dyn_cast<CastExpr>(init->IgnoreParens())) { in tryEmitARCCopyWeakInit()
H A DCGCall.cpp4690 cast<CastExpr>(E)->getCastKind() == CK_LValueToRValue) { in EmitCallArg()
4691 LValue L = EmitLValue(cast<CastExpr>(E)->getSubExpr()); in EmitCallArg()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1104 void ASTStmtReader::VisitCastExpr(CastExpr *E) { in VisitCastExpr()
1116 CastExpr::path_iterator BaseI = E->path_begin(); in VisitCastExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp1467 void StmtProfiler::VisitCastExpr(const CastExpr *S) { in VisitCastExpr()
H A DASTImporter.cpp390 Expected<CXXCastPath> ImportCastPath(CastExpr *E);
7782 ASTNodeImporter::ImportCastPath(CastExpr *CE) { in ImportCastPath()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp76 bool ByteCodeExprGen<Emitter>::VisitCastExpr(const CastExpr *CE) { in VisitCastExpr()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp235 AST_MATCHER_P(CastExpr, castSubExpr, internal::Matcher<Expr>, innerMatcher) { in AST_MATCHER_P() argument
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp647 std::string(CastExpr::getCastKindName(Kind))) in ImpCastExprToType()
H A DSemaExprCXX.cpp7322 } else if (isa<CastExpr>(E) && in MaybeBindToTemporary()
7323 isa<BlockExpr>(cast<CastExpr>(E)->getSubExpr())) { in MaybeBindToTemporary()
H A DSemaOpenMP.cpp19858 ExprResult CastExpr = S.BuildCStyleCastExpr( in actOnOMPReductionKindClause() local
19860 if (CastExpr.isInvalid()) in actOnOMPReductionKindClause()
19862 Init = CastExpr.get(); in actOnOMPReductionKindClause()
H A DSemaDeclAttr.cpp579 if (const auto *E = dyn_cast<CastExpr>(Ex)) in isCapabilityExpr()
H A DSemaOverload.cpp14085 auto *CE = dyn_cast<CastExpr>(SubE); in BuildCXXMemberCallExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1889 CastExpr // Also allow '(' type-name ')' <anything> enumerator
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h616 friend class CastExpr; in alignas() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6033 SourceLocation RParenLoc, Expr *CastExpr);
13099 Expr *CastExpr, CastKind &CastKind,
13134 ExprResult CheckExtVectorCast(SourceRange R, QualType DestTy, Expr *CastExpr,
13139 Expr *CastExpr,

1234