/external/llvm-project/llvm/unittests/Support/ |
D | DebugCounterTest.cpp | 27 EXPECT_EQ(0, DebugCounter::getCounterValue(TestCounter)); in TEST() 30 EXPECT_EQ(1, DebugCounter::getCounterValue(TestCounter)); in TEST()
|
/external/swiftshader/src/Vulkan/ |
D | VkTimelineSemaphore.cpp | 80 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
|
D | VkTimelineSemaphore.hpp | 61 uint64_t getCounterValue(); 115 uint64_t getCounterValue();
|
D | VkDevice.cpp | 293 if(semaphore->getCounterValue() == waitValue) in waitForSemaphores()
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | DebugCounter.h | 107 static int64_t getCounterValue(unsigned ID) { in getCounterValue() function
|
/external/clang/test/ARCMT/ |
D | objcmt-atomic-property.m | 104 - (BOOL)getCounterValue; method
|
D | objcmt-atomic-property.m.result | 89 @property (getter=getCounterValue, readonly) BOOL counterValue;
|
D | objcmt-property.m | 107 - (BOOL)getCounterValue; method
|
D | objcmt-ns-nonatomic-iosonly.m | 111 - (BOOL)getCounterValue; method
|
D | objcmt-ns-nonatomic-iosonly.m.result | 96 @property (NS_NONATOMIC_IOSONLY, getter=getCounterValue, readonly) BOOL counterValue;
|
D | objcmt-property.m.result | 92 @property (nonatomic, getter=getCounterValue, readonly) BOOL counterValue;
|
/external/llvm-project/clang/test/ARCMT/ |
D | objcmt-atomic-property.m | 104 - (BOOL)getCounterValue; method
|
D | objcmt-atomic-property.m.result | 89 @property (getter=getCounterValue, readonly) BOOL counterValue;
|
D | objcmt-property.m | 107 - (BOOL)getCounterValue; method
|
D | objcmt-ns-nonatomic-iosonly.m | 111 - (BOOL)getCounterValue; method
|
D | objcmt-ns-nonatomic-iosonly.m.result | 96 @property (NS_NONATOMIC_IOSONLY, getter=getCounterValue, readonly) BOOL counterValue;
|
D | objcmt-property.m.result | 92 @property (nonatomic, getter=getCounterValue, readonly) BOOL counterValue;
|
/external/clang/lib/AST/ |
D | OpenMPClause.cpp | 547 const Expr *OMPDependClause::getCounterValue() const { in getCounterValue() function in OMPDependClause 554 Expr *OMPDependClause::getCounterValue() { in getCounterValue() function in OMPDependClause
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 1618 unsigned getCounterValue() const { return CounterValue; } in getCounterValue() function
|
/external/clang/include/clang/AST/ |
D | OpenMPClause.h | 2654 Expr *getCounterValue(); 2656 const Expr *getCounterValue() const;
|
/external/llvm-project/clang/include/clang/Lex/ |
D | Preprocessor.h | 1983 unsigned getCounterValue() const { return CounterValue; } in getCounterValue() function
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 2138 if (PP.getCounterValue() != 0) { in WritePreprocessor() 2139 RecordData::value_type Record[] = {PP.getCounterValue()}; in WritePreprocessor()
|
D | ASTWriterStmt.cpp | 2026 Record.AddStmt(C->getCounterValue()); in VisitOMPDependClause()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriter.cpp | 2154 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/ |
D | NewGVN.cpp | 3407 StartingVNCounter = DebugCounter::getCounterValue(VNCounter); in runGVN()
|