reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
360 if (!VAList) 368 if (!C.getState()->contains<InitializedVALists>(VAList)) { 370 VAList, "va_end() is called on an uninitialized va_list", C); 374 State = State->remove<InitializedVALists>(VAList);