/openbsd/gnu/usr.bin/binutils/gdb/testsuite/lib/ |
H A D | cp-support.exp | 394 set synth [lindex $list_synth $isynth] 395 set synth_count [lindex $synth 0] 396 set synth_access [lindex $synth 1] 397 set synth_re [lindex $synth 2] 415 set synth [list $synth_count $synth_access "$synth_re"] 416 set list_synth [lreplace $list_synth $isynth $isynth $synth]
|
/openbsd/gnu/llvm/lldb/source/API/ |
H A D | SBTypeCategory.cpp | 424 SBTypeSynthetic synth) { in AddTypeSynthetic() argument 425 LLDB_INSTRUMENT_VA(this, type_name, synth); in AddTypeSynthetic() 433 if (!synth.IsValid()) in AddTypeSynthetic() 442 if (synth.IsClassCode()) { in AddTypeSynthetic() 445 const char *script = synth.GetData(); in AddTypeSynthetic() 462 synth.SetClassName(output.c_str()); in AddTypeSynthetic() 470 m_opaque_sp->AddTypeSynthetic(type_name.GetSP(), synth.GetSP()); in AddTypeSynthetic()
|
/openbsd/gnu/llvm/lld/MachO/ |
H A D | UnwindInfoSection.cpp | 339 Symbol *&synth = personalityTable[{defined->isec, defined->value}]; in canonicalizePersonality() local 340 if (synth == nullptr) in canonicalizePersonality() 341 synth = defined; in canonicalizePersonality() 342 else if (synth != defined) in canonicalizePersonality() 343 return synth; in canonicalizePersonality()
|
/openbsd/gnu/llvm/lldb/examples/synthetic/recognizer_function/ |
H A D | lldb-commands | 3 type synth add --recognizer-function --python-class example.MessageChildProvider example.is_message…
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
H A D | 920625-1.c | 66 synth(sequence, n_insns + 1, values, n_values, in recurse() 82 synth(insn_t *sequence, in synth() function
|
/openbsd/gnu/llvm/libcxx/docs/Status/ |
H A D | SpaceshipProjects.csv | 5 | `[expos.only.func] <https://wg21.link/expos.only.func>`_,"| `synth-three-way <https://reviews.llv… 6 | `synth-three-way-result <https://reviews.llvm.org/D107721>`_",[cmp.concept],Kent Ross,|Complete|
|
/openbsd/gnu/llvm/lldb/source/Plugins/Language/ObjC/ |
H A D | NSSet.cpp | 341 CXXSyntheticChildren *synth, lldb::ValueObjectSP valobj_sp) { in NSSetSyntheticFrontEndCreator() argument 397 return iter->second(synth, valobj_sp); in NSSetSyntheticFrontEndCreator()
|
H A D | NSArray.cpp | 793 CXXSyntheticChildren *synth, lldb::ValueObjectSP valobj_sp) { in NSArraySyntheticFrontEndCreator() argument 866 return iter->second(synth, valobj_sp); in NSArraySyntheticFrontEndCreator()
|
H A D | NSDictionary.cpp | 520 CXXSyntheticChildren *synth, lldb::ValueObjectSP valobj_sp) { in NSDictionarySyntheticFrontEndCreator() argument 585 return candidate.second(synth, valobj_sp); in NSDictionarySyntheticFrontEndCreator()
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | utility | 127 constexpr common_comparison_type_t<synth-three-way-result<T1>, 128 synth-three-way-result<T2>>
|
H A D | tuple | 187 constexpr common_comparison_category_t<synth-three-way-result<T, U>...>
|
/openbsd/gnu/llvm/lldb/bindings/python/ |
H A D | CMakeLists.txt | 86 "${LLDB_SOURCE_DIR}/examples/summaries/synth.py"
|
/openbsd/gnu/usr.bin/perl/ext/B/B/ |
H A D | Concise.pm | 1019 my $synth = {"seq" => seq($lastnext), "class" => class($lastnext), 1023 print $walkHandle fmt_line($synth, $op, $gotofmt, $level+1);
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | DeclObjC.h | 1994 void setSynthesize(bool synth) { Synthesized = synth; } in setSynthesize() argument
|
/openbsd/gnu/gcc/gcc/config/rs6000/ |
H A D | rs6000.c | 14061 rtx synth, offset, reg, real2; in spe_synthesize_frame_save() local 14089 synth = copy_rtx (real2); in spe_synthesize_frame_save() 14097 reg = SET_SRC (synth); in spe_synthesize_frame_save() 14099 synth = replace_rtx (synth, reg, in spe_synthesize_frame_save() 14102 offset = XEXP (XEXP (SET_DEST (synth), 0), 1); in spe_synthesize_frame_save() 14103 synth = replace_rtx (synth, offset, in spe_synthesize_frame_save() 14107 RTX_FRAME_RELATED_P (synth) = 1; in spe_synthesize_frame_save() 14110 real = gen_rtx_PARALLEL (VOIDmode, gen_rtvec (2, synth, real2)); in spe_synthesize_frame_save() 14112 real = gen_rtx_PARALLEL (VOIDmode, gen_rtvec (2, real2, synth)); in spe_synthesize_frame_save()
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | ChangeLog-2004 | 622 also synthsyms. Free synthsyms and clear {sym,dynsym,synth}count
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 1293 bool synth = Record.readInt(); in VisitObjCIvarDecl() local 1294 IVD->setSynthesize(synth); in VisitObjCIvarDecl()
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | DiagnosticGroups.td | 617 def : DiagGroup<"synth">;
|
/openbsd/gnu/llvm/lldb/source/Commands/ |
H A D | Options.td | 1221 let Command = "type synth add" in {
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | ChangeLog-1997 | 2476 * lex.c (cons_up_default_function): Fix return type of synth op=.
|
H A D | ChangeLog-1996 | 3254 #if 0'd synth code.
|
/openbsd/gnu/usr.bin/binutils/ |
H A D | md5.sum | 3322 a6b1a41bb26dc70e130bc42ef7133cc7 gas/testsuite/gas/sparc/synth.d 3323 0e0dead95b89c31c1ed49b21c430bc1a gas/testsuite/gas/sparc/synth.s
|
/openbsd/gnu/usr.bin/binutils-2.17/ |
H A D | md5.sum | 4068 a6b1a41bb26dc70e130bc42ef7133cc7 gas/testsuite/gas/sparc/synth.d 4069 0e0dead95b89c31c1ed49b21c430bc1a gas/testsuite/gas/sparc/synth.s
|
/openbsd/usr.sbin/nsd/doc/ |
H A D | ChangeLog | 3328 Also CNAME and DNAME replies contain only that record (and synth
|
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | ChangeLog | 2143 (print_method_info): Removed `synth' argument. 5260 * gjavah.c (print_method_info): Added `synth' parameter. Skip
|