reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2432 assert((CRD->isAggregate() || (Ctx.getLangOpts().ObjC && VI == VE)) && 2439 if (VI == VE) 2451 NewB = bindStruct(NewB, BR, *VI); 2453 ++VI; 2461 if (VI == VE) 2472 NewB = bindArray(NewB, FR, *VI); 2474 NewB = bindStruct(NewB, FR, *VI); 2476 NewB = bind(NewB, loc::MemRegionVal(FR), *VI); 2477 ++VI;