Home
last modified time | relevance | path

Searched defs:isParallel (Results 1 – 5 of 5) sorted by relevance

/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DParallel.h106 bool isParallel() const { return Parallel; } in isParallel() function
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DParallel.h106 bool isParallel() const { return Parallel; } in isParallel() function
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DParallel.h106 bool isParallel() const { return Parallel; } in isParallel() function
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/Support/
DParallel.h106 bool isParallel() const { return Parallel; } in isParallel() function
/prebuilts/go/linux-x86/src/testing/
Dtesting.go616 isParallel bool // Whether the test is parallel. member