Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp538 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, VisitCompoundLiteralExpr() function in ExprEngine
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1059 llvm::Constant *VisitCompoundLiteralExpr(CompoundLiteralExpr *E, QualType T) { VisitCompoundLiteralExpr() function in __anon4e2986830111::ConstExprEmitter
1987 ConstantLValueEmitter::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { VisitCompoundLiteralExpr() function in ConstantLValueEmitter
H A DCGExprComplex.cpp348 ComplexPairTy VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { VisitCompoundLiteralExpr() function in __anond007d2310111::ComplexExprEmitter
H A DCGExprAgg.cpp686 AggExprEmitter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { VisitCompoundLiteralExpr() function in AggExprEmitter
H A DCGExprScalar.cpp550 Value *VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { VisitCompoundLiteralExpr() function in __anon4a73c4cf0111::ScalarExprEmitter
H A DCGExpr.cpp1031 const Expr *VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { VisitCompoundLiteralExpr() function in __anon45a3ac990111::StructAccessBase
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1136 void ASTStmtWriter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in ASTStmtWriter
H A DASTReaderStmt.cpp1185 void ASTStmtReader::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { VisitCompoundLiteralExpr() function in ASTStmtReader
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp1632 void StmtPrinter::VisitCompoundLiteralExpr(CompoundLiteralExpr *Node) { VisitCompoundLiteralExpr() function in StmtPrinter
H A DStmtProfile.cpp1462 void StmtProfiler::VisitCompoundLiteralExpr(const CompoundLiteralExpr *S) { VisitCompoundLiteralExpr() function in StmtProfiler
H A DExprConstant.cpp8076 bool VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { VisitCompoundLiteralExpr() function in __anon147cbbcc1711::ExprEvaluatorBase
8702 LValueExprEvaluator::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { VisitCompoundLiteralExpr() function in LValueExprEvaluator
H A DASTImporter.cpp7494 ExpectedStmt ASTNodeImporter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { VisitCompoundLiteralExpr() function in ASTNodeImporter