/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | Store.h | 36 class CompoundLiteralExpr; variable 139 Loc getLValueCompoundLiteral(const CompoundLiteralExpr *CL, in getLValueCompoundLiteral()
|
H A D | MemRegion.h | 903 const CompoundLiteralExpr *CL; 905 CompoundLiteralRegion(const CompoundLiteralExpr *cl, in CompoundLiteralRegion() 914 const CompoundLiteralExpr *CL, 927 const CompoundLiteralExpr *getLiteralExpr() const { return CL; } in getLiteralExpr() 1472 getCompoundLiteralRegion(const CompoundLiteralExpr *CL,
|
H A D | ProgramState.h | 358 Loc getLValue(const CompoundLiteralExpr *literal, 778 inline Loc ProgramState::getLValue(const CompoundLiteralExpr *literal, in getLValue()
|
H A D | ExprEngine.h | 479 void VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL,
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ComputeDependence.h | 32 class CompoundLiteralExpr; variable 120 ExprDependence computeDependence(CompoundLiteralExpr *E);
|
H A D | Expr.h | 3428 class CompoundLiteralExpr : public Expr { 3440 CompoundLiteralExpr(SourceLocation lparenloc, TypeSourceInfo *tinfo, in CompoundLiteralExpr() function 3448 explicit CompoundLiteralExpr(EmptyShell Empty) in CompoundLiteralExpr() function
|
H A D | ExprCXX.h | 3473 llvm::PointerUnion<BlockDecl *, CompoundLiteralExpr *>> { 3479 using CleanupObject = llvm::PointerUnion<BlockDecl *, CompoundLiteralExpr *>;
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | JumpDiagnostics.cpp | 85 void BuildScopeInformation(CompoundLiteralExpr *CLE, unsigned &ParentScope); 292 void JumpScopeChecker::BuildScopeInformation(CompoundLiteralExpr *CLE, in BuildScopeInformation() 569 else if (auto *CLE = EWC->getObject(i).dyn_cast<CompoundLiteralExpr *>()) in BuildScopeInformation()
|
H A D | CheckExprLifetime.cpp | 621 if (auto *CLE = dyn_cast<CompoundLiteralExpr>(Init)) { in visitLocalsRetainedByReferenceBinding() 1212 } else if (auto *CLE = dyn_cast<CompoundLiteralExpr>(L)) { in checkExprLifetimeImpl()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 940 const CompoundLiteralExpr *E) { in tryEmitGlobalCompoundLiteral() 1077 llvm::Constant *VisitCompoundLiteralExpr(const CompoundLiteralExpr *E, in VisitCompoundLiteralExpr() 1158 dyn_cast<CompoundLiteralExpr>(subExpr->IgnoreParens())) in VisitCastExpr() 1996 ConstantLValue VisitCompoundLiteralExpr(const CompoundLiteralExpr *E); 2173 ConstantLValueEmitter::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() 2467 const CompoundLiteralExpr *E) { in getAddrOfConstantCompoundLiteralIfEmitted() 2472 const CompoundLiteralExpr *CLE, llvm::GlobalVariable *GV) { in setAddrOfConstantCompoundLiteral() 2479 CodeGenModule::GetAddrOfConstantCompoundLiteral(const CompoundLiteralExpr *E) { in GetAddrOfConstantCompoundLiteral()
|
H A D | CodeGenModule.h | 571 llvm::DenseMap<const CompoundLiteralExpr *, llvm::GlobalVariable *> 1134 ConstantAddress GetAddrOfConstantCompoundLiteral(const CompoundLiteralExpr*E); 1139 getAddrOfConstantCompoundLiteralIfEmitted(const CompoundLiteralExpr *E); 1143 void setAddrOfConstantCompoundLiteral(const CompoundLiteralExpr *CLE,
|
H A D | CGExprAgg.cpp | 150 void VisitCompoundLiteralExpr(CompoundLiteralExpr *E); 697 AggExprEmitter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr()
|
H A D | CGExprComplex.cpp | 407 ComplexPairTy VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | StmtNodes.td | 88 def CompoundLiteralExpr : StmtNode<Expr>;
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.h | 161 bool VisitCompoundLiteralExpr(const CompoundLiteralExpr *E);
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | MemRegion.cpp | 272 const CompoundLiteralExpr *CL, in ProfileRegion() 1154 MemRegionManager::getCompoundLiteralRegion(const CompoundLiteralExpr *CL, in getCompoundLiteralRegion()
|
H A D | ExprEngineC.cpp | 540 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, in VisitCompoundLiteralExpr()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ComputeDependence.cpp | 124 ExprDependence clang::computeDependence(CompoundLiteralExpr *E) { in computeDependence()
|
H A D | Expr.cpp | 3359 const Expr *Exp = cast<CompoundLiteralExpr>(this)->getInitializer(); in isConstantInitializer() 4029 if (const CompoundLiteralExpr *CLE = dyn_cast<CompoundLiteralExpr>(this)){ in isNullPointerConstant()
|
H A D | ExprConstant.cpp | 2079 const CompoundLiteralExpr *CLE = cast<CompoundLiteralExpr>(E); in IsGlobalLValue() 4349 if (const CompoundLiteralExpr *CLE = dyn_cast<CompoundLiteralExpr>(Base)) { in handleLValueToRValueConversion() 8140 bool VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() 8501 bool VisitCompoundLiteralExpr(const CompoundLiteralExpr *E); 8788 LValueExprEvaluator::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() 12034 if (isa<CompoundLiteralExpr>(E)) in getObjectType()
|
H A D | JSONNodeDumper.cpp | 1535 } else if (auto *CLE = CO.dyn_cast<CompoundLiteralExpr *>()) { in VisitExprWithCleanups()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 1182 void ASTStmtReader::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() 1979 Obj = cast<CompoundLiteralExpr>(Record.readSubExpr()); in VisitExprWithCleanups() 3206 S = new (Context) CompoundLiteralExpr(Empty); in ReadStmtFromStream()
|
H A D | ASTWriterStmt.cpp | 1136 void ASTStmtWriter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() 1974 } else if (auto *CLE = Obj.dyn_cast<CompoundLiteralExpr *>()) { in VisitExprWithCleanups()
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 2489 extern const internal::VariadicDynCastAllOfMatcher<Stmt, CompoundLiteralExpr> 4079 CompoundLiteralExpr, DeclaratorDecl, ExplicitCastExpr, ObjCPropertyDecl, in AST_POLYMORPHIC_MATCHER_P() argument
|
H A D | ASTMatchersInternal.h | 170 CompoundLiteralExpr, DeclaratorDecl, ObjCPropertyDecl,
|