Searched defs:Us (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CodeGen/
H A Darm-be-result-return.c8 extern union Us { short s; } us; union
9 union Us callee_us() { return us; }
/external/llvm/lib/IR/
H A DUser.cpp59 void *User::operator new(size_t s, unsigned Us) { argument
60 void *Storage = ::operator new(s + sizeof(Use) * Us);
62 Use *End = Start + Us;
65 Obj->NumOperands = Us;
/external/llvm/lib/CodeGen/
H A DJumpInstrTables.cpp82 User *Us = U->getUser(); local
83 if (!Us)
85 if (Instruction *I = dyn_cast<Instruction>(Us)) {
95 } else if (Constant *C = dyn_cast<Constant>(Us)) {
98 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(Us)) {
/external/chromium_org/third_party/dom_distiller_js/package/js/
H A Ddomdistiller.js192 function Ts(a,b,c){pt(a.b,b);return Us(a,b.c,c)}
208 function Us(a,b,c){var d;d=a.c[b];li(a.c,b,c);return d}

Completed in 1398 milliseconds