Home
last modified time | relevance | path

Searched refs:VisitCompoundLiteralExpr (Results 1 – 13 of 13) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h480 void VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL,
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGExprConstant.cpp1038 llvm::Constant *VisitCompoundLiteralExpr(CompoundLiteralExpr *E, QualType T) { in VisitCompoundLiteralExpr() function in __anon5364ea090111::ConstExprEmitter
1778 ConstantLValue VisitCompoundLiteralExpr(const CompoundLiteralExpr *E);
1938 ConstantLValueEmitter::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in ConstantLValueEmitter
DCGExprAgg.cpp143 void VisitCompoundLiteralExpr(CompoundLiteralExpr *E);
660 AggExprEmitter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in AggExprEmitter
DCGExprComplex.cpp321 ComplexPairTy VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in __anon1601dcf70111::ComplexExprEmitter
DCGExprScalar.cpp546 Value *VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in __anon54548ed50111::ScalarExprEmitter
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp542 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, in VisitCompoundLiteralExpr() function in ExprEngine
DExprEngine.cpp1690 VisitCompoundLiteralExpr(cast<CompoundLiteralExpr>(S), Pred, Dst); in Visit()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DStmtProfile.cpp1333 void StmtProfiler::VisitCompoundLiteralExpr(const CompoundLiteralExpr *S) { in VisitCompoundLiteralExpr() function in StmtProfiler
DStmtPrinter.cpp1458 void StmtPrinter::VisitCompoundLiteralExpr(CompoundLiteralExpr *Node) { in VisitCompoundLiteralExpr() function in StmtPrinter
DExprConstant.cpp7718 bool VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in __anonb66d72d21611::ExprEvaluatorBase
8074 bool VisitCompoundLiteralExpr(const CompoundLiteralExpr *E);
8303 LValueExprEvaluator::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in LValueExprEvaluator
DASTImporter.cpp613 ExpectedStmt VisitCompoundLiteralExpr(CompoundLiteralExpr *E);
6943 ExpectedStmt ASTNodeImporter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in ASTNodeImporter
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp1040 void ASTStmtWriter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in ASTStmtWriter
DASTReaderStmt.cpp1168 void ASTStmtReader::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in ASTStmtReader