Home
last modified time | relevance | path

Searched refs:setCount (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/test/ARCMT/
H A Dobjcmt-property-dot-syntax.m30 [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 …]
H A Dobjcmt-property-dot-syntax.m.result97 [some setCount : [some count]];
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenPGO.cpp396 uint64_t setCount(uint64_t Count) { in setCount() function
508 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 …]
/llvm-project-15.0.7/llvm/include/llvm/FileCheck/
H A DFileCheck.h94 FileCheckType &setCount(int C);
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h134 void setCount(unsigned i) { in setCount() function
H A DRetainCountChecker.cpp1003 X.setCount(cnt - 1); in processReturn()
1011 X.setCount(cnt - 1); in processReturn()
1245 V.setCount(V.getCount() - ACnt); in handleAutoreleaseCounts()
/llvm-project-15.0.7/llvm/lib/FileCheck/
H A DFileCheck.cpp1627 Check::FileCheckType &Check::FileCheckType::setCount(int C) { in setCount() function in Check::FileCheckType
1745 Check::FileCheckType(Check::CheckPlain).setCount(Count)); in FindCheckType()