HomeSort by relevance Sort by last modified time
    Searched refs:Us (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /external/clang/test/CodeGen/
arm-be-result-return.c 8 extern union Us { short s; } us;
9 union Us callee_us() { return us; }
16 us = callee_us();
  /frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
TypeTraits.h 94 * If T occurs as one of the types in Us with the same const-volatile qualifications, provides the
97 template<typename T, typename ...Us>
104 template<typename T, typename ...Us>
105 struct HIDE is_one_of<T, T, Us...> : std::true_type {};
110 template<typename T, typename U, typename ...Us>
111 struct HIDE is_one_of<T, U, Us...> : is_one_of<T, Us...> {};
123 * If all types in Us are unique, provides the member constant |value| equal to true.
126 template<typename ...Us>
139 template<typename T, typename ...Us>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DebugCounter.h 77 auto &Us = instance();
78 auto Result = Us.Counters.find(CounterName);
79 if (Result != Us.Counters.end()) {
112 auto &Us = instance();
113 auto Result = Us.Counters.find(ID);
114 assert(Result != Us.Counters.end() && "Asking about a non-set counter");
120 auto &Us = instance();
121 Us.Counters[ID] = Val;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
DebugCounter.h 77 auto &Us = instance();
78 auto Result = Us.Counters.find(CounterName);
79 if (Result != Us.Counters.end()) {
112 auto &Us = instance();
113 auto Result = Us.Counters.find(ID);
114 assert(Result != Us.Counters.end() && "Asking about a non-set counter");
120 auto &Us = instance();
121 Us.Counters[ID] = Val;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
DebugCounter.h 77 auto &Us = instance();
78 auto Result = Us.Counters.find(CounterName);
79 if (Result != Us.Counters.end()) {
112 auto &Us = instance();
113 auto Result = Us.Counters.find(ID);
114 assert(Result != Us.Counters.end() && "Asking about a non-set counter");
120 auto &Us = instance();
121 Us.Counters[ID] = Val;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
DebugCounter.h 77 auto &Us = instance();
78 auto Result = Us.Counters.find(CounterName);
79 if (Result != Us.Counters.end()) {
112 auto &Us = instance();
113 auto Result = Us.Counters.find(ID);
114 assert(Result != Us.Counters.end() && "Asking about a non-set counter");
120 auto &Us = instance();
121 Us.Counters[ID] = Val;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
DebugCounter.h 77 auto &Us = instance();
78 auto Result = Us.Counters.find(CounterName);
79 if (Result != Us.Counters.end()) {
112 auto &Us = instance();
113 auto Result = Us.Counters.find(ID);
114 assert(Result != Us.Counters.end() && "Asking about a non-set counter");
120 auto &Us = instance();
121 Us.Counters[ID] = Val;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
DebugCounter.h 77 auto &Us = instance();
78 auto Result = Us.Counters.find(CounterName);
79 if (Result != Us.Counters.end()) {
112 auto &Us = instance();
113 auto Result = Us.Counters.find(ID);
114 assert(Result != Us.Counters.end() && "Asking about a non-set counter");
120 auto &Us = instance();
121 Us.Counters[ID] = Val;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
DebugCounter.h 77 auto &Us = instance();
78 auto Result = Us.Counters.find(CounterName);
79 if (Result != Us.Counters.end()) {
112 auto &Us = instance();
113 auto Result = Us.Counters.find(ID);
114 assert(Result != Us.Counters.end() && "Asking about a non-set counter");
120 auto &Us = instance();
121 Us.Counters[ID] = Val;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DebugCounter.h 77 auto &Us = instance();
78 auto Result = Us.Counters.find(CounterName);
79 if (Result != Us.Counters.end()) {
112 auto &Us = instance();
113 auto Result = Us.Counters.find(ID);
114 assert(Result != Us.Counters.end() && "Asking about a non-set counter");
120 auto &Us = instance();
121 Us.Counters[ID] = Val;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
DebugCounter.h 77 auto &Us = instance();
78 auto Result = Us.Counters.find(CounterName);
79 if (Result != Us.Counters.end()) {
112 auto &Us = instance();
113 auto Result = Us.Counters.find(ID);
114 assert(Result != Us.Counters.end() && "Asking about a non-set counter");
120 auto &Us = instance();
121 Us.Counters[ID] = Val;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
DebugCounter.h 77 auto &Us = instance();
78 auto Result = Us.Counters.find(CounterName);
79 if (Result != Us.Counters.end()) {
112 auto &Us = instance();
113 auto Result = Us.Counters.find(ID);
114 assert(Result != Us.Counters.end() && "Asking about a non-set counter");
120 auto &Us = instance();
121 Us.Counters[ID] = Val;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
DebugCounter.h 77 auto &Us = instance();
78 auto Result = Us.Counters.find(CounterName);
79 if (Result != Us.Counters.end()) {
112 auto &Us = instance();
113 auto Result = Us.Counters.find(ID);
114 assert(Result != Us.Counters.end() && "Asking about a non-set counter");
120 auto &Us = instance();
121 Us.Counters[ID] = Val;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
DebugCounter.h 77 auto &Us = instance();
78 auto Result = Us.Counters.find(CounterName);
79 if (Result != Us.Counters.end()) {
112 auto &Us = instance();
113 auto Result = Us.Counters.find(ID);
114 assert(Result != Us.Counters.end() && "Asking about a non-set counter");
120 auto &Us = instance();
121 Us.Counters[ID] = Val;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
DebugCounter.h 77 auto &Us = instance();
78 auto Result = Us.Counters.find(CounterName);
79 if (Result != Us.Counters.end()) {
112 auto &Us = instance();
113 auto Result = Us.Counters.find(ID);
114 assert(Result != Us.Counters.end() && "Asking about a non-set counter");
120 auto &Us = instance();
121 Us.Counters[ID] = Val;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
DebugCounter.h 77 auto &Us = instance();
78 auto Result = Us.Counters.find(CounterName);
79 if (Result != Us.Counters.end()) {
112 auto &Us = instance();
113 auto Result = Us.Counters.find(ID);
114 assert(Result != Us.Counters.end() && "Asking about a non-set counter");
120 auto &Us = instance();
121 Us.Counters[ID] = Val;
  /external/swiftshader/third_party/LLVM/lib/VMCore/
User.cpp 56 void *User::operator new(size_t s, unsigned Us) {
57 void *Storage = ::operator new(s + sizeof(Use) * Us);
59 Use *End = Start + Us;
62 Obj->NumOperands = Us;
  /external/llvm/lib/IR/
User.cpp 117 void *User::allocateFixedOperandUser(size_t Size, unsigned Us,
119 assert(Us < (1u << NumUserOperandsBits) && "Too many operands");
129 ::operator new(Size + sizeof(Use) * Us + DescBytesToAllocate));
131 Use *End = Start + Us;
133 Obj->NumUserOperands = Us;
146 void *User::operator new(size_t Size, unsigned Us) {
147 return allocateFixedOperandUser(Size, Us, 0);
150 void *User::operator new(size_t Size, unsigned Us, unsigned DescBytes) {
151 return allocateFixedOperandUser(Size, Us, DescBytes);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Common.h 75 #define IP4_US_TO_SEC(Us) (((Us) + 999999) / 1000000)
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Common.h 25 #define IP6_US_TO_SEC(Us) (((Us) + 999999) / 1000000)
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 265 const UseSet &Us = I->second;
266 OS << I->first << " -> #" << Us.size() << '{';
267 for (UseSet::const_iterator J = Us.begin(), F = Us.end(); J != F; ++J) {
342 UseSet Us;
352 Us.insert(&UI.getUse());
377 if (!Us.empty()) {
379 Uses[PN].insert(Us.begin(), Us.end());
755 UseSet &Us = UF->second
    [all...]
  /external/llvm/include/llvm/IR/
User.h 58 void *operator new(size_t Size, unsigned Us);
68 void *operator new(size_t Size, unsigned Us, unsigned DescBytes);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
User.h 64 void *operator new(size_t Size, unsigned Us);
74 void *operator new(size_t Size, unsigned Us, unsigned DescBytes);
  /external/swiftshader/third_party/LLVM/include/llvm/
User.h 49 void *operator new(size_t s, unsigned Us);
  /external/ImageMagick/www/api/
deprecate.php 66 <a href="../script/contact.php">Contact Us</a></p>

Completed in 770 milliseconds

1 2 3 4 5