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

  /libcore/ojluni/src/main/java/javax/net/
SocketFactory.java 130 UnsupportedOperationException uop = new local
134 se.initCause(uop);
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 128 if (UnaryOperator *uop = dyn_cast<UnaryOperator>(e)) {
129 assert(uop->getOpcode() == UO_Extension);
130 e = rebuild(uop->getSubExpr());
131 return new (S.Context) UnaryOperator(e, uop->getOpcode(),
132 uop->getType(),
133 uop->getValueKind(),
134 uop->getObjectKind(),
135 uop->getOperatorLoc());
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readdwarf.c 2749 CfiUnop uop; local
    [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 844 } else if (const UnaryOperator *uop = dyn_cast<UnaryOperator>(E)) {
845 return isBlockVarRef(uop->getSubExpr());
    [all...]
CGCall.cpp     [all...]
  /external/valgrind/VEX/priv/
guest_s390_toIR.c 7677 IRTemp uop = newTemp(Ity_I32); local
7699 IRTemp uop = newTemp(Ity_I32); local
7721 IRTemp uop = newTemp(Ity_I64); local
    [all...]

Completed in 783 milliseconds