Home
last modified time | relevance | path

Searched refs:synth (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp424 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()
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dsilabs,si5341.txt92 - silabs,synth-master: boolean. If present, this output is allowed to change the
126 silabs,synth-master;
161 /* Set output 7 to 148.5 MHz using a synth frequency of 594 MHz */
169 * since output 0 is a synth-master, the synth will be automatically set
171 * frequency. We give control over synth 2 to this output here.
H A Dti,cdce706.txt30 cdce706: clock-synth@69 {
/freebsd/contrib/llvm-project/lld/MachO/
H A DUnwindInfoSection.cpp336 Symbol *&synth = personalityTable[{defined->isec(), defined->value}]; in canonicalizePersonality() local
337 if (synth == nullptr) in canonicalizePersonality()
338 synth = defined; in canonicalizePersonality()
339 else if (synth != defined) in canonicalizePersonality()
340 return synth; in canonicalizePersonality()
/freebsd/sys/contrib/device-tree/src/xtensa/
H A Dxtfpga.dtsi97 cdce706: clock-synth@69 {
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSSet.cpp314 CXXSyntheticChildren *synth, lldb::ValueObjectSP valobj_sp) { in NSSetSyntheticFrontEndCreator() argument
370 return iter->second(synth, valobj_sp); in NSSetSyntheticFrontEndCreator()
H A DNSArray.cpp778 CXXSyntheticChildren *synth, lldb::ValueObjectSP valobj_sp) { in NSArraySyntheticFrontEndCreator() argument
851 return iter->second(synth, valobj_sp); in NSArraySyntheticFrontEndCreator()
H A DNSDictionary.cpp504 CXXSyntheticChildren *synth, lldb::ValueObjectSP valobj_sp) { in NSDictionarySyntheticFrontEndCreator() argument
569 return candidate.second(synth, valobj_sp); in NSDictionarySyntheticFrontEndCreator()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dutility136 constexpr common_comparison_type_t<synth-three-way-result<T1,U1>,
137 synth-three-way-result<T2,U2>>
H A Dset252 synth-three-way-result<Key> operator<=>(const set<Key, Compare, Allocator>& x,
498 synth-three-way-result<Key> operator<=>(const multiset<Key, Compare, Allocator>& x,
H A Darray90 constexpr synth-three-way-result<T>
H A Dmap292 synth-three-way-result<pair<const Key, T>>
555 synth-three-way-result<pair<const Key, T>>
H A Dforward_list180 synth-three-way-result<T> operator<=>(const forward_list<T, Allocator>& x,
H A Dlist182 synth-three-way-result<T> operator<=>(const list<T, Allocator>& x,
/freebsd/contrib/llvm-project/libcxx/include/
H A Dutility136 constexpr common_comparison_type_t<synth-three-way-result<T1,U1>,
137 synth-three-way-result<T2,U2>>
H A Dvector280 constexpr synth-three-way-result<T> operator<=>(const vector<T, Allocator>& x,
H A Darray90 constexpr synth-three-way-result<T>
H A Dset252 synth-three-way-result<Key> operator<=>(const set<Key, Compare, Allocator>& x,
498 synth-three-way-result<Key> operator<=>(const multiset<Key, Compare, Allocator>& x,
H A Dmap292 synth-three-way-result<pair<const Key, T>>
555 synth-three-way-result<pair<const Key, T>>
H A Dforward_list180 synth-three-way-result<T> operator<=>(const forward_list<T, Allocator>& x,
H A Dtuple194 constexpr common_comparison_category_t<synth-three-way-result<T, U>...>
H A Dlist182 synth-three-way-result<T> operator<=>(const list<T, Allocator>& x,
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h2003 void setSynthesize(bool synth) { Synthesized = synth; } in setSynthesize() argument
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1334 bool synth = Record.readInt(); in VisitObjCIvarDecl() local
1335 IVD->setSynthesize(synth); in VisitObjCIvarDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticGroups.td794 def : DiagGroup<"synth">;

12