Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/unittests/Support/
DDebugCounterTest.cpp27 EXPECT_EQ(0, DebugCounter::getCounterValue(TestCounter)); in TEST()
30 EXPECT_EQ(1, DebugCounter::getCounterValue(TestCounter)); in TEST()
/external/swiftshader/src/Vulkan/
DVkTimelineSemaphore.cpp80 uint64_t TimelineSemaphore::getCounterValue() in getCounterValue() function in vk::TimelineSemaphore
82 return shared->getCounterValue(); in getCounterValue()
85 uint64_t TimelineSemaphore::Shared::getCounterValue() in getCounterValue() function in vk::TimelineSemaphore::Shared
DVkTimelineSemaphore.hpp61 uint64_t getCounterValue();
115 uint64_t getCounterValue();
DVkDevice.cpp293 if(semaphore->getCounterValue() == waitValue) in waitForSemaphores()
/external/llvm-project/llvm/include/llvm/Support/
DDebugCounter.h107 static int64_t getCounterValue(unsigned ID) { in getCounterValue() function
/external/clang/test/ARCMT/
Dobjcmt-atomic-property.m104 - (BOOL)getCounterValue; method
Dobjcmt-atomic-property.m.result89 @property (getter=getCounterValue, readonly) BOOL counterValue;
Dobjcmt-property.m107 - (BOOL)getCounterValue; method
Dobjcmt-ns-nonatomic-iosonly.m111 - (BOOL)getCounterValue; method
Dobjcmt-ns-nonatomic-iosonly.m.result96 @property (NS_NONATOMIC_IOSONLY, getter=getCounterValue, readonly) BOOL counterValue;
Dobjcmt-property.m.result92 @property (nonatomic, getter=getCounterValue, readonly) BOOL counterValue;
/external/llvm-project/clang/test/ARCMT/
Dobjcmt-atomic-property.m104 - (BOOL)getCounterValue; method
Dobjcmt-atomic-property.m.result89 @property (getter=getCounterValue, readonly) BOOL counterValue;
Dobjcmt-property.m107 - (BOOL)getCounterValue; method
Dobjcmt-ns-nonatomic-iosonly.m111 - (BOOL)getCounterValue; method
Dobjcmt-ns-nonatomic-iosonly.m.result96 @property (NS_NONATOMIC_IOSONLY, getter=getCounterValue, readonly) BOOL counterValue;
Dobjcmt-property.m.result92 @property (nonatomic, getter=getCounterValue, readonly) BOOL counterValue;
/external/clang/lib/AST/
DOpenMPClause.cpp547 const Expr *OMPDependClause::getCounterValue() const { in getCounterValue() function in OMPDependClause
554 Expr *OMPDependClause::getCounterValue() { in getCounterValue() function in OMPDependClause
/external/clang/include/clang/Lex/
DPreprocessor.h1618 unsigned getCounterValue() const { return CounterValue; } in getCounterValue() function
/external/clang/include/clang/AST/
DOpenMPClause.h2654 Expr *getCounterValue();
2656 const Expr *getCounterValue() const;
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h1983 unsigned getCounterValue() const { return CounterValue; } in getCounterValue() function
/external/clang/lib/Serialization/
DASTWriter.cpp2138 if (PP.getCounterValue() != 0) { in WritePreprocessor()
2139 RecordData::value_type Record[] = {PP.getCounterValue()}; in WritePreprocessor()
DASTWriterStmt.cpp2026 Record.AddStmt(C->getCounterValue()); in VisitOMPDependClause()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp2154 if (PP.getCounterValue() != 0) { in WritePreprocessor()
2155 RecordData::value_type Record[] = {PP.getCounterValue()}; in WritePreprocessor()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp3407 StartingVNCounter = DebugCounter::getCounterValue(VNCounter); in runGVN()

12