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

  /external/clang/test/SemaCXX/
diagnostic-order.cpp 26 struct Oper {
27 template<typename T, typename U = typename Error<Oper, T>::error> operator T();
51 int *p = Oper() + 0;
53 // CHECK: no type named 'error' in 'Oper'
54 // CHECK: in instantiation of template class 'Error<Oper, int *>'
55 // CHECK: no type named 'error' in 'Oper'
56 // CHECK: in instantiation of template class 'Error<Oper, float *>'
57 // CHECK: no type named 'error' in 'Oper'
58 // CHECK: in instantiation of template class 'Error<Oper, X *>'
59 // CHECK: no type named 'error' in 'Oper'
    [all...]
  /external/skia/src/core/
SkRegion.cpp 412 return !Oper(rgn, *this, kDifference_Op, nullptr);
502 return Oper(*this, rgn, kIntersect_Op, nullptr);
855 RgnOper oper(SkMin32(a_top, b_top), dst, op);
900 oper.addSpan(top, gSentinel, gSentinel);
902 oper.addSpan(bot, run0, run1);
904 if (quickExit && !oper.isEmpty()) {
929 return oper.flush();
981 bool SkRegion::Oper(const SkRegion& rgnaOrig, const SkRegion& rgnbOrig, Op op,
1092 return SkRegion::Oper(rgna, rgnb, op, this);
    [all...]
  /external/swiftshader/third_party/subzero/src/
WasmTranslator.cpp 202 const auto *Oper = Op.toOperand();
203 Out << "(Operand*)" << Oper;
204 if (Oper) {
205 Out << "::" << Oper->getType();
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]

Completed in 5355 milliseconds