/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | ValueTypes.cpp | 39 VT.LLVMTy = IntegerType::get(Context, BitWidth); in getExtendedIntegerVT() 48 VectorType::get(VT.getTypeForEVT(Context), NumElements, IsScalable); in getExtendedVectorVT() 55 ResultVT.LLVMTy = VectorType::get(VT.getTypeForEVT(Context), EC); in getExtendedVectorVT() 196 case MVT::i128: return IntegerType::get(Context, 128); in getTypeForEVT() 206 case MVT::i64x8: return IntegerType::get(Context, 512); in getTypeForEVT() 209 return PointerType::get(StructType::create(Context), 10); in getTypeForEVT() 212 return PointerType::get(Type::getInt8Ty(Context), 20); in getTypeForEVT() 214 return FixedVectorType::get(Type::getInt1Ty(Context), 1); in getTypeForEVT() 216 return FixedVectorType::get(Type::getInt1Ty(Context), 2); in getTypeForEVT() 218 return FixedVectorType::get(Type::getInt1Ty(Context), 4); in getTypeForEVT() [all …]
|
/openbsd-src/gnu/usr.bin/perl/dist/Test/t/ |
H A D | multiline.t | 16 Get back, get back 17 Get back to where you once belonged 18 Get back, get back 19 Get back to where you once belonged 20 Get back Jojo Go home 21 Get back, get back 23 Get back, get back 25 Get back Jo 33 Get back, get back 34 Get back to where you once belonged [all …]
|
/openbsd-src/gnu/llvm/clang/lib/Format/ |
H A D | FormatToken.h | 929 kw_final = &IdentTable.get("final"); in AdditionalKeywords() 930 kw_override = &IdentTable.get("override"); in AdditionalKeywords() 931 kw_in = &IdentTable.get("in"); in AdditionalKeywords() 932 kw_of = &IdentTable.get("of"); in AdditionalKeywords() 933 kw_CF_CLOSED_ENUM = &IdentTable.get("CF_CLOSED_ENUM"); in AdditionalKeywords() 934 kw_CF_ENUM = &IdentTable.get("CF_ENUM"); in AdditionalKeywords() 935 kw_CF_OPTIONS = &IdentTable.get("CF_OPTIONS"); in AdditionalKeywords() 936 kw_NS_CLOSED_ENUM = &IdentTable.get("NS_CLOSED_ENUM"); in AdditionalKeywords() 937 kw_NS_ENUM = &IdentTable.get("NS_ENUM"); in AdditionalKeywords() 938 kw_NS_OPTIONS = &IdentTable.get("NS_OPTIONS"); in AdditionalKeywords() [all …]
|
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | RNBServices.cpp | 36 // Running as root, get all processes in GetProcesses() 72 // Get the process id for the app (if there is one) in GetProcesses() 76 ::CFDictionarySetValue(appInfoDict.get(), DTSERVICES_APP_PID_KEY, in GetProcesses() 77 pidCFNumber.get()); in GetProcesses() 80 ::CFDictionarySetValue(appInfoDict.get(), DTSERVICES_APP_FRONTMOST_KEY, in GetProcesses() 105 if (cf_pid_path.get()) in GetProcesses() 106 ::CFDictionarySetValue(appInfoDict.get(), DTSERVICES_APP_PATH_KEY, in GetProcesses() 107 cf_pid_path.get()); in GetProcesses() 112 ::CFDictionarySetValue(appInfoDict.get(), in GetProcesses() 113 DTSERVICES_APP_DISPLAY_NAME_KEY, pid_name.get()); in GetProcesses() [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | MDBuilder.cpp | 21 return MDString::get(Context, Str); in createString() 25 return ConstantAsMetadata::get(C); in createConstant() 33 createConstant(ConstantFP::get(Type::getFloatTy(Context), Accuracy)); in createFPMath() 34 return MDNode::get(Context, Op); in createFPMath() 50 Vals[i + 1] = createConstant(ConstantInt::get(Int32Ty, Weights[i])); in createBranchWeights() 52 return MDNode::get(Context, Vals); in createBranchWeights() 56 return MDNode::get(Context, std::nullopt); in createUnpredictable() 68 Ops.push_back(createConstant(ConstantInt::get(Int64Ty, Count))); in createFunctionEntryCount() 73 Ops.push_back(createConstant(ConstantInt::get(Int64Ty, ID))); in createFunctionEntryCount() 75 return MDNode::get(Context, Ops); in createFunctionEntryCount() [all …]
|
H A D | DIBuilder.cpp | 60 MDTuple *Temp = SP->getRetainedNodes().get(); in finalizeSubprogram() 76 TempMDTuple(Temp)->replaceAllUsesWith(Node.get()); in finalizeSubprogram() 87 CUNode->replaceEnumTypes(MDTuple::get( in finalize() 102 CUNode->replaceRetainedTypes(MDTuple::get(VMContext, RetainValues)); in finalize() 104 DISubprogramArray SPs = MDTuple::get(VMContext, AllSubprograms); in finalize() 112 CUNode->replaceGlobalVariables(MDTuple::get(VMContext, AllGVs)); in finalize() 115 CUNode->replaceImportedEntities(MDTuple::get( in finalize() 122 CUNode->replaceMacros(MDTuple::get(VMContext, I.second.getArrayRef())); in finalize() 127 auto *MF = DIMacroFile::get(VMContext, dwarf::DW_MACINFO_start_file, in finalize() 185 auto *M = DIImportedEntity::get(C, Tag, Context, cast_or_null<DINode>(NS), in createImportedModule() [all …]
|
/openbsd-src/sys/sys/ |
H A D | sockio.h | 43 #define SIOCGPGRP _IOR('s', 9, int) /* get process group */ 46 #define SIOCGIFADDR _IOWR('i', 33, struct ifreq) /* get ifnet address */ 48 #define SIOCGIFDSTADDR _IOWR('i', 34, struct ifreq) /* get p-p address */ 50 #define SIOCGIFFLAGS _IOWR('i', 17, struct ifreq) /* get ifnet flags */ 51 #define SIOCGIFBRDADDR _IOWR('i', 35, struct ifreq) /* get broadcast addr */ 53 #define SIOCGIFCONF _IOWR('i', 36, struct ifconf) /* get ifnet list */ 54 #define SIOCGIFNETMASK _IOWR('i', 37, struct ifreq) /* get net addr mask */ 56 #define SIOCGIFMETRIC _IOWR('i', 23, struct ifreq) /* get IF metric */ 60 #define SIOCGIFDATA _IOWR('i', 27, struct ifreq) /* get if_data */ 70 #define SIOCGIFMEDIA _IOWR('i', 56, struct ifmediareq) /* get net media */ [all …]
|
/openbsd-src/gnu/llvm/lldb/source/Host/macosx/cfcpp/ |
H A D | CFCMutableDictionary.cpp | 31 CFMutableDictionaryRef dict = get(); in GetCount() 40 CFMutableDictionaryRef dict = get(); in GetCountOfKey() 49 CFMutableDictionaryRef dict = get(); in GetCountOfValue() 57 CFMutableDictionaryRef dict = get(); in GetKeysAndValues() 65 CFMutableDictionaryRef dict = get(); in GetValue() 74 CFMutableDictionaryRef dict = get(); in GetValueIfPresent() 81 CFMutableDictionaryRef dict = get(); in Dictionary() 119 if (cf_number.get()) { in AddValueSInt8() 121 ::CFDictionaryAddValue(dict, key, cf_number.get()); in AddValueSInt8() 134 if (cf_number.get()) { in SetValueSInt8() [all …]
|
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_md5.cpp | 28 #define GET(n) \ macro 74 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body() 75 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body() 76 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14) in body() 77 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20) in body() 78 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body() 79 STEP(G, d, a, b, c, GET(10), 0x02441453, 9) in body() 80 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14) in body() 81 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20) in body() 82 STEP(G, a, b, c, d, GET(9), 0x21e1cde6, 5) in body() [all …]
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | LocalizationChecker.cpp | 139 UIMethods.insert({&Ctx.Idents.get(#receiver), \ 144 {Ctx.Selectors.getNullarySelector(&Ctx.Idents.get(#method)), argument}); 147 {Ctx.Selectors.getUnarySelector(&Ctx.Idents.get(#method)), argument}); 163 &Ctx.Idents.get("initWithTitle"), &Ctx.Idents.get("image"), in initUIMethods() 164 &Ctx.Idents.get("tag")}; in initUIMethods() 167 &Ctx.Idents.get("initWithTitle"), &Ctx.Idents.get("image"), in initUIMethods() 168 &Ctx.Idents.get("selectedImage")}; in initUIMethods() 180 &Ctx.Idents.get("rowActionWithStyle"), &Ctx.Idents.get("title"), in initUIMethods() 181 &Ctx.Idents.get("handler")}; in initUIMethods() 192 &Ctx.Idents.get("radioButtonWithTitle"), &Ctx.Idents.get("target"), in initUIMethods() [all …]
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | NSAPI.cpp | 38 return (ClassIds[K] = &Ctx.Idents.get(ClassName[K])); in getNSClassId() 48 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithString")); in getNSStringSelector() 52 &Ctx.Idents.get("stringWithUTF8String")); in getNSStringSelector() 56 &Ctx.Idents.get("initWithUTF8String")); in getNSStringSelector() 60 &Ctx.Idents.get("stringWithCString"), in getNSStringSelector() 61 &Ctx.Idents.get("encoding") in getNSStringSelector() 67 Sel= Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithCString")); in getNSStringSelector() 70 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithString")); in getNSStringSelector() 84 Sel = Ctx.Selectors.getNullarySelector(&Ctx.Idents.get("array")); in getNSArraySelector() 87 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithArray")); in getNSArraySelector() [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | MD5.cpp | 73 #define GET(n) (InternalState.block[(n)]) macro 117 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body() 118 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body() 119 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14) in body() 120 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20) in body() 121 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body() 122 STEP(G, d, a, b, c, GET(10), 0x02441453, 9) in body() 123 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14) in body() 124 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20) in body() 125 STEP(G, a, b, c, d, GET(9), 0x21e1cde6, 5) in body() [all …]
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGLoopInfo.cpp | 52 MDNode::get(Ctx, {MDString::get(Ctx, "llvm.loop.pipeline.disable"), in createPipeliningMetadata() 53 ConstantAsMetadata::get(ConstantInt::get( in createPipeliningMetadata() 66 MDString::get(Ctx, "llvm.loop.pipeline.initiationinterval"), in createPipeliningMetadata() 67 ConstantAsMetadata::get(ConstantInt::get( in createPipeliningMetadata() 69 Args.push_back(MDNode::get(Ctx, Vals)); in createPipeliningMetadata() 108 MDNode::get(Ctx, MDString::get(Ctx, "llvm.loop.unroll.disable"))); in createPartialUnrollMetadata() 120 Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.unroll.count"), in createPartialUnrollMetadata() 121 ConstantAsMetadata::get(ConstantInt::get( in createPartialUnrollMetadata() 123 Args.push_back(MDNode::get(Ctx, Vals)); in createPartialUnrollMetadata() 128 Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.unroll.enable")}; in createPartialUnrollMetadata() [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerBrUnless.cpp | 80 Def->setDesc(TII.get(NE_I32)); in runOnMachineFunction() 84 Def->setDesc(TII.get(EQ_I32)); in runOnMachineFunction() 88 Def->setDesc(TII.get(LE_S_I32)); in runOnMachineFunction() 92 Def->setDesc(TII.get(LT_S_I32)); in runOnMachineFunction() 96 Def->setDesc(TII.get(GE_S_I32)); in runOnMachineFunction() 100 Def->setDesc(TII.get(GT_S_I32)); in runOnMachineFunction() 104 Def->setDesc(TII.get(LE_U_I32)); in runOnMachineFunction() 108 Def->setDesc(TII.get(LT_U_I32)); in runOnMachineFunction() 112 Def->setDesc(TII.get(GE_U_I32)); in runOnMachineFunction() 116 Def->setDesc(TII.get(GT_U_I32)); in runOnMachineFunction() [all …]
|
/openbsd-src/regress/usr.bin/ssh/ |
H A D | sftp-cmds.sh | 6 # - -p flag for get & put 62 verbose "$tid: get" 63 echo "get $DATA $COPY" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \ 64 || fail "get failed" 65 cmp $DATA ${COPY} || fail "corrupted copy after get" 68 verbose "$tid: get quoted" 69 echo "get \"$DATA\" $COPY" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \ 70 || fail "get failed" 71 cmp $DATA ${COPY} || fail "corrupted copy after get" 75 verbose "$tid: get filename with quotes" [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCReturnProtectorLowering.cpp | 64 // Get the return address into LRReg in insertReturnProtectorPrologue() 65 BuildMI(MBB, MI, MBBDL, TII->get(MFLR), LRReg); in insertReturnProtectorPrologue() 67 BuildMI(MBB, MI, MBBDL, TII->get(PPC::ADDIStocHA8), REG) in insertReturnProtectorPrologue() 70 BuildMI(MBB, MI, MBBDL, TII->get(PPC::LD), REG) in insertReturnProtectorPrologue() 74 BuildMI(MBB, MI, MBBDL, TII->get(XOR), REG) in insertReturnProtectorPrologue() 81 // Get LR into a register, and get PC into another register in insertReturnProtectorPrologue() 82 BuildMI(MBB, MI, MBBDL, TII->get(PPC::RETGUARD_LOAD_PC), REG) in insertReturnProtectorPrologue() 85 // Get the random cookie address into REG in insertReturnProtectorPrologue() 86 BuildMI(MBB, MI, MBBDL, TII->get(PPC::RETGUARD_LOAD_GOT), REG) in insertReturnProtectorPrologue() 89 BuildMI(MBB, MI, MBBDL, TII->get(PPC::LWZtoc), REG) in insertReturnProtectorPrologue() [all …]
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
H A D | MPIFunctionClassifier.cpp | 30 IdentInfo_MPI_Send = &ASTCtx.Idents.get("MPI_Send"); in initPointToPointIdentifiers() 35 IdentInfo_MPI_Isend = &ASTCtx.Idents.get("MPI_Isend"); in initPointToPointIdentifiers() 41 IdentInfo_MPI_Ssend = &ASTCtx.Idents.get("MPI_Ssend"); in initPointToPointIdentifiers() 46 IdentInfo_MPI_Issend = &ASTCtx.Idents.get("MPI_Issend"); in initPointToPointIdentifiers() 52 IdentInfo_MPI_Bsend = &ASTCtx.Idents.get("MPI_Bsend"); in initPointToPointIdentifiers() 57 IdentInfo_MPI_Ibsend = &ASTCtx.Idents.get("MPI_Ibsend"); in initPointToPointIdentifiers() 63 IdentInfo_MPI_Rsend = &ASTCtx.Idents.get("MPI_Rsend"); in initPointToPointIdentifiers() 68 IdentInfo_MPI_Irsend = &ASTCtx.Idents.get("MPI_Irsend"); in initPointToPointIdentifiers() 73 IdentInfo_MPI_Recv = &ASTCtx.Idents.get("MPI_Recv"); in initPointToPointIdentifiers() 78 IdentInfo_MPI_Irecv = &ASTCtx.Idents.get("MPI_Irecv"); in initPointToPointIdentifiers() [all …]
|
/openbsd-src/regress/lib/libagentx/ |
H A D | Makefile | 55 [ "$$(snmp get -v2c -cpublic -Ov 127.0.0.1:6161 openbsd.100.0)" = "${NOOBJECT}" ] 59 [ "$$(snmp get -v2c -cpublic -Ov 127.0.0.1:6161 openbsd.100.0.0)" = "${NOOBJECT}" ] 63 [ "$$(snmp get -v2c -cpublic -Ov 127.0.0.1:6161 openbsd.100.0.0.1)" = "${NOOBJECT}" ] 67 [ "$$(snmp get -v2c -cpublic -Ov 127.0.0.1:6161 openbsd.100.0.1)" = "${NOOBJECT}" ] 71 [ "$$(snmp get -v2c -cpublic -Ov 127.0.0.1:6161 openbsd.100)" = "${NOOBJECT}" ] 75 [ "$$(snmp get -v2c -cpublic -Ov 127.0.0.1:6161 openbsd.100.1)" = "${NOINSTANCE}" ] 79 [ "$$(snmp get -v2c -cpublic -Ov 127.0.0.1:6161 openbsd.100.1.0)" = "INTEGER: 1" ] 83 [ "$$(snmp get -v2c -cpublic -Ov 127.0.0.1:6161 openbsd.100.1.0.1)" = "${NOINSTANCE}" ] 87 [ "$$(snmp get -v2c -cpublic -Ov 127.0.0.1:6161 openbsd.100.1.1)" = "${NOINSTANCE}" ] 91 [ "$$(snmp get -v2c -cpublic -Ov 127.0.0.1:6161 openbsd.100.2)" = "${NOINSTANCE}" ] [all …]
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/PBQP/ |
H A D | Math.h | 36 std::fill(Data.get(), Data.get() + Length, InitVal); in Vector() 42 std::copy(V.Data.get(), V.Data.get() + Length, Data.get()); in Vector() 56 return std::equal(Data.get(), Data.get() + Length, V.Data.get()); 83 std::transform(Data.get(), Data.get() + Length, V.Data.get(), Data.get(), 91 return std::min_element(Data.get(), Data.get() + Length) - Data.get(); in minIndex() 101 unsigned *VBegin = reinterpret_cast<unsigned*>(V.Data.get()); in hash_value() 102 unsigned *VEnd = reinterpret_cast<unsigned*>(V.Data.get() + V.Length); in hash_value() 136 std::fill(Data.get(), Data.get() + (Rows * Cols), InitVal); in Matrix() 143 std::copy(M.Data.get(), M.Data.get() + (Rows * Cols), Data.get()); in Matrix() 157 return std::equal(Data.get(), Data.get() + (Rows * Cols), M.Data.get()); [all …]
|
/openbsd-src/gnu/llvm/clang/utils/TableGen/ |
H A D | ASTTableGen.h | 95 llvm::Record *get() const { in get() function 106 return get()->getLoc(); in getLoc() 111 return get()->isSubClassOf(className); in isSubClassOf() 117 ? NodeClass(get()) : NodeClass()); in getAs() 122 return lhs.get()->getName() < rhs.get()->getName(); 163 return get()->getName(); in getName() 168 return get()->getValueAsOptionalDef(BaseFieldName); in getBase() 173 return get()->getValueAsBit(AbstractFieldName); in isAbstract() 254 return get()->isAnonymous(); in isGenericSpecialization() 260 return get()->getName(); in getAbstractTypeName() [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsReturnProtectorLowering.cpp | 58 BuildMI(MBB, MI, MBBDL, TII->get(Mips::LUi64), TempReg1) in insertReturnProtectorPrologue() 60 BuildMI(MBB, MI, MBBDL, TII->get(Mips::LUi64), TempReg2) in insertReturnProtectorPrologue() 62 BuildMI(MBB, MI, MBBDL, TII->get(Mips::DADDu), TempReg1) in insertReturnProtectorPrologue() 65 BuildMI(MBB, MI, MBBDL, TII->get(Mips::DADDiu), TempReg2) in insertReturnProtectorPrologue() 68 BuildMI(MBB, MI, MBBDL, TII->get(Mips::DADDu), TempReg1) in insertReturnProtectorPrologue() 71 BuildMI(MBB, MI, MBBDL, TII->get(Mips::LD), REG) in insertReturnProtectorPrologue() 74 BuildMI(MBB, MI, MBBDL, TII->get(Mips::LD), REG) in insertReturnProtectorPrologue() 80 BuildMI(MBB, MI, MBBDL, TII->get(Mips::LUi64), TempReg1) in insertReturnProtectorPrologue() 82 BuildMI(MBB, MI, MBBDL, TII->get(Mips::LUi64), TempReg2) in insertReturnProtectorPrologue() 84 BuildMI(MBB, MI, MBBDL, TII->get(Mips::DADDiu), TempReg1) in insertReturnProtectorPrologue() [all …]
|
/openbsd-src/gnu/llvm/clang/tools/clang-linker-wrapper/ |
H A D | OffloadWrapper.cpp | 169 ConstantAggregateZero::get(ArrayType::get(getEntryTy(M), 0u)); in createBinDesc() 176 auto *Zero = ConstantInt::get(getSizeTTy(M), 0u); in createBinDesc() 183 auto *Data = ConstantDataArray::get(C, Buf); in createBinDesc() 191 auto *Size = ConstantInt::get(getSizeTTy(M), Buf.size()); in createBinDesc() 199 ImagesInits.push_back(ConstantStruct::get(getDeviceImageTy(M), ImageB, in createBinDesc() 204 auto *ImagesData = ConstantArray::get( in createBinDesc() 205 ArrayType::get(getDeviceImageTy(M), ImagesInits.size()), ImagesInits); in createBinDesc() 217 auto *DescInit = ConstantStruct::get( in createBinDesc() 219 ConstantInt::get(Type::getInt32Ty(C), ImagesInits.size()), ImagesB, in createBinDesc() 229 auto *FuncTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg*/ false); in createRegisterFunction() [all …]
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
H A D | PrettyFunctionDumper.cpp | 47 WithColor(Printer, PDB_ColorItem::Type).get() << ClassParent->getName(); in dumpClassParentWithScopeOperator() 77 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in start() 80 WithColor(Printer, PDB_ColorItem::Identifier).get() in start() 87 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in start() 89 WithColor(Printer, PDB_ColorItem::Identifier).get() in start() 98 WithColor(Printer, PDB_ColorItem::Identifier).get() << Name; in start() 114 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const"; in start() 116 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile"; in start() 124 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(FuncStart, 10); in start() 127 WithColor(Printer, PDB_ColorItem::Offset).get() in start() [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
H A D | M68kExpandPseudo.cpp | 106 return TII->ExpandMOVSZX_RM(MIB, true, TII->get(M68k::MOV8dj), MVT::i16, in ExpandMI() 109 return TII->ExpandMOVSZX_RM(MIB, true, TII->get(M68k::MOV8dj), MVT::i32, in ExpandMI() 112 return TII->ExpandMOVSZX_RM(MIB, true, TII->get(M68k::MOV16rj), MVT::i32, in ExpandMI() 116 return TII->ExpandMOVSZX_RM(MIB, false, TII->get(M68k::MOV8dj), MVT::i16, in ExpandMI() 119 return TII->ExpandMOVSZX_RM(MIB, false, TII->get(M68k::MOV8dj), MVT::i32, in ExpandMI() 122 return TII->ExpandMOVSZX_RM(MIB, false, TII->get(M68k::MOV16rj), MVT::i32, in ExpandMI() 126 return TII->ExpandMOVSZX_RM(MIB, true, TII->get(M68k::MOV8dp), MVT::i16, in ExpandMI() 129 return TII->ExpandMOVSZX_RM(MIB, true, TII->get(M68k::MOV8dp), MVT::i32, in ExpandMI() 132 return TII->ExpandMOVSZX_RM(MIB, true, TII->get(M68k::MOV16rp), MVT::i32, in ExpandMI() 136 return TII->ExpandMOVSZX_RM(MIB, false, TII->get(M68k::MOV8dp), MVT::i16, in ExpandMI() [all …]
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/ |
H A D | num_get_members_char.cc | 84 iterator_type os_it01 = ng.get(os_it00, 0, iss, err, b1); in test01() 90 ng.get(iss.rdbuf(), 0, iss, err, b0); in test01() 100 ng.get(iss.rdbuf(), 0, iss, err, b0); in test01() 108 ng.get(iss.rdbuf(), 0, iss, err, b1); in test01() 117 ng.get(iss.rdbuf(), 0, iss, err, l); in test01() 124 ng.get(iss.rdbuf(), 0, iss, err, l); in test01() 133 ng.get(iss.rdbuf(), 0, iss, err, ul); in test01() 140 ng.get(iss.rdbuf(), 0, iss, err, ul); in test01() 151 ng.get(iss.rdbuf(), 0, iss, err, ul); in test01() 162 ng.get(iss.rdbuf(), 0, iss, err, d); in test01() [all …]
|