Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDCompiler.h161 bool VisitCompoundLiteralExpr(const CompoundLiteralExpr *E);
HDCompiler.cpp2307 bool Compiler<Emitter>::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in Compiler
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDExprEngine.h479 void VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL,
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExprConstant.cpp1077 llvm::Constant *VisitCompoundLiteralExpr(const CompoundLiteralExpr *E, in VisitCompoundLiteralExpr() function in __anon53d5722a0111::ConstExprEmitter
1996 ConstantLValue VisitCompoundLiteralExpr(const CompoundLiteralExpr *E);
2173 ConstantLValueEmitter::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in ConstantLValueEmitter
HDCGExprAgg.cpp150 void VisitCompoundLiteralExpr(CompoundLiteralExpr *E);
697 AggExprEmitter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in AggExprEmitter
HDCGExprComplex.cpp407 ComplexPairTy VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in __anon068164f80111::ComplexExprEmitter
HDCGExprScalar.cpp567 Value *VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in __anon2d129ab60111::ScalarExprEmitter
HDCGExpr.cpp1042 const Expr *VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in __anon1d2de1400111::StructAccessBase
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDExprEngineC.cpp540 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, in VisitCompoundLiteralExpr() function in ExprEngine
HDExprEngine.cpp2230 VisitCompoundLiteralExpr(cast<CompoundLiteralExpr>(S), Pred, Dst); in Visit()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDStmtProfile.cpp1473 void StmtProfiler::VisitCompoundLiteralExpr(const CompoundLiteralExpr *S) { in VisitCompoundLiteralExpr() function in StmtProfiler
HDStmtPrinter.cpp1678 void StmtPrinter::VisitCompoundLiteralExpr(CompoundLiteralExpr *Node) { in VisitCompoundLiteralExpr() function in StmtPrinter
HDExprConstant.cpp8140 bool VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in __anonf766b6331711::ExprEvaluatorBase
8501 bool VisitCompoundLiteralExpr(const CompoundLiteralExpr *E);
8788 LValueExprEvaluator::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in LValueExprEvaluator
HDASTImporter.cpp588 ExpectedStmt VisitCompoundLiteralExpr(CompoundLiteralExpr *E);
7596 ExpectedStmt ASTNodeImporter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in ASTNodeImporter
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp1136 void ASTStmtWriter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in ASTStmtWriter
HDASTReaderStmt.cpp1182 void ASTStmtReader::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in ASTStmtReader