HomeSort by relevance Sort by last modified time
    Searched refs:SmartScopedWriter (Results 1 - 18 of 18) sorted by null

  /external/llvm/include/llvm/Support/
RWMutex.h 162 struct SmartScopedWriter {
165 explicit SmartScopedWriter(SmartRWMutex<mt_only>& m) : mutex(m) {
169 ~SmartScopedWriter() {
173 typedef SmartScopedWriter<false> ScopedWriter;
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
RWMutex.h 158 struct SmartScopedWriter {
161 explicit SmartScopedWriter(SmartRWMutex<mt_only>& m) : mutex(m) {
165 ~SmartScopedWriter() {
169 typedef SmartScopedWriter<false> ScopedWriter;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
RWMutex.h 162 struct SmartScopedWriter {
165 explicit SmartScopedWriter(SmartRWMutex<mt_only>& m) : mutex(m) {
169 ~SmartScopedWriter() {
174 typedef SmartScopedWriter<false> ScopedWriter;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
RWMutex.h 162 struct SmartScopedWriter {
165 explicit SmartScopedWriter(SmartRWMutex<mt_only>& m) : mutex(m) {
169 ~SmartScopedWriter() {
174 typedef SmartScopedWriter<false> ScopedWriter;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
RWMutex.h 162 struct SmartScopedWriter {
165 explicit SmartScopedWriter(SmartRWMutex<mt_only>& m) : mutex(m) {
169 ~SmartScopedWriter() {
174 typedef SmartScopedWriter<false> ScopedWriter;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
RWMutex.h 162 struct SmartScopedWriter {
165 explicit SmartScopedWriter(SmartRWMutex<mt_only>& m) : mutex(m) {
169 ~SmartScopedWriter() {
174 typedef SmartScopedWriter<false> ScopedWriter;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
RWMutex.h 162 struct SmartScopedWriter {
165 explicit SmartScopedWriter(SmartRWMutex<mt_only>& m) : mutex(m) {
169 ~SmartScopedWriter() {
174 typedef SmartScopedWriter<false> ScopedWriter;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
RWMutex.h 162 struct SmartScopedWriter {
165 explicit SmartScopedWriter(SmartRWMutex<mt_only>& m) : mutex(m) {
169 ~SmartScopedWriter() {
174 typedef SmartScopedWriter<false> ScopedWriter;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
RWMutex.h 162 struct SmartScopedWriter {
165 explicit SmartScopedWriter(SmartRWMutex<mt_only>& m) : mutex(m) {
169 ~SmartScopedWriter() {
174 typedef SmartScopedWriter<false> ScopedWriter;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
RWMutex.h 162 struct SmartScopedWriter {
165 explicit SmartScopedWriter(SmartRWMutex<mt_only>& m) : mutex(m) {
169 ~SmartScopedWriter() {
174 typedef SmartScopedWriter<false> ScopedWriter;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
RWMutex.h 162 struct SmartScopedWriter {
165 explicit SmartScopedWriter(SmartRWMutex<mt_only>& m) : mutex(m) {
169 ~SmartScopedWriter() {
174 typedef SmartScopedWriter<false> ScopedWriter;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
RWMutex.h 162 struct SmartScopedWriter {
165 explicit SmartScopedWriter(SmartRWMutex<mt_only>& m) : mutex(m) {
169 ~SmartScopedWriter() {
174 typedef SmartScopedWriter<false> ScopedWriter;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
RWMutex.h 162 struct SmartScopedWriter {
165 explicit SmartScopedWriter(SmartRWMutex<mt_only>& m) : mutex(m) {
169 ~SmartScopedWriter() {
174 typedef SmartScopedWriter<false> ScopedWriter;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
RWMutex.h 162 struct SmartScopedWriter {
165 explicit SmartScopedWriter(SmartRWMutex<mt_only>& m) : mutex(m) {
169 ~SmartScopedWriter() {
174 typedef SmartScopedWriter<false> ScopedWriter;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
RWMutex.h 162 struct SmartScopedWriter {
165 explicit SmartScopedWriter(SmartRWMutex<mt_only>& m) : mutex(m) {
169 ~SmartScopedWriter() {
174 typedef SmartScopedWriter<false> ScopedWriter;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
RWMutex.h 162 struct SmartScopedWriter {
165 explicit SmartScopedWriter(SmartRWMutex<mt_only>& m) : mutex(m) {
169 ~SmartScopedWriter() {
174 typedef SmartScopedWriter<false> ScopedWriter;
  /external/llvm/lib/IR/
PassRegistry.cpp 54 sys::SmartScopedWriter<true> Guard(Lock);
94 sys::SmartScopedWriter<true> Guard(Lock);
117 sys::SmartScopedWriter<true> Guard(Lock);
122 sys::SmartScopedWriter<true> Guard(Lock);
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Function.cpp 276 sys::SmartScopedWriter<true> Writer(*GCLock);
285 sys::SmartScopedWriter<true> Writer(*GCLock);

Completed in 658 milliseconds