Searched defs:isLarge (Results 1 – 2 of 2) sorted by relevance
377 bool ExprEngine::isLarge(AnalysisDeclContext *ADC) const { in isLarge() function in ExprEngine
1186 const bool isLarge = (rand() % 16) == 0; in CreateAllocation() local