Home
last modified time | relevance | path

Searched refs:getCounterValue (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Support/
H A DDebugCounterTest.cpp27 EXPECT_EQ(0, DebugCounter::getCounterValue(TestCounter)); in TEST()
30 EXPECT_EQ(1, DebugCounter::getCounterValue(TestCounter)); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DDebugCounter.h107 static int64_t getCounterValue(unsigned ID) { in getCounterValue() function
/llvm-project-15.0.7/clang/test/ARCMT/
H A Dobjcmt-atomic-property.m104 - (BOOL)getCounterValue; method
H A Dobjcmt-atomic-property.m.result89 @property (getter=getCounterValue, readonly) BOOL counterValue;
H A Dobjcmt-ns-nonatomic-iosonly.m111 - (BOOL)getCounterValue; method
H A Dobjcmt-property.m107 - (BOOL)getCounterValue; method
H A Dobjcmt-property.m.result92 @property (nonatomic, getter=getCounterValue, readonly) BOOL counterValue;
H A Dobjcmt-ns-nonatomic-iosonly.m.result96 @property (NS_NONATOMIC_IOSONLY, getter=getCounterValue, readonly) BOOL counterValue;
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h2168 unsigned getCounterValue() const { return CounterValue; } in getCounterValue() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp2291 if (PP.getCounterValue() != 0) { in WritePreprocessor()
2292 RecordData::value_type Record[] = {PP.getCounterValue()}; in WritePreprocessor()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp3422 StartingVNCounter = DebugCounter::getCounterValue(VNCounter); in runGVN()