Home | History | Annotate | Download | only in Core

Lines Matching defs:IS

5 // This file is distributed under the University of Illinois Open Source
137 // It is possible that the CFG cannot be constructed.
138 // Be safe, and check if the CalleeCFG is valid.
170 // If we have no prototype, assume the function is okay.
243 // argument is const.
249 // parameter is 'const void *', the region escapes through the call.
335 // Are we dealing with an ElementRegion? If the element type is
337 // is a variable region then strip off the ElementRegion.
340 // about (char*), etc., is just a form of passing raw bytes.
343 // Checking for 'integral type' is probably too promiscuous, but
364 // FIXME: is this necessary or correct? This handles the non-Region
365 // cases. Is it ever valid to store to these?
378 StoreManager::InvalidatedSymbols IS;
380 // NOTE: Even if RegionsToInvalidate is empty, we may still invalidate
384 &IS, &Call);