Searched refs:Oper (Results 1 – 8 of 8) sorted by relevance
| /minix3/lib/libc/nls/ |
| H A D | sk.msg | 3 1 Oper�cia nie je povolen� 39 19 Oper�cia nie je zariaden�m podporovan� 73 36 Oper�cia pr�ve prebieha 75 37 Oper�cia u� prebieha 91 45 Oper�cia nie je podporovan� 175 87 Oper�cia zru�en�
|
| /minix3/external/bsd/tcpdump/dist/tests/ |
| H A 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 …]
|
| H A 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
|
| H A 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
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
| H A D | ScalarEvolutionExpander.cpp | 956 Instruction *Oper = getIVIncOperand(IncV, InsertPos, /*allowScale*/true); in hoistIVInc() local 957 if (!Oper) in hoistIVInc() 961 IncV = Oper; in hoistIVInc()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 6543 for (LookupResult::iterator Oper = Operators.begin(), in AddMemberOperatorCandidates() local 6545 Oper != OperEnd; in AddMemberOperatorCandidates() 6546 ++Oper) in AddMemberOperatorCandidates() 6547 AddMethodCandidate(Oper.getPair(), Args[0]->getType(), in AddMemberOperatorCandidates() 11783 for (LookupResult::iterator Oper = R.begin(), OperEnd = R.end(); in BuildCallToObjectOfClassType() local 11784 Oper != OperEnd; ++Oper) { in BuildCallToObjectOfClassType() 11785 AddMethodCandidate(Oper.getPair(), Object.get()->getType(), in BuildCallToObjectOfClassType() 12064 for (LookupResult::iterator Oper = R.begin(), OperEnd = R.end(); in BuildOverloadedArrowExpr() local 12065 Oper != OperEnd; ++Oper) { in BuildOverloadedArrowExpr() 12066 AddMethodCandidate(Oper.getPair(), Base->getType(), Base->Classify(Context), in BuildOverloadedArrowExpr()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 2450 if (Instruction *Oper = dyn_cast<Instruction>(*OI)) { in findIVOperand() local 2451 if (!SE.isSCEVable(Oper->getType())) in findIVOperand() 2455 dyn_cast<SCEVAddRecExpr>(SE.getSCEV(Oper))) { in findIVOperand() 2466 static Value *getWideOperand(Value *Oper) { in getWideOperand() argument 2467 if (TruncInst *Trunc = dyn_cast<TruncInst>(Oper)) in getWideOperand() 2469 return Oper; in getWideOperand()
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 1846 Value *Oper = Visit(E->getSubExpr()); in VisitUnaryLNot() local 1847 Value *Zero = llvm::Constant::getNullValue(Oper->getType()); in VisitUnaryLNot() 1849 if (Oper->getType()->isFPOrFPVectorTy()) in VisitUnaryLNot() 1850 Result = Builder.CreateFCmp(llvm::CmpInst::FCMP_OEQ, Oper, Zero, "cmp"); in VisitUnaryLNot() 1852 Result = Builder.CreateICmp(llvm::CmpInst::ICMP_EQ, Oper, Zero, "cmp"); in VisitUnaryLNot()
|