reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
210 AllocFunctions.insert(&C.Idents.get("alloca")); 211 AllocFunctions.insert(&C.Idents.get("malloc")); 212 AllocFunctions.insert(&C.Idents.get("realloc")); 213 AllocFunctions.insert(&C.Idents.get("calloc")); 214 AllocFunctions.insert(&C.Idents.get("valloc"));