Searched refs:setCount (Results 1 – 7 of 7) sorted by relevance
30 [obj setCount : 100];32 [(P*)0 setCount : [array count]];34 [[obj PropertyReturnsPObj] setCount : [array count]];36 [obj setCount : (i1+i2*i3 - 100)];56 [super setCount : 100];58 [super setCount : [array count]];60 [[super PropertyReturnsPObj] setCount : [array count]];62 [super setCount : (i1+i2*i3 - 100)];96 [obj setCount : 100];97 [some setCount : [some count]];[all …]
97 [some setCount : [some count]];
396 uint64_t setCount(uint64_t Count) { in setCount() function508 setCount(BC.BreakCount + CondCount - BodyCount); in VisitWhileStmt()529 setCount(BC.BreakCount + CondCount - LoopCount); in VisitDoStmt()564 setCount(BC.BreakCount + CondCount - BodyCount); in VisitForStmt()598 setCount(BC.BreakCount + CondCount - BodyCount); in VisitCXXForRangeStmt()632 setCount(PGO.getRegionCount(S)); in VisitSwitchStmt()642 setCount(CurrentCount + CaseCount); in VisitSwitchCase()674 setCount(ElseCount); in VisitIfStmt()680 setCount(OutCount); in VisitIfStmt()690 setCount(PGO.getRegionCount(S)); in VisitCXXTryStmt()[all …]
94 FileCheckType &setCount(int C);
134 void setCount(unsigned i) { in setCount() function
1003 X.setCount(cnt - 1); in processReturn()1011 X.setCount(cnt - 1); in processReturn()1245 V.setCount(V.getCount() - ACnt); in handleAutoreleaseCounts()
1627 Check::FileCheckType &Check::FileCheckType::setCount(int C) { in setCount() function in Check::FileCheckType1745 Check::FileCheckType(Check::CheckPlain).setCount(Count)); in FindCheckType()