HomeSort by relevance Sort by last modified time
    Searched defs:DS (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /external/llvm/unittests/Support/
StreamingMemoryObjectTest.cpp 43 auto DS = make_unique<NullDataStreamer>();
44 StreamingMemoryObject O(std::move(DS));
49 auto DS = make_unique<NullDataStreamer>();
50 StreamingMemoryObject O(std::move(DS));
  /external/llvm/tools/llvm-pdbdump/fuzzer/
llvm-pdbdump-fuzzer.cpp 83 pdb::DbiStream &DS = DbiS.get();
85 for (auto &Modi : DS.modules()) {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Solaris.h 21 #undef DS
  /frameworks/rs/rsov/compiler/
rs2spirv.cpp 79 auto DS = getDataFileStreamer(InputFile, &Err);
80 if (!DS) {
85 getStreamedBitcodeModule(InputFile, std::move(DS), Context);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/Solaris/sys/
regset.h 20 #undef DS
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/Solaris/sys/
regset.h 20 #undef DS
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/Solaris/sys/
regset.h 20 #undef DS
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/Solaris/sys/
regset.h 20 #undef DS
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/Solaris/sys/
regset.h 20 #undef DS
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/Solaris/sys/
regset.h 20 #undef DS
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/Solaris/sys/
regset.h 20 #undef DS
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/Solaris/sys/
regset.h 20 #undef DS
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
reg.h 32 #define DS 7
  /external/clang/lib/Analysis/
PseudoConstantAnalysis.cpp 170 const DeclStmt *DS = cast<DeclStmt>(Head);
172 for (const auto *I : DS->decls()) {
  /external/llvm/include/llvm/Support/
Solaris.h 30 #undef DS
  /external/spirv-llvm/tools/llvm-spirv/
llvm-spirv.cpp 122 auto DS = getDataFileStreamer(InputFile, &Err);
123 if (!DS) {
129 getStreamedBitcodeModule(InputFile, std::move(DS), Context);
242 auto DS = getDataFileStreamer(InputFile, &Err);
243 if (!DS) {
249 getStreamedBitcodeModule(InputFile, std::move(DS), Context);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Solaris.h 30 #undef DS
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Solaris.h 30 #undef DS
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Solaris.h 30 #undef DS
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Solaris.h 30 #undef DS
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Solaris.h 30 #undef DS
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Solaris.h 30 #undef DS
  /bionic/libc/include/sys/
reg.h 43 #define DS 7
79 #define DS 23
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
reg.h 51 # define DS 23
67 # define DS 7
  /bionic/libc/kernel/uapi/asm-x86/asm/
ptrace-abi.h 29 #define DS 7

Completed in 513 milliseconds

1 2 3 4 5