Home
last modified time | relevance | path

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

12

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DStore.h87 const CompoundLiteralExpr *CL,
103 Loc getLValueCompoundLiteral(const CompoundLiteralExpr *CL, in getLValueCompoundLiteral()
DMemRegion.h788 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,
DProgramState.h197 ProgramStateRef bindCompoundLiteral(const CompoundLiteralExpr *CL,
239 Loc getLValue(const CompoundLiteralExpr *literal,
641 inline Loc ProgramState::getLValue(const CompoundLiteralExpr *literal, in getLValue()
DExprEngine.h316 void VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL,
/external/clang/lib/StaticAnalyzer/Checkers/
DStackAddrEscapeChecker.cpp53 const CompoundLiteralExpr *CL = CR->getLiteralExpr(); in GenName()
/external/clang/include/clang/Basic/
DStmtNodes.td75 def CompoundLiteralExpr : DStmt<Expr>;
/external/clang/lib/CodeGen/
DCGExprConstant.cpp645 llvm::Constant *VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr()
930 CompoundLiteralExpr *CLE = cast<CompoundLiteralExpr>(E); in EmitLValue()
1244 CodeGenModule::GetAddrOfConstantCompoundLiteral(const CompoundLiteralExpr *E) { in GetAddrOfConstantCompoundLiteral()
DCGExprAgg.cpp136 void VisitCompoundLiteralExpr(CompoundLiteralExpr *E);
533 AggExprEmitter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr()
DCodeGenModule.h655 llvm::Constant *GetAddrOfConstantCompoundLiteral(const CompoundLiteralExpr*E);
DCGExprComplex.cpp273 ComplexPairTy VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr()
DCGExpr.cpp780 return EmitCompoundLiteralLValue(cast<CompoundLiteralExpr>(E)); in EmitLValue()
2295 LValue CodeGenFunction::EmitCompoundLiteralLValue(const CompoundLiteralExpr *E){ in EmitCompoundLiteralLValue()
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp290 const CompoundLiteralExpr *CL, in ProfileRegion()
808 MemRegionManager::getCompoundLiteralRegion(const CompoundLiteralExpr *CL, in getCompoundLiteralRegion()
DProgramState.cpp114 ProgramStateRef ProgramState::bindCompoundLiteral(const CompoundLiteralExpr *CL, in bindCompoundLiteral()
DExprEngineC.cpp397 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, in VisitCompoundLiteralExpr()
DRegionStore.cpp280 const CompoundLiteralExpr *CL,
1595 const CompoundLiteralExpr *CL, in bindCompoundLiteral()
DExprEngine.cpp780 VisitCompoundLiteralExpr(cast<CompoundLiteralExpr>(S), Pred, Dst); in Visit()
/external/v8/tools/gcmole/
Dgcmole.cc549 VISIT(CompoundLiteralExpr); in VisitExpr()
612 IGNORE_EXPR(CompoundLiteralExpr);
/external/clang/lib/AST/
DExprConstant.cpp919 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()
DStmtProfile.cpp361 void StmtProfiler::VisitCompoundLiteralExpr(const CompoundLiteralExpr *S) { in VisitCompoundLiteralExpr()
DExpr.cpp2557 const Expr *Exp = cast<CompoundLiteralExpr>(this)->getInitializer(); in isConstantInitializer()
2951 if (const CompoundLiteralExpr *CLE = dyn_cast<CompoundLiteralExpr>(this)){ in isNullPointerConstant()
DStmtPrinter.cpp913 void StmtPrinter::VisitCompoundLiteralExpr(CompoundLiteralExpr *Node) { in VisitCompoundLiteralExpr()
/external/clang/include/clang/AST/
DExpr.h2452 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
DRecursiveASTVisitor.h2144 DEF_TRAVERSE_STMT(CompoundLiteralExpr, {
/external/clang/lib/Serialization/
DASTReaderStmt.cpp612 void ASTStmtReader::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr()
1852 S = new (Context) CompoundLiteralExpr(Empty); in ReadStmtFromStream()
/external/clang/tools/libclang/
DRecursiveASTVisitor.h2066 DEF_TRAVERSE_STMT(CompoundLiteralExpr, { })

12