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

  /external/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 63 llvm::DenseMap<unsigned, std::string> CustomNames;
140 CustomNames[F] = Name;
141 assert(CustomNames.find(F) != CustomNames.end());
278 return Impl->CustomNames.find(F)->second;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 61 llvm::DenseMap<unsigned, std::string> CustomNames;
140 CustomNames[F] = Name;
141 assert(CustomNames.find(F) != CustomNames.end());
298 return Impl->CustomNames.find(F)->second;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
TargetLibraryInfo.h 51 llvm::DenseMap<unsigned, std::string> CustomNames;
130 CustomNames[F] = Name;
131 assert(CustomNames.find(F) != CustomNames.end());
303 return Impl->CustomNames.find(F)->second;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
TargetLibraryInfo.h 51 llvm::DenseMap<unsigned, std::string> CustomNames;
130 CustomNames[F] = Name;
131 assert(CustomNames.find(F) != CustomNames.end());
303 return Impl->CustomNames.find(F)->second;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
TargetLibraryInfo.h 51 llvm::DenseMap<unsigned, std::string> CustomNames;
130 CustomNames[F] = Name;
131 assert(CustomNames.find(F) != CustomNames.end());
299 return Impl->CustomNames.find(F)->second;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
TargetLibraryInfo.h 51 llvm::DenseMap<unsigned, std::string> CustomNames;
130 CustomNames[F] = Name;
131 assert(CustomNames.find(F) != CustomNames.end());
299 return Impl->CustomNames.find(F)->second;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
TargetLibraryInfo.h 51 llvm::DenseMap<unsigned, std::string> CustomNames;
130 CustomNames[F] = Name;
131 assert(CustomNames.find(F) != CustomNames.end());
299 return Impl->CustomNames.find(F)->second;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
TargetLibraryInfo.h 51 llvm::DenseMap<unsigned, std::string> CustomNames;
130 CustomNames[F] = Name;
131 assert(CustomNames.find(F) != CustomNames.end());
299 return Impl->CustomNames.find(F)->second;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 61 llvm::DenseMap<unsigned, std::string> CustomNames;
140 CustomNames[F] = Name;
141 assert(CustomNames.find(F) != CustomNames.end());
298 return Impl->CustomNames.find(F)->second;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
TargetLibraryInfo.h 51 llvm::DenseMap<unsigned, std::string> CustomNames;
130 CustomNames[F] = Name;
131 assert(CustomNames.find(F) != CustomNames.end());
303 return Impl->CustomNames.find(F)->second;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
TargetLibraryInfo.h 51 llvm::DenseMap<unsigned, std::string> CustomNames;
130 CustomNames[F] = Name;
131 assert(CustomNames.find(F) != CustomNames.end());
303 return Impl->CustomNames.find(F)->second;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
TargetLibraryInfo.h 51 llvm::DenseMap<unsigned, std::string> CustomNames;
130 CustomNames[F] = Name;
131 assert(CustomNames.find(F) != CustomNames.end());
299 return Impl->CustomNames.find(F)->second;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
TargetLibraryInfo.h 51 llvm::DenseMap<unsigned, std::string> CustomNames;
130 CustomNames[F] = Name;
131 assert(CustomNames.find(F) != CustomNames.end());
299 return Impl->CustomNames.find(F)->second;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
TargetLibraryInfo.h 51 llvm::DenseMap<unsigned, std::string> CustomNames;
130 CustomNames[F] = Name;
131 assert(CustomNames.find(F) != CustomNames.end());
299 return Impl->CustomNames.find(F)->second;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
TargetLibraryInfo.h 51 llvm::DenseMap<unsigned, std::string> CustomNames;
130 CustomNames[F] = Name;
131 assert(CustomNames.find(F) != CustomNames.end());
299 return Impl->CustomNames.find(F)->second;
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 432 : CustomNames(TLI.CustomNames) {
439 : CustomNames(std::move(TLI.CustomNames)) {
447 CustomNames = TLI.CustomNames;
453 CustomNames = std::move(TLI.CustomNames);
    [all...]

Completed in 323 milliseconds