/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | Store.h | 87 const CompoundLiteralExpr *CL, 103 Loc getLValueCompoundLiteral(const CompoundLiteralExpr *CL, in getLValueCompoundLiteral()
|
D | MemRegion.h | 788 const CompoundLiteralExpr *CL; 790 CompoundLiteralRegion(const CompoundLiteralExpr *cl, const MemRegion* sReg) in CompoundLiteralRegion() 794 const CompoundLiteralExpr *CL, 807 const CompoundLiteralExpr *getLiteralExpr() const { return CL; } in getLiteralExpr() 1146 getCompoundLiteralRegion(const CompoundLiteralExpr *CL,
|
D | ProgramState.h | 197 ProgramStateRef bindCompoundLiteral(const CompoundLiteralExpr *CL, 239 Loc getLValue(const CompoundLiteralExpr *literal, 641 inline Loc ProgramState::getLValue(const CompoundLiteralExpr *literal, in getLValue()
|
D | ExprEngine.h | 316 void VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL,
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | StackAddrEscapeChecker.cpp | 53 const CompoundLiteralExpr *CL = CR->getLiteralExpr(); in GenName()
|
/external/clang/include/clang/Basic/ |
D | StmtNodes.td | 75 def CompoundLiteralExpr : DStmt<Expr>;
|
/external/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 645 llvm::Constant *VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() 930 CompoundLiteralExpr *CLE = cast<CompoundLiteralExpr>(E); in EmitLValue() 1244 CodeGenModule::GetAddrOfConstantCompoundLiteral(const CompoundLiteralExpr *E) { in GetAddrOfConstantCompoundLiteral()
|
D | CGExprAgg.cpp | 136 void VisitCompoundLiteralExpr(CompoundLiteralExpr *E); 533 AggExprEmitter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr()
|
D | CodeGenModule.h | 655 llvm::Constant *GetAddrOfConstantCompoundLiteral(const CompoundLiteralExpr*E);
|
D | CGExprComplex.cpp | 273 ComplexPairTy VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr()
|
D | CGExpr.cpp | 780 return EmitCompoundLiteralLValue(cast<CompoundLiteralExpr>(E)); in EmitLValue() 2295 LValue CodeGenFunction::EmitCompoundLiteralLValue(const CompoundLiteralExpr *E){ in EmitCompoundLiteralLValue()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | MemRegion.cpp | 290 const CompoundLiteralExpr *CL, in ProfileRegion() 808 MemRegionManager::getCompoundLiteralRegion(const CompoundLiteralExpr *CL, in getCompoundLiteralRegion()
|
D | ProgramState.cpp | 114 ProgramStateRef ProgramState::bindCompoundLiteral(const CompoundLiteralExpr *CL, in bindCompoundLiteral()
|
D | ExprEngineC.cpp | 397 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, in VisitCompoundLiteralExpr()
|
D | RegionStore.cpp | 280 const CompoundLiteralExpr *CL, 1595 const CompoundLiteralExpr *CL, in bindCompoundLiteral()
|
D | ExprEngine.cpp | 780 VisitCompoundLiteralExpr(cast<CompoundLiteralExpr>(S), Pred, Dst); in Visit()
|
/external/v8/tools/gcmole/ |
D | gcmole.cc | 549 VISIT(CompoundLiteralExpr); in VisitExpr() 612 IGNORE_EXPR(CompoundLiteralExpr);
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 919 const CompoundLiteralExpr *CLE = cast<CompoundLiteralExpr>(E); in IsGlobalLValue() 1858 } else if (const CompoundLiteralExpr *CLE in HandleLValueToRValueConversion() 1859 = dyn_cast<CompoundLiteralExpr>(Base)) { in HandleLValueToRValueConversion() 2564 RetTy VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() 2790 bool VisitCompoundLiteralExpr(const CompoundLiteralExpr *E); 2881 LValueExprEvaluator::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() 4236 if (isa<CompoundLiteralExpr>(E)) in GetObjectType()
|
D | StmtProfile.cpp | 361 void StmtProfiler::VisitCompoundLiteralExpr(const CompoundLiteralExpr *S) { in VisitCompoundLiteralExpr()
|
D | Expr.cpp | 2557 const Expr *Exp = cast<CompoundLiteralExpr>(this)->getInitializer(); in isConstantInitializer() 2951 if (const CompoundLiteralExpr *CLE = dyn_cast<CompoundLiteralExpr>(this)){ in isNullPointerConstant()
|
D | StmtPrinter.cpp | 913 void StmtPrinter::VisitCompoundLiteralExpr(CompoundLiteralExpr *Node) { in VisitCompoundLiteralExpr()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 2452 class CompoundLiteralExpr : public Expr { 2464 CompoundLiteralExpr(SourceLocation lparenloc, TypeSourceInfo *tinfo, in CompoundLiteralExpr() function 2475 explicit CompoundLiteralExpr(EmptyShell Empty) in CompoundLiteralExpr() function 2507 static bool classof(const CompoundLiteralExpr *) { return true; } in classof() argument
|
D | RecursiveASTVisitor.h | 2144 DEF_TRAVERSE_STMT(CompoundLiteralExpr, {
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 612 void ASTStmtReader::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() 1852 S = new (Context) CompoundLiteralExpr(Empty); in ReadStmtFromStream()
|
/external/clang/tools/libclang/ |
D | RecursiveASTVisitor.h | 2066 DEF_TRAVERSE_STMT(CompoundLiteralExpr, { })
|