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

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCContext.h 65 /// UsedNames - Keeps tracks of names that were used both for used declared
67 StringMap<bool, BumpPtrAllocator&> UsedNames;
  /external/llvm/include/llvm/MC/
MCContext.h 102 StringMap<bool, BumpPtrAllocator &> UsedNames;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 105 StringMap<bool, BumpPtrAllocator &> UsedNames;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 105 StringMap<bool, BumpPtrAllocator &> UsedNames;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 105 StringMap<bool, BumpPtrAllocator &> UsedNames;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 105 StringMap<bool, BumpPtrAllocator &> UsedNames;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 105 StringMap<bool, BumpPtrAllocator &> UsedNames;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 105 StringMap<bool, BumpPtrAllocator &> UsedNames;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 105 StringMap<bool, BumpPtrAllocator &> UsedNames;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 105 StringMap<bool, BumpPtrAllocator &> UsedNames;
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp 97 NameSet UsedNames;
408 NameSet::iterator NI = UsedNames.find(name);
409 if (NI != UsedNames.end())
411 UsedNames.insert(name);
424 NameSet::iterator NI = UsedNames.find(name);
425 if (NI != UsedNames.end())
427 UsedNames.insert(name);
    [all...]

Completed in 126 milliseconds