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

  /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();
  /prebuilts/clang/host/darwin-x86/clang-3957855/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-3960126/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-3977809/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-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-3957855/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-3960126/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-3977809/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-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;
  /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...]

Completed in 344 milliseconds