Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DDebugCounterTest.cpp29 EXPECT_EQ(0, DebugCounter::getCounterValue(TestCounter)); in TEST()
32 EXPECT_EQ(1, DebugCounter::getCounterValue(TestCounter)); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DDebugCounter.h105 static int64_t getCounterValue(unsigned ID) { in getCounterValue() function
/external/clang/test/ARCMT/
Dobjcmt-atomic-property.m104 - (BOOL)getCounterValue; method
Dobjcmt-property.m107 - (BOOL)getCounterValue; method
Dobjcmt-ns-nonatomic-iosonly.m111 - (BOOL)getCounterValue; method
Dobjcmt-atomic-property.m.result89 @property (getter=getCounterValue, readonly) BOOL counterValue;
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/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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp3434 StartingVNCounter = DebugCounter::getCounterValue(VNCounter); in runGVN()
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp6576 const Expr *CounterVal = C->getCounterValue(); in emitDoacrossOrdered()