HomeSort by relevance Sort by last modified time
    Searched defs:DEBUG_WITH_TYPE (Results 1 - 11 of 11) sorted by null

  /external/llvm/include/llvm/Support/
Debug.h 53 /// DEBUG_WITH_TYPE macro - This macro should be used by passes to emit debug
58 /// DEBUG_WITH_TYPE("bitset", dbgs() << "Bitset contains: " << Bitset << "\n");
62 #define DEBUG_WITH_TYPE(TYPE, X) \
69 #define DEBUG_WITH_TYPE(TYPE, X) do { } while (0)
92 #define DEBUG(X) DEBUG_WITH_TYPE(DEBUG_TYPE, X)
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Debug.h 58 /// DEBUG_WITH_TYPE macro - This macro should be used by passes to emit debug
63 /// DEBUG_WITH_TYPE("bitset", dbgs() << "Bitset contains: " << Bitset << "\n");
67 #define DEBUG_WITH_TYPE(TYPE, X) \
74 #define DEBUG_WITH_TYPE(TYPE, X) do { } while (0)
97 #define DEBUG(X) DEBUG_WITH_TYPE(DEBUG_TYPE, X)
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Debug.h 54 /// DEBUG_WITH_TYPE macro - This macro should be used by passes to emit debug
59 /// DEBUG_WITH_TYPE("bitset", dbgs() << "Bitset contains: " << Bitset << "\n");
63 #define DEBUG_WITH_TYPE(TYPE, X) \
70 #define DEBUG_WITH_TYPE(TYPE, X) do { } while (false)
93 #define DEBUG(X) DEBUG_WITH_TYPE(DEBUG_TYPE, X)
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Debug.h 55 /// DEBUG_WITH_TYPE macro - This macro should be used by passes to emit debug
60 /// DEBUG_WITH_TYPE("bitset", dbgs() << "Bitset contains: " << Bitset << "\n");
64 #define DEBUG_WITH_TYPE(TYPE, X) \
72 #define DEBUG_WITH_TYPE(TYPE, X) do { } while (false)
118 #define DEBUG(X) DEBUG_WITH_TYPE(DEBUG_TYPE, X)
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Debug.h 55 /// DEBUG_WITH_TYPE macro - This macro should be used by passes to emit debug
60 /// DEBUG_WITH_TYPE("bitset", dbgs() << "Bitset contains: " << Bitset << "\n");
64 #define DEBUG_WITH_TYPE(TYPE, X) \
72 #define DEBUG_WITH_TYPE(TYPE, X) do { } while (false)
118 #define DEBUG(X) DEBUG_WITH_TYPE(DEBUG_TYPE, X)
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Debug.h 55 /// DEBUG_WITH_TYPE macro - This macro should be used by passes to emit debug
60 /// DEBUG_WITH_TYPE("bitset", dbgs() << "Bitset contains: " << Bitset << "\n");
64 #define DEBUG_WITH_TYPE(TYPE, X) \
72 #define DEBUG_WITH_TYPE(TYPE, X) do { } while (false)
118 #define DEBUG(X) DEBUG_WITH_TYPE(DEBUG_TYPE, X)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Debug.h 55 /// DEBUG_WITH_TYPE macro - This macro should be used by passes to emit debug
60 /// DEBUG_WITH_TYPE("bitset", dbgs() << "Bitset contains: " << Bitset << "\n");
64 #define DEBUG_WITH_TYPE(TYPE, X) \
72 #define DEBUG_WITH_TYPE(TYPE, X) do { } while (false)
118 #define DEBUG(X) DEBUG_WITH_TYPE(DEBUG_TYPE, X)
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Debug.h 55 /// DEBUG_WITH_TYPE macro - This macro should be used by passes to emit debug
60 /// DEBUG_WITH_TYPE("bitset", dbgs() << "Bitset contains: " << Bitset << "\n");
64 #define DEBUG_WITH_TYPE(TYPE, X) \
72 #define DEBUG_WITH_TYPE(TYPE, X) do { } while (false)
118 #define DEBUG(X) DEBUG_WITH_TYPE(DEBUG_TYPE, X)
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Debug.h 55 /// DEBUG_WITH_TYPE macro - This macro should be used by passes to emit debug
60 /// DEBUG_WITH_TYPE("bitset", dbgs() << "Bitset contains: " << Bitset << "\n");
64 #define DEBUG_WITH_TYPE(TYPE, X) \
72 #define DEBUG_WITH_TYPE(TYPE, X) do { } while (false)
118 #define DEBUG(X) DEBUG_WITH_TYPE(DEBUG_TYPE, X)
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Debug.h 55 /// DEBUG_WITH_TYPE macro - This macro should be used by passes to emit debug
60 /// DEBUG_WITH_TYPE("bitset", dbgs() << "Bitset contains: " << Bitset << "\n");
64 #define DEBUG_WITH_TYPE(TYPE, X) \
72 #define DEBUG_WITH_TYPE(TYPE, X) do { } while (false)
118 #define DEBUG(X) DEBUG_WITH_TYPE(DEBUG_TYPE, X)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Debug.h 55 /// DEBUG_WITH_TYPE macro - This macro should be used by passes to emit debug
60 /// DEBUG_WITH_TYPE("bitset", dbgs() << "Bitset contains: " << Bitset << "\n");
64 #define DEBUG_WITH_TYPE(TYPE, X) \
72 #define DEBUG_WITH_TYPE(TYPE, X) do { } while (false)
118 #define DEBUG(X) DEBUG_WITH_TYPE(DEBUG_TYPE, X)

Completed in 311 milliseconds