/external/clang/unittests/AST/ |
D | SourceLocationTest.cpp | 125 TEST(CompoundLiteralExpr, CompoundVectorLiteralRange) { in TEST() argument 126 RangeVerifier<CompoundLiteralExpr> Verifier; in TEST() 133 TEST(CompoundLiteralExpr, ParensCompoundVectorLiteralRange) { in TEST() argument 134 RangeVerifier<CompoundLiteralExpr> Verifier; in TEST()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | NonNullParamChecker.cpp | 104 if (const CompoundLiteralExpr *CE = dyn_cast<CompoundLiteralExpr>(ArgE)) in checkPreCall()
|
D | StackAddrEscapeChecker.cpp | 55 const CompoundLiteralExpr *CL = CR->getLiteralExpr(); in genName()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | MemRegion.h | 816 const CompoundLiteralExpr *CL; 818 CompoundLiteralRegion(const CompoundLiteralExpr *cl, const MemRegion* sReg) in CompoundLiteralRegion() 822 const CompoundLiteralExpr *CL, 835 const CompoundLiteralExpr *getLiteralExpr() const { return CL; } in getLiteralExpr() 1186 getCompoundLiteralRegion(const CompoundLiteralExpr *CL,
|
D | Store.h | 91 Loc getLValueCompoundLiteral(const CompoundLiteralExpr *CL, in getLValueCompoundLiteral()
|
D | ProgramState.h | 260 Loc getLValue(const CompoundLiteralExpr *literal, 664 inline Loc ProgramState::getLValue(const CompoundLiteralExpr *literal, in getLValue()
|
D | ExprEngine.h | 345 void VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL,
|
/external/clang/test/Analysis/inlining/ |
D | inline-defensive-checks.m | 20 // within CompoundLiteralExpr.
|
/external/clang/include/clang/Basic/ |
D | StmtNodes.td | 76 def CompoundLiteralExpr : DStmt<Expr>;
|
/external/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 616 llvm::Constant *VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() 899 CompoundLiteralExpr *CLE = cast<CompoundLiteralExpr>(E); in EmitLValue() 1244 CodeGenModule::GetAddrOfConstantCompoundLiteral(const CompoundLiteralExpr *E) { in GetAddrOfConstantCompoundLiteral()
|
D | CGExprAgg.cpp | 135 void VisitCompoundLiteralExpr(CompoundLiteralExpr *E); 518 AggExprEmitter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr()
|
D | CodeGenModule.h | 734 llvm::Constant *GetAddrOfConstantCompoundLiteral(const CompoundLiteralExpr*E);
|
D | CGExprComplex.cpp | 276 ComplexPairTy VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr()
|
D | CGExpr.cpp | 848 return EmitCompoundLiteralLValue(cast<CompoundLiteralExpr>(E)); in EmitLValue() 2580 LValue CodeGenFunction::EmitCompoundLiteralLValue(const CompoundLiteralExpr *E){ in EmitCompoundLiteralLValue()
|
/external/chromium_org/v8/tools/gcmole/ |
D | gcmole.cc | 549 VISIT(CompoundLiteralExpr); in VisitExpr() 611 IGNORE_EXPR(CompoundLiteralExpr);
|
/external/v8/tools/gcmole/ |
D | gcmole.cc | 549 VISIT(CompoundLiteralExpr); in VisitExpr() 612 IGNORE_EXPR(CompoundLiteralExpr);
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | MemRegion.cpp | 296 const CompoundLiteralExpr *CL, in ProfileRegion() 874 MemRegionManager::getCompoundLiteralRegion(const CompoundLiteralExpr *CL, in getCompoundLiteralRegion()
|
D | ExprEngineC.cpp | 401 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, in VisitCompoundLiteralExpr()
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 1069 const CompoundLiteralExpr *CLE = cast<CompoundLiteralExpr>(E); in IsGlobalLValue() 2485 if (const CompoundLiteralExpr *CLE = dyn_cast<CompoundLiteralExpr>(Base)) { in handleLValueToRValueConversion() 3910 RetTy VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() 4191 bool VisitCompoundLiteralExpr(const CompoundLiteralExpr *E); 4340 LValueExprEvaluator::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() 5828 if (isa<CompoundLiteralExpr>(E)) in GetObjectType()
|
D | StmtProfile.cpp | 399 void StmtProfiler::VisitCompoundLiteralExpr(const CompoundLiteralExpr *S) { in VisitCompoundLiteralExpr()
|
D | Expr.cpp | 2629 const Expr *Exp = cast<CompoundLiteralExpr>(this)->getInitializer(); in isConstantInitializer() 3076 if (const CompoundLiteralExpr *CLE = dyn_cast<CompoundLiteralExpr>(this)){ in isNullPointerConstant()
|
D | StmtPrinter.cpp | 1014 void StmtPrinter::VisitCompoundLiteralExpr(CompoundLiteralExpr *Node) { in VisitCompoundLiteralExpr()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 2555 class CompoundLiteralExpr : public Expr { 2567 CompoundLiteralExpr(SourceLocation lparenloc, TypeSourceInfo *tinfo, in CompoundLiteralExpr() function 2578 explicit CompoundLiteralExpr(EmptyShell Empty) in CompoundLiteralExpr() function
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 1106 CompoundLiteralExpr> compoundLiteralExpr;
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 699 void ASTStmtReader::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() 2048 S = new (Context) CompoundLiteralExpr(Empty); in ReadStmtFromStream()
|