Searched refs:getCounterValue (Results 1 – 15 of 15) sorted by relevance
29 EXPECT_EQ(0, DebugCounter::getCounterValue(TestCounter)); in TEST()32 EXPECT_EQ(1, DebugCounter::getCounterValue(TestCounter)); in TEST()
105 static int64_t getCounterValue(unsigned ID) { in getCounterValue() function
104 - (BOOL)getCounterValue; method
107 - (BOOL)getCounterValue; method
111 - (BOOL)getCounterValue; method
89 @property (getter=getCounterValue, readonly) BOOL counterValue;
96 @property (NS_NONATOMIC_IOSONLY, getter=getCounterValue, readonly) BOOL counterValue;
92 @property (nonatomic, getter=getCounterValue, readonly) BOOL counterValue;
547 const Expr *OMPDependClause::getCounterValue() const { in getCounterValue() function in OMPDependClause554 Expr *OMPDependClause::getCounterValue() { in getCounterValue() function in OMPDependClause
1618 unsigned getCounterValue() const { return CounterValue; } in getCounterValue() function
2654 Expr *getCounterValue();2656 const Expr *getCounterValue() const;
2138 if (PP.getCounterValue() != 0) { in WritePreprocessor()2139 RecordData::value_type Record[] = {PP.getCounterValue()}; in WritePreprocessor()
2026 Record.AddStmt(C->getCounterValue()); in VisitOMPDependClause()
3434 StartingVNCounter = DebugCounter::getCounterValue(VNCounter); in runGVN()
6576 const Expr *CounterVal = C->getCounterValue(); in emitDoacrossOrdered()