/external/clang/test/SemaCXX/ |
D | diagnostic-order.cpp | 26 struct Oper { struct 27 template<typename T, typename U = typename Error<Oper, T>::error> operator T(); 51 int *p = Oper() + 0;
|
/external/tcpdump/tests/ |
D | forces3vvv.out | 81 Oper TLV Get(0x7) length 16 99 Oper TLV GetResp(0x9) length 56 129 Oper TLV Get(0x7) length 16 147 Oper TLV GetResp(0x9) length 104 180 Oper TLV Set(0x1) length 72 214 Oper TLV SetResp(0x3) length 24 240 Oper TLV Set(0x1) length 72 274 Oper TLV SetResp(0x3) length 24 300 Oper TLV Set(0x1) length 76 334 Oper TLV SetResp(0x3) length 24 [all …]
|
D | forces1vvv.out | 13 Oper TLV GetResp(0x9) length 296 67 Oper TLV Get(0x7) length 16 85 Oper TLV SetProp(0x2) length 28 111 Oper TLV SetProp(0x2) length 28 134 Oper TLV SetProp(0x2) length 28 160 Oper TLV SetProp(0x2) length 28
|
D | forces1vvvv.out | 13 Oper TLV GetResp(0x9) length 296 96 Oper TLV Get(0x7) length 16 121 Oper TLV SetProp(0x2) length 28 154 Oper TLV SetProp(0x2) length 28 184 Oper TLV SetProp(0x2) length 28 217 Oper TLV SetProp(0x2) length 28
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 1164 SDValue Oper = Op.getOperand(j); in ExpandStrictFPOp() local 1165 EVT OperVT = Oper.getValueType(); in ExpandStrictFPOp() 1168 Oper = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, in ExpandStrictFPOp() 1169 EltVT, Oper, Idx); in ExpandStrictFPOp() 1171 Opers.push_back(Oper); in ExpandStrictFPOp()
|
/external/skqp/src/core/ |
D | SkRegion.cpp | 457 return !Oper(rgn, *this, kDifference_Op, nullptr); in contains() 547 return Oper(*this, rgn, kIntersect_Op, nullptr); in intersects() 1033 bool SkRegion::Oper(const SkRegion& rgnaOrig, const SkRegion& rgnbOrig, Op op, in Oper() function in SkRegion 1138 return SkRegion::Oper(rgna, rgnb, op, this); in op()
|
/external/skia/src/core/ |
D | SkRegion.cpp | 457 return !Oper(rgn, *this, kDifference_Op, nullptr); in contains() 547 return Oper(*this, rgn, kIntersect_Op, nullptr); in intersects() 1033 bool SkRegion::Oper(const SkRegion& rgnaOrig, const SkRegion& rgnbOrig, Op op, in Oper() function in SkRegion 1138 return SkRegion::Oper(rgna, rgnb, op, this); in op()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonPatterns.td | 2568 multiclass Memopxr_base_pat<PatFrag Load, PatFrag Store, SDNode Oper, 2571 def: Pat<(Store (Oper (Load I32:$Rs), I32:$A), I32:$Rs), 2574 def: Pat<(Store (Oper (Load AddrFI:$Rs), I32:$A), AddrFI:$Rs), 2579 SDNode Oper, InstHexagon MI> { 2581 def: Pat<(Store (Oper (Load (add I32:$Rs, ImmPred:$Off)), I32:$A), 2584 def: Pat<(Store (Oper (Load (IsOrAdd I32:$Rs, ImmPred:$Off)), I32:$A), 2588 def: Pat<(Store (Oper (Load (add AddrFI:$Rs, ImmPred:$Off)), I32:$A), 2591 def: Pat<(Store (Oper (Load (IsOrAdd AddrFI:$Rs, ImmPred:$Off)), I32:$A), 2597 SDNode Oper, InstHexagon MI> { 2599 defm: Memopxr_base_pat <Load, Store, Oper, MI>; [all …]
|
/external/skia/include/core/ |
D | SkRegion.h | 669 static bool Oper(const SkRegion&, const SkRegion&, SkRegion::Op, SkRegion*);
|
/external/skqp/include/core/ |
D | SkRegion.h | 669 static bool Oper(const SkRegion&, const SkRegion&, SkRegion::Op, SkRegion*);
|
/external/swiftshader/third_party/subzero/src/ |
D | WasmTranslator.cpp | 202 const auto *Oper = Op.toOperand(); in operator <<() local 203 Out << "(Operand*)" << Oper; in operator <<() 204 if (Oper) { in operator <<() 205 Out << "::" << Oper->getType(); in operator <<()
|
D | IceTargetLoweringARM32.cpp | 4866 InstArithmetic::OpKind Oper; in createArithInst() local 4873 Oper = InstArithmetic::Add; in createArithInst() 4876 Oper = InstArithmetic::And; in createArithInst() 4879 Oper = InstArithmetic::Sub; in createArithInst() 4882 Oper = InstArithmetic::Or; in createArithInst() 4885 Oper = InstArithmetic::Xor; in createArithInst() 4888 return InstArithmetic::create(Func, Oper, Dest, Src0, Src1); in createArithInst()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 942 Instruction *Oper = getIVIncOperand(IncV, InsertPos, /*allowScale*/true); in hoistIVInc() local 943 if (!Oper) in hoistIVInc() 947 IncV = Oper; in hoistIVInc()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 2414 if (Instruction *Oper = dyn_cast<Instruction>(*OI)) { in findIVOperand() local 2415 if (!SE.isSCEVable(Oper->getType())) in findIVOperand() 2419 dyn_cast<SCEVAddRecExpr>(SE.getSCEV(Oper))) { in findIVOperand() 2430 static Value *getWideOperand(Value *Oper) { in getWideOperand() argument 2431 if (TruncInst *Trunc = dyn_cast<TruncInst>(Oper)) in getWideOperand() 2433 return Oper; in getWideOperand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 998 Instruction *Oper = getIVIncOperand(IncV, InsertPos, /*allowScale*/true); in hoistIVInc() local 999 if (!Oper) in hoistIVInc() 1003 IncV = Oper; in hoistIVInc()
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 1880 Value *Oper = Visit(E->getSubExpr()); in VisitUnaryLNot() local 1881 Value *Zero = llvm::Constant::getNullValue(Oper->getType()); in VisitUnaryLNot() 1883 if (Oper->getType()->isFPOrFPVectorTy()) in VisitUnaryLNot() 1884 Result = Builder.CreateFCmp(llvm::CmpInst::FCMP_OEQ, Oper, Zero, "cmp"); in VisitUnaryLNot() 1886 Result = Builder.CreateICmp(llvm::CmpInst::ICMP_EQ, Oper, Zero, "cmp"); in VisitUnaryLNot()
|
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 6741 for (LookupResult::iterator Oper = Operators.begin(), in AddMemberOperatorCandidates() local 6743 Oper != OperEnd; in AddMemberOperatorCandidates() 6744 ++Oper) in AddMemberOperatorCandidates() 6745 AddMethodCandidate(Oper.getPair(), Args[0]->getType(), in AddMemberOperatorCandidates() 12459 for (LookupResult::iterator Oper = R.begin(), OperEnd = R.end(); in BuildCallToObjectOfClassType() local 12460 Oper != OperEnd; ++Oper) { in BuildCallToObjectOfClassType() 12461 AddMethodCandidate(Oper.getPair(), Object.get()->getType(), in BuildCallToObjectOfClassType() 12738 for (LookupResult::iterator Oper = R.begin(), OperEnd = R.end(); in BuildOverloadedArrowExpr() local 12739 Oper != OperEnd; ++Oper) { in BuildOverloadedArrowExpr() 12740 AddMethodCandidate(Oper.getPair(), Base->getType(), Base->Classify(Context), in BuildOverloadedArrowExpr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 2689 if (Instruction *Oper = dyn_cast<Instruction>(*OI)) { in findIVOperand() local 2690 if (!SE.isSCEVable(Oper->getType())) in findIVOperand() 2694 dyn_cast<SCEVAddRecExpr>(SE.getSCEV(Oper))) { in findIVOperand() 2705 static Value *getWideOperand(Value *Oper) { in getWideOperand() argument 2706 if (TruncInst *Trunc = dyn_cast<TruncInst>(Oper)) in getWideOperand() 2708 return Oper; in getWideOperand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/ |
D | ItaniumDemangle.cpp | 2809 Node *Oper = parseOperatorName(/*NameState=*/nullptr); in parseBaseUnresolvedName() local 2810 if (Oper == nullptr) in parseBaseUnresolvedName() 2816 return make<NameWithTemplateArgs>(Oper, TA); in parseBaseUnresolvedName() 2818 return Oper; in parseBaseUnresolvedName()
|
/external/libcxxabi/src/demangle/ |
D | ItaniumDemangle.h | 3034 Node *Oper = getDerived().parseOperatorName(/*NameState=*/nullptr); in parseBaseUnresolvedName() local 3035 if (Oper == nullptr) in parseBaseUnresolvedName() 3041 return make<NameWithTemplateArgs>(Oper, TA); in parseBaseUnresolvedName() 3043 return Oper; in parseBaseUnresolvedName()
|