Home
last modified time | relevance | path

Searched defs:getCounterValue (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DDebugCounter.h105 static int64_t getCounterValue(unsigned ID) { in getCounterValue() function
/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/test/ARCMT/
Dobjcmt-ns-nonatomic-iosonly.m111 - (BOOL)getCounterValue; method
Dobjcmt-atomic-property.m104 - (BOOL)getCounterValue; method
Dobjcmt-property.m107 - (BOOL)getCounterValue; method
/external/clang/include/clang/Lex/
DPreprocessor.h1618 unsigned getCounterValue() const { return CounterValue; } in getCounterValue() function