Home
last modified time | relevance | path

Searched defs:IsDone (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dblocking_counter.cc27 bool IsDone(void *arg) { return *reinterpret_cast<bool *>(arg); } in IsDone() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLoopTraversal.h95 bool IsDone = true; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DYAMLParser.cpp1481 unsigned &IndentIndicator, bool &IsDone) { in scanBlockScalarHeader()
1510 unsigned &LineBreaks, bool &IsDone) { in findBlockScalarIndent()
1556 unsigned BlockExitIndent, bool &IsDone) { in scanBlockScalarIndent()
1592 bool IsDone = false; in scanBlockScalar() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DIfConversion.cpp136 bool IsDone : 1; member