HomeSort by relevance Sort by last modified time
    Searched refs:Oper (Results 1 - 16 of 16) 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/include/core/
SkRegion.h 669 static bool Oper(const SkRegion&, const SkRegion&, SkRegion::Op, SkRegion*);
  /external/skqp/include/core/
SkRegion.h 669 static bool Oper(const SkRegion&, const SkRegion&, SkRegion::Op, SkRegion*);
  /external/skia/src/core/
SkRegion.cpp 457 return !Oper(rgn, *this, kDifference_Op, nullptr);
547 return Oper(*this, rgn, kIntersect_Op, nullptr);
927 RgnOper oper(SkMin32(a_top, b_top), dst, op);
972 oper.addSpan(top, gSentinel, gSentinel);
974 oper.addSpan(bot, run0, run1);
976 if (quickExit && !oper.isEmpty()) {
1001 return oper.flush();
1033 bool SkRegion::Oper(const SkRegion& rgnaOrig, const SkRegion& rgnbOrig, Op op,
    [all...]
  /external/skqp/src/core/
SkRegion.cpp 457 return !Oper(rgn, *this, kDifference_Op, nullptr);
547 return Oper(*this, rgn, kIntersect_Op, nullptr);
927 RgnOper oper(SkMin32(a_top, b_top), dst, op);
972 oper.addSpan(top, gSentinel, gSentinel);
974 oper.addSpan(bot, run0, run1);
976 if (quickExit && !oper.isEmpty()) {
1001 return oper.flush();
1033 bool SkRegion::Oper(const SkRegion& rgnaOrig, const SkRegion& rgnbOrig, Op op,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp     [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...]
IceTargetLoweringARM32.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/libcxxabi/src/demangle/
ItaniumDemangle.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
ItaniumDemangle.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 6596 milliseconds