/freebsd/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 …]
|
/freebsd/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)
|
/freebsd/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 …]
|
/freebsd/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 lld [all...] |
/freebsd/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 | SBStreamExtensions.i | 1 %extend lldb::SBStream {
|
H A D | SBScriptObjectExtensions.i | 1 %extend lldb::SBScriptObject {
|
H A D | SBStringListExtensions.i | 1 %extend lldb::SBStringList {
|
H A D | SBTypeNameSpecifierExtensions.i | 2 %extend lldb::SBTypeNameSpecifier {
|
H A D | SBTypeFilterExtensions.i | 2 %extend lldb::SBTypeFilter {
|
H A D | SBTypeFormatExtensions.i | 2 %extend lldb::SBTypeFormat {
|
H A D | SBTypeSyntheticExtensions.i | 2 %extend lldb::SBTypeSynthetic {
|
H A D | SBDeclarationExtensions.i | 3 %extend lldb::SBDeclaration {
|
H A D | SBAddressRangeExtensions.i | 1 %extend lldb::SBAddressRange {
|
H A D | SBExecutionContextExtensions.i | 1 %extend lldb::SBExecutionContext {
|
H A D | SBTypeSummaryExtensions.i | 2 %extend lldb::SBTypeSummary {
|
H A D | SBUnixSignalsExtensions.i | 1 %extend lldb::SBUnixSignals {
|
H A D | SBCommandReturnObjectExtensions.i | 3 %extend lldb::SBCommandReturnObject {
|
H A D | SBCompileUnitExtensions.i | 3 %extend lldb::SBCompileUnit {
|
H A D | SBFileSpecExtensions.i | 3 %extend lldb::SBFileSpec {
|
/freebsd/contrib/llvm-project/lldb/bindings/ |
H A D | macros.swig | 2 %extend lldb:: ## Class ## { 17 %extend lldb:: ## Class ## {
|
/freebsd/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()
|
/freebsd/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)
|
/freebsd/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()
|