Searched refs:isLarge (Results 1 – 4 of 4) sorted by relevance
450 bool ExprEngine::isLarge(AnalysisDeclContext *ADC) const { in isLarge() function in ExprEngine1133 isLarge(CalleeADC)) { in shouldInlineCall()
985 getSmallSize(NumOps, isResizable(Storage), isLarge(NumOps))) +991 static bool isLarge(size_t NumOps) { return NumOps > MaxSmallSize; }
814 bool isLarge(AnalysisDeclContext *ADC) const;
570 IsLarge = isLarge(NumOps); in Header()