HomeSort by relevance Sort by last modified time
    Searched full:compoundliteralexpr (Results 1 - 25 of 32) sorted by null

1 2

  /external/clang/lib/StaticAnalyzer/Core/
FlatStore.cpp 36 StoreRef BindCompoundLiteral(Store store, const CompoundLiteralExpr* cl,
155 const CompoundLiteralExpr* cl,
MemRegion.cpp 269 const CompoundLiteralExpr* CL,
634 MemRegionManager::getCompoundLiteralRegion(const CompoundLiteralExpr* CL,
BasicStore.cpp 67 StoreRef BindCompoundLiteral(Store store, const CompoundLiteralExpr*,
GRState.cpp 98 const GRState *GRState::bindCompoundLiteral(const CompoundLiteralExpr* CL,
RegionStore.cpp 281 StoreRef BindCompoundLiteral(Store store, const CompoundLiteralExpr* CL,
    [all...]
ExprEngine.cpp 657 VisitCompoundLiteralExpr(cast<CompoundLiteralExpr>(S), Pred, Dst);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 76 const CompoundLiteralExpr* cl,
100 Loc getLValueCompoundLiteral(const CompoundLiteralExpr* CL,
MemRegion.h 611 const CompoundLiteralExpr* CL;
613 CompoundLiteralRegion(const CompoundLiteralExpr* cl, const MemRegion* sReg)
617 const CompoundLiteralExpr* CL,
630 const CompoundLiteralExpr* getLiteralExpr() const { return CL; }
960 getCompoundLiteralRegion(const CompoundLiteralExpr* CL,
    [all...]
GRState.h 195 const GRState *bindCompoundLiteral(const CompoundLiteralExpr* CL,
248 Loc getLValue(const CompoundLiteralExpr *literal,
669 inline Loc GRState::getLValue(const CompoundLiteralExpr *literal,
ExprEngine.h 276 void VisitCompoundLiteralExpr(const CompoundLiteralExpr* CL,
  /external/clang/include/clang/Basic/
StmtNodes.td 72 def CompoundLiteralExpr : DStmt<Expr>;
  /external/clang/lib/StaticAnalyzer/Checkers/
StackAddrEscapeChecker.cpp 53 const CompoundLiteralExpr* CL = CR->getLiteralExpr();
  /external/clang/lib/AST/
ExprConstant.cpp 146 if (const CompoundLiteralExpr *CLE = dyn_cast<CompoundLiteralExpr>(E))
299 bool VisitCompoundLiteralExpr(const CompoundLiteralExpr *E)
471 bool VisitCompoundLiteralExpr(const CompoundLiteralExpr *E);
514 LValueExprEvaluator::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) {
770 APValue VisitCompoundLiteralExpr(const CompoundLiteralExpr *E);
854 VectorExprEvaluator::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) {
    [all...]
StmtProfile.cpp 340 void StmtProfiler::VisitCompoundLiteralExpr(const CompoundLiteralExpr *S) {
Expr.cpp     [all...]
StmtPrinter.cpp 862 void StmtPrinter::VisitCompoundLiteralExpr(CompoundLiteralExpr *Node) {
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 493 llvm::Constant *VisitCompoundLiteralExpr(CompoundLiteralExpr *E) {
845 CompoundLiteralExpr *CLE = cast<CompoundLiteralExpr>(E);
    [all...]
CGExprAgg.cpp 97 void VisitCompoundLiteralExpr(CompoundLiteralExpr *E);
256 AggExprEmitter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) {
    [all...]
CGExprComplex.cpp 140 // FIXME: CompoundLiteralExpr
CGExpr.cpp 699 return EmitCompoundLiteralLValue(cast<CompoundLiteralExpr>(E));
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 570 void ASTStmtReader::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) {
    [all...]
ASTWriterStmt.cpp 568 void ASTStmtWriter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) {
    [all...]
  /external/clang/include/clang/Serialization/
ASTBitCodes.h     [all...]

Completed in 832 milliseconds

1 2