Home
last modified time | relevance | path

Searched refs:AggregatedStmts (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGClass.cpp1303 SmallVector<Stmt*, 16> AggregatedStmts; member in __anon7d8fdd600311::AssignmentMemcpyizer
1317 AggregatedStmts.push_back(S); in emitAssignment()
1325 if (AggregatedStmts.size() <= 1) { in emitAggregatedStmts()
1326 if (!AggregatedStmts.empty()) { in emitAggregatedStmts()
1328 CGF.EmitStmt(AggregatedStmts[0]); in emitAggregatedStmts()
1334 AggregatedStmts.clear(); in emitAggregatedStmts()
/external/llvm-project/clang/lib/CodeGen/
DCGClass.cpp1230 SmallVector<Stmt*, 16> AggregatedStmts; member in __anon4d76196e0311::AssignmentMemcpyizer
1244 AggregatedStmts.push_back(S); in emitAssignment()
1252 if (AggregatedStmts.size() <= 1) { in emitAggregatedStmts()
1253 if (!AggregatedStmts.empty()) { in emitAggregatedStmts()
1255 CGF.EmitStmt(AggregatedStmts[0]); in emitAggregatedStmts()
1261 AggregatedStmts.clear(); in emitAggregatedStmts()