Home
last modified time | relevance | path

Searched refs:CompoundLiteralExpr (Results 1 – 25 of 40) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h36 class CompoundLiteralExpr; variable
139 Loc getLValueCompoundLiteral(const CompoundLiteralExpr *CL, in getLValueCompoundLiteral()
H A DMemRegion.h903 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 DProgramState.h358 Loc getLValue(const CompoundLiteralExpr *literal,
778 inline Loc ProgramState::getLValue(const CompoundLiteralExpr *literal, in getLValue()
H A DExprEngine.h479 void VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL,
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h32 class CompoundLiteralExpr; variable
120 ExprDependence computeDependence(CompoundLiteralExpr *E);
H A DExpr.h3428 class CompoundLiteralExpr : public Expr {
3440 CompoundLiteralExpr(SourceLocation lparenloc, TypeSourceInfo *tinfo, in CompoundLiteralExpr() function
3448 explicit CompoundLiteralExpr(EmptyShell Empty) in CompoundLiteralExpr() function
H A DExprCXX.h3473 llvm::PointerUnion<BlockDecl *, CompoundLiteralExpr *>> {
3479 using CleanupObject = llvm::PointerUnion<BlockDecl *, CompoundLiteralExpr *>;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp85 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 DCheckExprLifetime.cpp621 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 DCGExprConstant.cpp940 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 DCodeGenModule.h571 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 DCGExprAgg.cpp150 void VisitCompoundLiteralExpr(CompoundLiteralExpr *E);
697 AggExprEmitter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr()
H A DCGExprComplex.cpp407 ComplexPairTy VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td88 def CompoundLiteralExpr : StmtNode<Expr>;
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h161 bool VisitCompoundLiteralExpr(const CompoundLiteralExpr *E);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp272 const CompoundLiteralExpr *CL, in ProfileRegion()
1154 MemRegionManager::getCompoundLiteralRegion(const CompoundLiteralExpr *CL, in getCompoundLiteralRegion()
H A DExprEngineC.cpp540 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, in VisitCompoundLiteralExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp124 ExprDependence clang::computeDependence(CompoundLiteralExpr *E) { in computeDependence()
H A DExpr.cpp3359 const Expr *Exp = cast<CompoundLiteralExpr>(this)->getInitializer(); in isConstantInitializer()
4029 if (const CompoundLiteralExpr *CLE = dyn_cast<CompoundLiteralExpr>(this)){ in isNullPointerConstant()
H A DExprConstant.cpp2079 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 DJSONNodeDumper.cpp1535 } else if (auto *CLE = CO.dyn_cast<CompoundLiteralExpr *>()) { in VisitExprWithCleanups()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1182 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 DASTWriterStmt.cpp1136 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 DASTMatchers.h2489 extern const internal::VariadicDynCastAllOfMatcher<Stmt, CompoundLiteralExpr>
4079 CompoundLiteralExpr, DeclaratorDecl, ExplicitCastExpr, ObjCPropertyDecl, in AST_POLYMORPHIC_MATCHER_P() argument
H A DASTMatchersInternal.h170 CompoundLiteralExpr, DeclaratorDecl, ObjCPropertyDecl,

12