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

  /external/clang/lib/Sema/
SemaPseudoObject.cpp 69 if (UnaryOperator *uop = dyn_cast<UnaryOperator>(e)) {
70 assert(uop->getOpcode() == UO_Extension);
71 e = rebuild(uop->getSubExpr());
72 return new (S.Context) UnaryOperator(e, uop->getOpcode(),
73 uop->getType(),
74 uop->getValueKind(),
75 uop->getObjectKind(),
76 uop->getOperatorLoc());
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
lparser.c 1039 UnOpr uop; local
1041 uop = getunopr(ls->t.token);
1042 if (uop != OPR_NOUNOPR) {
1046 luaK_prefix(ls->fs, uop, v, line);
    [all...]
  /external/oprofile/events/i386/nehalem/
events 35 event:0x18 counters:0,1,2,3 um:inst_decoded minimum:6000 name:INST_DECODED : Counts number of instructions that require decoder 0 to be decoded. Usually, this means that the instruction maps to more than 1 uop
93 event:0xDB counters:0,1,2,3 um:one minimum:6000 name:UOP_UNFUSION : Counts unfusion events due to floating point exception to a fused uop.
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c 2792 CfiUnop uop; local
    [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 827 } else if (const UnaryOperator *uop = dyn_cast<UnaryOperator>(E)) {
828 return isBlockVarRef(uop->getSubExpr());
    [all...]
CGCall.cpp     [all...]
  /external/valgrind/main/VEX/priv/
guest_s390_toIR.c 7672 IRTemp uop = newTemp(Ity_I32); local
7694 IRTemp uop = newTemp(Ity_I32); local
7716 IRTemp uop = newTemp(Ity_I64); local
    [all...]

Completed in 130 milliseconds