| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
| H A D | ARMWinEHPrinter.cpp | 300 bool Decoder::opcode_0xxxxxxx(const uint8_t *OC, unsigned &Offset, in opcode_0xxxxxxx() argument 302 uint8_t Imm = OC[Offset] & 0x7f; in opcode_0xxxxxxx() 304 OC[Offset], in opcode_0xxxxxxx() 311 bool Decoder::opcode_10Lxxxxx(const uint8_t *OC, unsigned &Offset, in opcode_10Lxxxxx() argument 313 unsigned Link = (OC[Offset] & 0x20) >> 5; in opcode_10Lxxxxx() 315 | ((OC[Offset + 0] & 0x1f) << 8) in opcode_10Lxxxxx() 316 | ((OC[Offset + 1] & 0xff) << 0); in opcode_10Lxxxxx() 321 OC[Offset + 0], OC[Offset + 1], in opcode_10Lxxxxx() 330 bool Decoder::opcode_1100xxxx(const uint8_t *OC, unsigned &Offset, in opcode_1100xxxx() argument 334 OC[Offset], OC[Offset] & 0xf); in opcode_1100xxxx() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | SmartPtrChecker.cpp | 65 const auto *OC = dyn_cast<CXXMemberOperatorCall>(&Call); in checkPreCall() local 66 if (!OC) in checkPreCall() 68 const MemRegion *ThisRegion = OC->getCXXThisVal().getAsRegion(); in checkPreCall() 72 OverloadedOperatorKind OOK = OC->getOverloadedOperator(); in checkPreCall()
|
| H A D | SmartPtrModeling.cpp | 467 const auto *OC = dyn_cast<CXXMemberOperatorCall>(&Call); in handleAssignOp() local 468 if (!OC) in handleAssignOp() 470 OverloadedOperatorKind OOK = OC->getOverloadedOperator(); in handleAssignOp() 473 const MemRegion *ThisRegion = OC->getCXXThisVal().getAsRegion(); in handleAssignOp() 477 const MemRegion *OtherSmartPtrRegion = OC->getArgSVal(0).getAsRegion(); in handleAssignOp()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | ExpandVectorPredication.cpp | 220 auto OC = static_cast<Instruction::BinaryOps>(*VPI.getFunctionalOpcode()); in expandPredicationInBinaryOperator() local 221 assert(Instruction::isBinaryOp(OC)); in expandPredicationInBinaryOperator() 229 switch (OC) { in expandPredicationInBinaryOperator() 245 Value *NewBinOp = Builder.CreateBinOp(OC, Op0, Op1, VPI.getName()); in expandPredicationInBinaryOperator() 319 auto OC = VPI.getFunctionalOpcode(); in expandPredication() local 321 if (OC && Instruction::isBinaryOp(*OC)) in expandPredication()
|
| H A D | TargetSubtargetInfo.cpp | 21 const MCReadAdvanceEntry *RA, const InstrStage *IS, const unsigned *OC, in TargetSubtargetInfo() argument 23 : MCSubtargetInfo(TT, CPU, TuneCPU, FS, PF, PD, WPR, WL, RA, IS, OC, FP) {} in TargetSubtargetInfo()
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | mcore-opc.h | 25 O0, OT, O1, OC, O2, X1, OI, OB, enumerator 105 { "mfcr", OC, 0, 0x1000 }, 114 { "mtcr", OC, 0, 0x1800 },
|
| H A D | mcore-dis.c | 147 case OC: in print_insn_mcore()
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | mcore-opc.h | 25 O0, OT, O1, OC, O2, X1, OI, OB, enumerator 105 { "mfcr", OC, 0, 0x1000 }, 114 { "mtcr", OC, 0, 0x1800 },
|
| H A D | mcore-dis.c | 147 case OC: in print_insn_mcore()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/ |
| H A D | Local.h | 69 Constant *OC = 72 ConstantExpr::getMul(OC, Scale, false /*NUW*/, isInBounds /*NSW*/);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | AnalysisConsumer.cpp | 606 } else if (const auto *OC = dyn_cast<ObjCCategoryDecl>(DC)) { in getFunctionName() local 607 if (OC->IsClassExtension()) { in getFunctionName() 608 OS << OC->getClassInterface()->getName(); in getFunctionName() 610 OS << OC->getIdentifier()->getNameStart() << '(' in getFunctionName() 611 << OC->getIdentifier()->getNameStart() << ')'; in getFunctionName()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/ |
| H A D | p2048_q224_t1864_gind1.pem | 11 OC+++GU78p2Ys9vtZXKdpGkHxh5ad/PwyAsbk1a7hNFxPBqm8kZt4GPfslz1e2ZA
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/ |
| H A D | GVNExpression.h | 570 const VariableExpression &OC = cast<VariableExpression>(Other); in equals() local 571 return VariableValue == OC.VariableValue; in equals() 607 const ConstantExpression &OC = cast<ConstantExpression>(Other); in equals() local 608 return ConstantValue == OC.ConstantValue; in equals()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCSubtargetInfo.cpp | 231 const InstrStage *IS, const unsigned *OC, in MCSubtargetInfo() argument 236 OperandCycles(OC), ForwardingPaths(FP) { in MCSubtargetInfo()
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/geoip2/ns2/ |
| H A D | named4.conf.in | 39 match-clients { geoip db country continent OC; };
|
| /netbsd-src/external/bsd/openldap/dist/doc/devel/ |
| H A D | OIDs | 26 OC AD lists OpenLDAPfeatures:2
|
| /netbsd-src/external/bsd/less/dist/lesstest/lt/ |
| H A D | seq200.lt | 21 E "LESS_TERMCAP_kr" "OC"
|
| H A D | github265.lt | 21 E "LESS_TERMCAP_kr" "OC"
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | TargetSubtargetInfo.h | 67 const unsigned *OC, const unsigned *FP);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCSubtargetInfo.h | 101 const unsigned *OC, const unsigned *FP);
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/ti/ |
| H A D | k3-am64.dtsi | 86 <0x00 0x70000000 0x00 0x70000000 0x00 0x00200000>, /* OC SRAM */
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | imx53-tx53.dtsi | 510 MX53_PAD_EIM_D30__GPIO3_30 0x100 /* OC */ 523 MX53_PAD_GPIO_8__GPIO1_8 0x100 /* OC */
|
| /netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
| H A D | rfc4403.txt | 1804 OC uddiBusinessEntity 1813 OC uddiContact 1822 OC uddiAddress 1831 OC uddiBusinessService 1840 OC uddiBindingTemplate 1860 OC uddiTModelInstanceInfo 1869 OC uddiTModel 1878 OC uddiPublisherAssertion 1887 OC uddiv3Subscription 1896 OC uddiv3EntityObituary
|
| H A D | rfc2377.txt | 743 OC domain 754 OC organization 765 OC organizationalUnit 776 OC locality 795 OC organizationalPerson
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/80-test_policy_tree_data/ |
| H A D | large_policy_tree.pem | 243 gAy7GecLVbQw6eL8k1cGWwLt+wl3sn8he8fA0I+KoFfcOCgtvOF59RMXnjZ1+7OC
|