| /src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrAtomics.td | 83 ro_Wextend16:$extend)), 84 (LDRHHroW GPR64sp:$Rn, GPR32:$Rm, ro_Wextend16:$extend)>; 86 ro_Xextend16:$extend)), 87 (LDRHHroX GPR64sp:$Rn, GPR64:$Rm, ro_Xextend16:$extend)>; 99 ro_Wextend32:$extend)), 100 (LDRWroW GPR64sp:$Rn, GPR32:$Rm, ro_Wextend32:$extend)>; 102 ro_Xextend32:$extend)), 103 (LDRWroX GPR64sp:$Rn, GPR64:$Rm, ro_Xextend32:$extend)>; 115 ro_Wextend64:$extend)), 116 (LDRXroW GPR64sp:$Rn, GPR32:$Rm, ro_Wextend64:$extend)>; [all …]
|
| /src/contrib/googletest/googletest/test/ |
| H A D | googletest-shuffle-test.py | 132 ALL_TESTS.extend( 137 ACTIVE_TESTS.extend(GetTestsForAllIterations({}, [])[0]) 140 FILTERED_TESTS.extend( 145 SHARDED_TESTS.extend( 152 SHUFFLED_ALL_TESTS.extend( 159 SHUFFLED_ACTIVE_TESTS.extend( 164 SHUFFLED_FILTERED_TESTS.extend( 171 SHUFFLED_SHARDED_TESTS.extend( 372 sorted_active_tests.extend(ACTIVE_TESTS)
|
| /src/usr.bin/rpcgen/ |
| H A D | rpc_main.c | 463 c_output(const char *infile, const char *define, int extend, const char *outfile) in c_output() argument 472 outfilename = extend ? extendfile(infile, outfile) : outfile; in c_output() 485 if (extend && tell == ftell(fout)) { in c_output() 567 h_output(const char *infile, const char *define, int extend, const char *outfile, int headeronly) in h_output() argument 578 outfilename = extend ? extendfile(infile, outfile) : outfile; in h_output() 637 if (extend && tell == ftell(fout)) { in h_output() 656 int extend, const char *outfile, int nomain, int netflag) in s_output() argument 664 outfilename = extend ? extendfile(infile, outfile) : outfile; in s_output() 723 if (extend && !foundprogram) { in s_output() 742 l_output(const char *infile, const char *define, int extend, const char *outfile) in l_output() argument [all …]
|
| /src/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python-extensions.swig | 1 %extend lldb::SBBreakpoint { 17 %extend lldb::SBBroadcaster { 33 %extend lldb::SBCommandReturnObject { 48 %extend lldb::SBCompileUnit { 64 %extend lldb::SBDeclaration { 80 %extend lldb::SBFunction { 96 %extend lldb::SBLineEntry { 112 %extend lldb::SBModule { 128 %extend lldb::SBSection { 143 %extend lldb::SBStream { [all …]
|
| /src/contrib/llvm-project/lldb/bindings/ |
| H A D | macros.swig | 2 %extend lldb:: ## Class ## { 17 %extend lldb:: ## Class ## {
|
| /src/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBTypeEnumMemberExtensions.i | 2 %extend lldb::SBTypeEnumMember { 21 %extend lldb::SBTypeEnumMemberList {
|
| H A D | SBTypeExtensions.i | 2 %extend lldb::SBTypeMember { 22 %extend lldb::SBTypeMemberFunction { 36 %extend lldb::SBType { 146 %extend lldb::SBTypeList {
|
| H A D | SBQueueItemExtensions.i | 1 %extend lldb::SBQueueItem {
|
| H A D | SBBreakpointListExtensions.i | 1 %extend lldb::SBBreakpointList {
|
| H A D | SBMemoryRegionInfoListExtensions.i | 1 %extend lldb::SBMemoryRegionInfoList {
|
| H A D | SBStringListExtensions.i | 1 %extend lldb::SBStringList {
|
| H A D | SBThreadCollectionExtensions.i | 1 %extend lldb::SBThreadCollection {
|
| H A D | SBProcessInfoListExtensions.i | 1 %extend lldb::SBProcessInfoList {
|
| H A D | SBFileSpecListExtensions.i | 3 %extend lldb::SBFileSpecList {
|
| H A D | SBModuleSpecListExtensions.i | 3 %extend lldb::SBModuleSpecList {
|
| H A D | SBStreamExtensions.i | 1 %extend lldb::SBStream {
|
| H A D | SBStructuredDataExtensions.i | 3 %extend lldb::SBStructuredData {
|
| H A D | SBAddressRangeExtensions.i | 1 %extend lldb::SBAddressRange {
|
| H A D | SBExecutionContextExtensions.i | 1 %extend lldb::SBExecutionContext {
|
| H A D | SBCommandReturnObjectExtensions.i | 3 %extend lldb::SBCommandReturnObject {
|
| H A D | SBBroadcastExtensions.i | 1 %extend lldb::SBBroadcaster {
|
| /src/sys/arm64/arm64/ |
| H A D | disassem.c | 507 const char *extend; in disasm() local 513 extend = NULL; in disasm() 740 extend = arm64_disasm_reg_extend(sf, option, rd, rn, imm); in disasm() 755 if (extend != NULL) in disasm() 756 di->di_printf(", %s #%d", extend, imm); in disasm()
|
| /src/contrib/unbound/pythonmod/ |
| H A D | interface.i | 214 %extend query_info { 264 %extend packed_rrset_key { 372 %extend packed_rrset_data { 448 %extend reply_info { 592 %extend sockaddr_storage { 631 %extend comm_reply { 672 %extend edns_option { 705 %extend edns_data { 769 %extend module_env { 920 %extend module_qstate { [all …]
|
| /src/crypto/heimdal/lib/wind/ |
| H A D | gen-normalize.py | 115 normalizeValTable.extend(vec) # [("0x%s" % i) for i in vec]) 192 next_table.extend(n)
|
| /src/contrib/llvm-project/llvm/lib/Support/ |
| H A D | APFixedPoint.cpp | 40 NewVal = NewVal.extend(NewVal.getBitWidth() + RelativeUpscale); in convert() 394 IntPart = IntPart.extend(IntPart.getBitWidth() + Lsb); in toString() 461 Result = Result.extend(DstWidth); in convertToInt() 463 DstMin = DstMin.extend(SrcWidth); in convertToInt() 464 DstMax = DstMax.extend(SrcWidth); in convertToInt()
|