/external/llvm-project/clang/test/SemaTemplate/ |
D | instantiate-expanded-type-constraint.cpp | 13 template<typename T, typename... Us> 14 concept either = (is_same_v<T, Us> || ...); 18 template<same_as<Ts>... Us> 20 static void foo(Us... u, int x) { }; in foo() 24 template<typename... Us> 26 template<either<Ts, Us...>... Vs>
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | DebugCounter.h | 77 auto &Us = instance(); in shouldExecute() local 78 auto Result = Us.Counters.find(CounterName); in shouldExecute() 79 if (Result != Us.Counters.end()) { in shouldExecute() 107 auto &Us = instance(); in getCounterValue() local 108 auto Result = Us.Counters.find(ID); in getCounterValue() 109 assert(Result != Us.Counters.end() && "Asking about a non-set counter"); in getCounterValue() 115 auto &Us = instance(); in setCounterValue() local 116 Us.Counters[ID].Count = Count; in setCounterValue()
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | DebugCounter.h | 78 auto &Us = instance(); in shouldExecute() local 79 auto Result = Us.Counters.find(CounterName); in shouldExecute() 80 if (Result != Us.Counters.end()) { in shouldExecute() 108 auto &Us = instance(); in getCounterValue() local 109 auto Result = Us.Counters.find(ID); in getCounterValue() 110 assert(Result != Us.Counters.end() && "Asking about a non-set counter"); in getCounterValue() 116 auto &Us = instance(); in setCounterValue() local 117 Us.Counters[ID].Count = Count; in setCounterValue()
|
/external/llvm-project/llvm/lib/IR/ |
D | User.cpp | 115 void *User::allocateFixedOperandUser(size_t Size, unsigned Us, in allocateFixedOperandUser() argument 117 assert(Us < (1u << NumUserOperandsBits) && "Too many operands"); in allocateFixedOperandUser() 127 ::operator new(Size + sizeof(Use) * Us + DescBytesToAllocate)); in allocateFixedOperandUser() 129 Use *End = Start + Us; in allocateFixedOperandUser() 131 Obj->NumUserOperands = Us; in allocateFixedOperandUser() 145 void *User::operator new(size_t Size, unsigned Us) { in operator new() argument 146 return allocateFixedOperandUser(Size, Us, 0); in operator new() 149 void *User::operator new(size_t Size, unsigned Us, unsigned DescBytes) { in operator new() argument 150 return allocateFixedOperandUser(Size, Us, DescBytes); in operator new()
|
/external/llvm/lib/IR/ |
D | User.cpp | 117 void *User::allocateFixedOperandUser(size_t Size, unsigned Us, in allocateFixedOperandUser() argument 119 assert(Us < (1u << NumUserOperandsBits) && "Too many operands"); in allocateFixedOperandUser() 129 ::operator new(Size + sizeof(Use) * Us + DescBytesToAllocate)); in allocateFixedOperandUser() 131 Use *End = Start + Us; in allocateFixedOperandUser() 133 Obj->NumUserOperands = Us; in allocateFixedOperandUser() 146 void *User::operator new(size_t Size, unsigned Us) { in operator new() argument 147 return allocateFixedOperandUser(Size, Us, 0); in operator new() 150 void *User::operator new(size_t Size, unsigned Us, unsigned DescBytes) { in operator new() argument 151 return allocateFixedOperandUser(Size, Us, DescBytes); in operator new()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | User.cpp | 112 void *User::allocateFixedOperandUser(size_t Size, unsigned Us, in allocateFixedOperandUser() argument 114 assert(Us < (1u << NumUserOperandsBits) && "Too many operands"); in allocateFixedOperandUser() 124 ::operator new(Size + sizeof(Use) * Us + DescBytesToAllocate)); in allocateFixedOperandUser() 126 Use *End = Start + Us; in allocateFixedOperandUser() 128 Obj->NumUserOperands = Us; in allocateFixedOperandUser() 141 void *User::operator new(size_t Size, unsigned Us) { in operator new() argument 142 return allocateFixedOperandUser(Size, Us, 0); in operator new() 145 void *User::operator new(size_t Size, unsigned Us, unsigned DescBytes) { in operator new() argument 146 return allocateFixedOperandUser(Size, Us, DescBytes); in operator new()
|
/external/webrtc/rtc_base/ |
D | checks.h | 234 template <typename... Us> 238 const Us&... args) { in Call() 239 static constexpr CheckArgType t[] = {Us::Type()..., CheckArgType::kEnd}; in Call() 243 template <typename... Us> 247 const Us&... args) { in CallCheckOp() 248 static constexpr CheckArgType t[] = {CheckArgType::kCheckOp, Us::Type()..., in CallCheckOp() 253 template <typename... Us> 286 template <typename... Us> 290 const Us&... args) const { in Call() 294 template <typename... Us> [all …]
|
D | bounded_inline_vector_impl.h | 41 template <typename T, typename U, typename... Us> 42 void InitializeElements(T* data, U&& element, Us&&... elements) { in InitializeElements() 45 InitializeElements(data + 1, std::forward<Us>(elements)...); in InitializeElements()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonCommonGEP.cpp | 265 const UseSet &Us = I->second; in operator <<() local 266 OS << I->first << " -> #" << Us.size() << '{'; in operator <<() 267 for (UseSet::const_iterator J = Us.begin(), F = Us.end(); J != F; ++J) { in operator <<() 342 UseSet Us; in processGepInst() local 352 Us.insert(&UI.getUse()); in processGepInst() 377 if (!Us.empty()) { in processGepInst() 379 Uses[PN].insert(Us.begin(), Us.end()); in processGepInst() 755 UseSet &Us = UF->second; in recalculatePlacement() local 756 for (UseSet::iterator I = Us.begin(), E = Us.end(); I != E; ++I) { in recalculatePlacement() 971 UseSet &Us = UF->second; in separateChainForNode() local [all …]
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonCommonGEP.cpp | 282 const UseSet &Us = I->second; in operator <<() local 283 OS << I->first << " -> #" << Us.size() << '{'; in operator <<() 284 for (UseSet::const_iterator J = Us.begin(), F = Us.end(); J != F; ++J) { in operator <<() 355 UseSet Us; in processGepInst() local 365 Us.insert(&UI.getUse()); in processGepInst() 390 if (!Us.empty()) { in processGepInst() 392 Uses[PN].insert(Us.begin(), Us.end()); in processGepInst() 763 UseSet &Us = UF->second; in recalculatePlacement() local 764 for (UseSet::iterator I = Us.begin(), E = Us.end(); I != E; ++I) { in recalculatePlacement() 972 UseSet &Us = UF->second; in separateChainForNode() local [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonCommonGEP.cpp | 292 const UseSet &Us = I->second; in operator <<() local 293 OS << I->first << " -> #" << Us.size() << '{'; in operator <<() 294 for (UseSet::const_iterator J = Us.begin(), F = Us.end(); J != F; ++J) { in operator <<() 365 UseSet Us; in processGepInst() local 375 Us.insert(&UI.getUse()); in processGepInst() 400 if (!Us.empty()) { in processGepInst() 402 Uses[PN].insert(Us.begin(), Us.end()); in processGepInst() 773 UseSet &Us = UF->second; in recalculatePlacement() local 774 for (UseSet::iterator I = Us.begin(), E = Us.end(); I != E; ++I) { in recalculatePlacement() 982 UseSet &Us = UF->second; in separateChainForNode() local [all …]
|
/external/llvm-project/llvm/lib/Support/ |
D | DebugCounter.cpp | 123 auto &Us = instance(); in print() local 128 << Us.Counters[CounterID].Count << "," << Us.Counters[CounterID].Skip in print() 129 << "," << Us.Counters[CounterID].StopAfter << "}\n"; in print()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | DebugCounter.cpp | 123 auto &Us = instance(); in print() local 128 << Us.Counters[CounterID].Count << "," << Us.Counters[CounterID].Skip in print() 129 << "," << Us.Counters[CounterID].StopAfter << "}\n"; in print()
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | mangle-ms-templates.cpp | 191 template <typename... Ts, typename... Us> 192 void multi_variadic_fn(Ts... ts, Us... us); 193 template <typename... Ts, typename C, typename... Us> 194 void multi_variadic_mixed(Ts... ts, C c, Us... us);
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | PointerUnion.h | 70 template <typename T, typename ...Us> struct TypeIndex; 71 template <typename T, typename ...Us> struct TypeIndex<T, T, Us...> { 74 template <typename T, typename U, typename... Us> 75 struct TypeIndex<T, U, Us...> { 76 static constexpr int Index = 1 + TypeIndex<T, Us...>::Index;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | PointerUnion.h | 70 template <typename T, typename ...Us> struct TypeIndex; 71 template <typename T, typename ...Us> struct TypeIndex<T, T, Us...> { 74 template <typename T, typename U, typename... Us> 75 struct TypeIndex<T, U, Us...> { 76 static constexpr int Index = 1 + TypeIndex<T, Us...>::Index;
|
/external/clang/test/CodeGen/ |
D | arm-be-result-return.c | 8 extern union Us { short s; } us; union 9 union Us callee_us() { return us; } in callee_us()
|
/external/llvm-project/clang/test/CodeGen/ |
D | arm-be-result-return.c | 8 extern union Us { short s; } us; union 9 union Us callee_us() { return us; } in callee_us()
|
/external/llvm-project/lldb/test/API/lang/cpp/template-function/ |
D | main.cpp | 27 template <class... Us> int var(Us... pargs) { return 10; } in var()
|
/external/blktrace/btt/doc/ |
D | sample-btt-output.tex | 68 DEV | # Plugs # Timer Us | % Time Q Plugged 73 Overall | # Plugs # Timer Us | % Time Q Plugged
|
/external/llvm-project/clang/include/clang/Basic/ |
D | BuiltinsHexagon.def | 53 TARGET_BUILTIN(__builtin_brev_lduh, "v*Us*CUs*iC", "", V5) 59 TARGET_BUILTIN(__builtin_circ_lduh, "Us*Us*Us*iIi", "", V5)
|
/external/llvm-project/clang/test/PCH/ |
D | objc_literals.mm | 54 template<typename ...Ts, typename ... Us> 55 void variadic_dictionary_expansion(pair<Ts, Us>... key_values) {
|
/external/clang/test/PCH/ |
D | objc_literals.mm | 54 template<typename ...Ts, typename ... Us> 55 void variadic_dictionary_expansion(pair<Ts, Us>... key_values) {
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | modernize-use-emplace.cpp | 86 template <typename... Us> tuple(const tuple<Us...> &){}; in tuple() argument 87 template <typename... Us> tuple(tuple<Us...> &&) {} in tuple() argument
|
/external/google-fruit/include/fruit/impl/meta/ |
D | vector.h | 156 template <typename... Ts, typename... Us> 157 struct apply<Vector<Ts...>, Vector<Us...>> { 158 using type = Vector<Ts..., Us...>;
|