Searched refs:isLarge (Results 1 – 4 of 4) sorted by relevance
448 bool ExprEngine::isLarge(AnalysisDeclContext *ADC) const { in isLarge() function in ExprEngine1131 isLarge(CalleeADC)) { in shouldInlineCall()
1101 getSmallSize(NumOps, isResizable(Storage), isLarge(NumOps))) +1107 static bool isLarge(size_t NumOps) { return NumOps > MaxSmallSize; }
798 bool isLarge(AnalysisDeclContext *ADC) const;
664 IsLarge = isLarge(NumOps); in Header()