Home
last modified time | relevance | path

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

12

/external/clang/unittests/AST/
DSourceLocationTest.cpp125 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/
DNonNullParamChecker.cpp113 if (const CompoundLiteralExpr *CE = dyn_cast<CompoundLiteralExpr>(ArgE)) in checkPreCall()
DStackAddrEscapeChecker.cpp55 const CompoundLiteralExpr *CL = CR->getLiteralExpr(); in genName()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h816 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()
1187 getCompoundLiteralRegion(const CompoundLiteralExpr *CL,
DStore.h91 Loc getLValueCompoundLiteral(const CompoundLiteralExpr *CL, in getLValueCompoundLiteral()
DProgramState.h259 Loc getLValue(const CompoundLiteralExpr *literal,
663 inline Loc ProgramState::getLValue(const CompoundLiteralExpr *literal, in getLValue()
DExprEngine.h349 void VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL,
/external/clang/test/Analysis/inlining/
Dinline-defensive-checks.m20 // within CompoundLiteralExpr.
/external/clang/lib/CodeGen/
DCGExprConstant.cpp595 llvm::Constant *VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr()
884 CompoundLiteralExpr *CLE = cast<CompoundLiteralExpr>(E); in EmitLValue()
1231 CodeGenModule::GetAddrOfConstantCompoundLiteral(const CompoundLiteralExpr *E) { in GetAddrOfConstantCompoundLiteral()
DCGExprAgg.cpp135 void VisitCompoundLiteralExpr(CompoundLiteralExpr *E);
535 AggExprEmitter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr()
DCodeGenModule.h779 llvm::Constant *GetAddrOfConstantCompoundLiteral(const CompoundLiteralExpr*E);
DCGExprComplex.cpp277 ComplexPairTy VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr()
DCGExpr.cpp859 return EmitCompoundLiteralLValue(cast<CompoundLiteralExpr>(E)); in EmitLValue()
2663 LValue CodeGenFunction::EmitCompoundLiteralLValue(const CompoundLiteralExpr *E){ in EmitCompoundLiteralLValue()
/external/clang/include/clang/Basic/
DStmtNodes.td76 def CompoundLiteralExpr : DStmt<Expr>;
/external/chromium_org/v8/tools/gcmole/
Dgcmole.cc544 VISIT(CompoundLiteralExpr); in VisitExpr()
605 IGNORE_EXPR(CompoundLiteralExpr);
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp296 const CompoundLiteralExpr *CL, in ProfileRegion()
886 MemRegionManager::getCompoundLiteralRegion(const CompoundLiteralExpr *CL, in getCompoundLiteralRegion()
DExprEngineC.cpp410 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, in VisitCompoundLiteralExpr()
/external/clang/lib/AST/
DExprConstant.cpp1197 const CompoundLiteralExpr *CLE = cast<CompoundLiteralExpr>(E); in IsGlobalLValue()
2632 if (const CompoundLiteralExpr *CLE = dyn_cast<CompoundLiteralExpr>(Base)) { in handleLValueToRValueConversion()
4062 bool VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr()
4343 bool VisitCompoundLiteralExpr(const CompoundLiteralExpr *E);
4492 LValueExprEvaluator::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr()
5964 if (isa<CompoundLiteralExpr>(E)) in GetObjectType()
DExpr.cpp2717 const Expr *Exp = cast<CompoundLiteralExpr>(this)->getInitializer(); in isConstantInitializer()
3171 if (const CompoundLiteralExpr *CLE = dyn_cast<CompoundLiteralExpr>(this)){ in isNullPointerConstant()
DStmtProfile.cpp503 void StmtProfiler::VisitCompoundLiteralExpr(const CompoundLiteralExpr *S) { in VisitCompoundLiteralExpr()
DStmtPrinter.cpp1207 void StmtPrinter::VisitCompoundLiteralExpr(CompoundLiteralExpr *Node) { in VisitCompoundLiteralExpr()
/external/clang/include/clang/AST/
DExpr.h2585 class CompoundLiteralExpr : public Expr {
2597 CompoundLiteralExpr(SourceLocation lparenloc, TypeSourceInfo *tinfo, in CompoundLiteralExpr() function
2608 explicit CompoundLiteralExpr(EmptyShell Empty) in CompoundLiteralExpr() function
DDataRecursiveASTVisitor.h2166 DEF_TRAVERSE_STMT(CompoundLiteralExpr, {
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h1200 CompoundLiteralExpr> compoundLiteralExpr;
/external/clang/lib/Serialization/
DASTReaderStmt.cpp697 void ASTStmtReader::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr()
2272 S = new (Context) CompoundLiteralExpr(Empty); in ReadStmtFromStream()

12