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

  /external/llvm/include/llvm/ADT/
StringMap.h 129 template <typename... InitTy>
130 StringMapEntry(unsigned strLen, InitTy &&... InitVals)
131 : StringMapEntryBase(strLen), second(std::forward<InitTy>(InitVals)...) {}
151 template <typename AllocatorTy, typename... InitTy>
153 InitTy &&... InitVals) {
166 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
StringMap.h 134 template <typename... InitTy>
135 StringMapEntry(unsigned strLen, InitTy &&... InitVals)
136 : StringMapEntryBase(strLen), second(std::forward<InitTy>(InitVals)...) {}
157 template <typename AllocatorTy, typename... InitTy>
159 InitTy &&... InitVals) {
172 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
StringMap.h 135 template <typename... InitTy>
136 StringMapEntry(unsigned strLen, InitTy &&... InitVals)
137 : StringMapEntryBase(strLen), second(std::forward<InitTy>(InitVals)...) {}
158 template <typename AllocatorTy, typename... InitTy>
160 InitTy &&... InitVals) {
173 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
StringMap.h 131 template <typename... InitTy>
132 StringMapEntry(unsigned strLen, InitTy &&... InitVals)
133 : StringMapEntryBase(strLen), second(std::forward<InitTy>(InitVals)...) {}
154 template <typename AllocatorTy, typename... InitTy>
156 InitTy &&... InitVals) {
169 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
StringMap.h 131 template <typename... InitTy>
132 StringMapEntry(unsigned strLen, InitTy &&... InitVals)
133 : StringMapEntryBase(strLen), second(std::forward<InitTy>(InitVals)...) {}
154 template <typename AllocatorTy, typename... InitTy>
156 InitTy &&... InitVals) {
169 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
StringMap.h 132 template <typename... InitTy>
133 StringMapEntry(unsigned strLen, InitTy &&... InitVals)
134 : StringMapEntryBase(strLen), second(std::forward<InitTy>(InitVals)...) {}
155 template <typename AllocatorTy, typename... InitTy>
157 InitTy &&... InitVals) {
173 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
StringMap.h 132 template <typename... InitTy>
133 StringMapEntry(unsigned strLen, InitTy &&... InitVals)
134 : StringMapEntryBase(strLen), second(std::forward<InitTy>(InitVals)...) {}
155 template <typename AllocatorTy, typename... InitTy>
157 InitTy &&... InitVals) {
173 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
StringMap.h 132 template <typename... InitTy>
133 StringMapEntry(unsigned strLen, InitTy &&... InitVals)
134 : StringMapEntryBase(strLen), second(std::forward<InitTy>(InitVals)...) {}
155 template <typename AllocatorTy, typename... InitTy>
157 InitTy &&... InitVals) {
173 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
StringMap.h 132 template <typename... InitTy>
133 StringMapEntry(unsigned strLen, InitTy &&... InitVals)
134 : StringMapEntryBase(strLen), second(std::forward<InitTy>(InitVals)...) {}
155 template <typename AllocatorTy, typename... InitTy>
157 InitTy &&... InitVals) {
173 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
StringMap.h 135 template <typename... InitTy>
136 StringMapEntry(unsigned strLen, InitTy &&... InitVals)
137 : StringMapEntryBase(strLen), second(std::forward<InitTy>(InitVals)...) {}
158 template <typename AllocatorTy, typename... InitTy>
160 InitTy &&... InitVals) {
173 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
StringMap.h 131 template <typename... InitTy>
132 StringMapEntry(unsigned strLen, InitTy &&... InitVals)
133 : StringMapEntryBase(strLen), second(std::forward<InitTy>(InitVals)...) {}
154 template <typename AllocatorTy, typename... InitTy>
156 InitTy &&... InitVals) {
169 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
StringMap.h 131 template <typename... InitTy>
132 StringMapEntry(unsigned strLen, InitTy &&... InitVals)
133 : StringMapEntryBase(strLen), second(std::forward<InitTy>(InitVals)...) {}
154 template <typename AllocatorTy, typename... InitTy>
156 InitTy &&... InitVals) {
169 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
StringMap.h 132 template <typename... InitTy>
133 StringMapEntry(unsigned strLen, InitTy &&... InitVals)
134 : StringMapEntryBase(strLen), second(std::forward<InitTy>(InitVals)...) {}
155 template <typename AllocatorTy, typename... InitTy>
157 InitTy &&... InitVals) {
173 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
StringMap.h 132 template <typename... InitTy>
133 StringMapEntry(unsigned strLen, InitTy &&... InitVals)
134 : StringMapEntryBase(strLen), second(std::forward<InitTy>(InitVals)...) {}
155 template <typename AllocatorTy, typename... InitTy>
157 InitTy &&... InitVals) {
173 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
StringMap.h 132 template <typename... InitTy>
133 StringMapEntry(unsigned strLen, InitTy &&... InitVals)
134 : StringMapEntryBase(strLen), second(std::forward<InitTy>(InitVals)...) {}
155 template <typename AllocatorTy, typename... InitTy>
157 InitTy &&... InitVals) {
173 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
StringMap.h 132 template <typename... InitTy>
133 StringMapEntry(unsigned strLen, InitTy &&... InitVals)
134 : StringMapEntryBase(strLen), second(std::forward<InitTy>(InitVals)...) {}
155 template <typename AllocatorTy, typename... InitTy>
157 InitTy &&... InitVals) {
173 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...);
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
StringMap.h 35 template <typename InitTy>
36 static void Initialize(StringMapEntry<ValueTy> &T, InitTy InitVal) {
357 template <typename InitTy>
358 MapEntryTy &GetOrCreateValue(StringRef Key, InitTy Val) {
  /external/swiftshader/third_party/LLVM/unittests/ADT/
StringMapTest.cpp 177 template <typename InitTy>
178 static void Initialize(StringMapEntry<uint32_t> &T, InitTy InitVal) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 765 Type *InitTy = Init->getType();
768 EVT VT = EVT::getEVT(InitTy);
769 PointerType *PtrTy = PointerType::get(InitTy, AMDGPUAS::PRIVATE_ADDRESS);
772 false, TD.getPrefTypeAlignment(InitTy));
783 if (StructType *ST = dyn_cast<StructType>(InitTy)) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 1476 milliseconds