/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | PostOrderIterator.h | 43 // - By providing a custom SetType class, unwanted graph nodes can be excluded 57 template<class SetType, bool External> 59 SetType Visited; 73 template<class SetType> 74 class po_iterator_storage<SetType, true> { 75 SetType &Visited; 78 po_iterator_storage(SetType &VSet) : Visited(VSet) {} 94 class SetType = SmallPtrSet<typename GraphTraits<GraphT>::NodeRef, 8>, 96 class po_iterator : public po_iterator_storage<SetType, ExtStorage> { 121 po_iterator(NodeRef BB, SetType [all...] |
H A D | DepthFirstIterator.h | 49 template<class SetType, bool External> // Non-external set 52 SetType Visited; 55 template<class SetType> 56 class df_iterator_storage<SetType, true> { 58 df_iterator_storage(SetType &VSet) : Visited(VSet) {} in df_iterator_storage() 61 SetType &Visited; 82 class SetType = 85 class df_iterator : public df_iterator_storage<SetType, ExtStorage> { 112 inline df_iterator(NodeRef Node, SetType &S) in df_iterator() 113 : df_iterator_storage<SetType, ExtStorage>(S) { in df_iterator() [all …]
|
H A D | BreadthFirstIterator.h | 33 template <class SetType> class bf_iterator_storage { 35 SetType Visited; 44 class SetType = 47 class bf_iterator : public bf_iterator_storage<SetType> {
|
/freebsd/contrib/opencsd/decoder/source/etmv3/ |
H A D | trc_pkt_proc_etmv3_impl.cpp | 213 m_curr_packet.SetType(m_post_part_pkt_type); in outputPacket() 262 m_curr_packet.SetType(ETM3_PKT_A_SYNC); in waitForSync() 288 m_curr_packet.SetType(ETM3_PKT_NOTSYNC); // send unsynced data packet. in waitForSync() 300 m_curr_packet.SetType(ETM3_PKT_NOTSYNC); // send unsynced data packet. in waitForSync() 321 m_curr_packet.SetType(ETM3_PKT_BRANCH_ADDRESS); in processHeaderByte() 330 m_curr_packet.SetType(ETM3_PKT_BRANCH_OR_BYPASS_EOT); in processHeaderByte() 341 m_curr_packet.SetType(ETM3_PKT_P_HDR); in processHeaderByte() 352 m_curr_packet.SetType(ETM3_PKT_A_SYNC); in processHeaderByte() 356 m_curr_packet.SetType(ETM3_PKT_CYCLE_COUNT); in processHeaderByte() 360 m_curr_packet.SetType(ETM3_PKT_I_SYNC); in processHeaderByte() [all …]
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | make_hash.c | 211 #define SetType(n,t) \ macro 326 SetType(nn, BOOLEAN); in main() 329 SetType(nn, NUMBER); in main() 332 SetType(nn, STRING); in main()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | Type.cpp | 921 SetType(type_sp); in TypeImpl() 926 SetType(compiler_type); in TypeImpl() 931 SetType(type_sp, dynamic); in TypeImpl() 937 SetType(static_type, dynamic_type); in TypeImpl() 940 void TypeImpl::SetType(const lldb::TypeSP &type_sp) { in SetType() function in TypeImpl 951 void TypeImpl::SetType(const CompilerType &compiler_type) { in SetType() function in TypeImpl 956 void TypeImpl::SetType(const lldb::TypeSP &type_sp, in SetType() function in TypeImpl 958 SetType(type_sp); in SetType() 962 void TypeImpl::SetType(const CompilerType &compiler_type, in SetType() function in TypeImpl
|
/freebsd/contrib/opencsd/decoder/include/opencsd/ptm/ |
H A D | trc_pkt_elem_ptm.h | 63 void SetType(const ocsd_ptm_pkt_type p_type); 137 inline void PtmTrcPacket::SetType(const ocsd_ptm_pkt_type p_type) in SetType() function
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenDAGPatterns.cpp | 156 SetType &S = I.second; in constrain() 178 SetType &S = getOrCreate(I.first); in assign_if() 263 bool TypeSetByHwMode::intersect(SetType &Out, const SetType &In) { in intersect() 299 auto Leftovers = [&](const SetType &A, const SetType &B) { in intersect() 300 SetType Diff = A; in intersect() 306 SetType OutLeftovers = Leftovers(Out, In); in intersect() 318 SetType InLeftovers = Leftovers(In, Out); in intersect() 388 TypeSetByHwMode::SetType &S = I.second; in forceArbitrary() 502 TypeSetByHwMode::SetType &S = Small.get(M); in EnforceSmallerThan() 503 TypeSetByHwMode::SetType &B = Big.get(M); in EnforceSmallerThan() [all …]
|
H A D | CodeGenDAGPatterns.h | 188 using SetType = MachineValueTypeSet; member 200 SetType &getOrCreate(unsigned Mode) { return Map[Mode]; } in getOrCreate() 242 bool intersect(SetType &Out, const SetType &In); 321 void expandOverloads(TypeSetByHwMode::SetType &Out, 322 const TypeSetByHwMode::SetType &Legal) const;
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | Type.h | 602 void SetType(const lldb::TypeSP &type_sp); 604 void SetType(const CompilerType &compiler_type); 606 void SetType(const lldb::TypeSP &type_sp, const CompilerType &dynamic); 608 void SetType(const CompilerType &compiler_type, const CompilerType &dynamic);
|
H A D | Symbol.h | 170 void SetType(lldb::SymbolType type) { m_type = (lldb::SymbolType)type; } 169 void SetType(lldb::SymbolType type) { m_type = (lldb::SymbolType)type; } SetType() function
|
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv3/ |
H A D | trc_pkt_elem_etmv3.h | 74 void SetType(const ocsd_etmv3_pkt_type p_type); 181 inline void EtmV3TrcPacket::SetType(const ocsd_etmv3_pkt_type p_type) in SetType() function
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | RegisterValue.h | 95 void SetType(RegisterValue::Type type) { m_type = type; } 97 RegisterValue::Type SetType(const RegisterInfo ®_info); 93 void SetType(RegisterValue::Type type) { m_type = type; } SetType() function
|
H A D | Event.h | 208 void SetType(uint32_t new_type) { m_type = new_type; } in SetType() function
|
H A D | StructuredData.h | 91 void SetType(lldb::StructuredDataType t) { m_type = t; } 390 SetType(lldb::eStructuredDataTypeInvalid); 90 void SetType(lldb::StructuredDataType t) { m_type = t; } SetType() function
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | WatchpointResource.h | 39 void SetType(bool read, bool write);
|
H A D | BreakpointSite.h | 199 void SetType(BreakpointSite::Type type) { m_type = type; } 194 void SetType(BreakpointSite::Type type) { m_type = type; } SetType() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/ |
H A D | ObjectFileCOFF.cpp | 286 symbol.SetType(eSymbolTypeAbsolute); in ParseSymtab() 290 symbol.SetType(SymbolType(COFFSymRef)); in ParseSymtab()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/ |
H A D | SymbolVendorPECOFF.cpp | 102 dsym_objfile_sp->SetType(ObjectFile::eTypeDebugInfo); in CreateInstance()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/ |
H A D | SymbolVendorWasm.cpp | 102 sym_objfile_sp->SetType(ObjectFile::eTypeDebugInfo); in CreateInstance()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/ |
H A D | SymbolVendorELF.cpp | 104 dsym_objfile_sp->SetType(ObjectFile::eTypeDebugInfo); in CreateInstance()
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | WatchpointResource.cpp | 39 void WatchpointResource::SetType(bool read, bool write) { in SetType() function in WatchpointResource
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | asn1parse.y | 201 %type <type> SetType 345 | SetType 519 SetType : kw_SET '{' /* ComponentTypeLists */ ComponentTypeList '}'
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBFunction.cpp | 213 sb_type.ref().SetType(function_type->shared_from_this()); in GetType()
|
/freebsd/contrib/opencsd/decoder/source/ptm/ |
H A D | trc_pkt_proc_ptm.cpp | 220 m_curr_packet.SetType(PTM_PKT_NOTSYNC); in InitProcessorState() 371 m_curr_packet.SetType(PTM_PKT_A_SYNC); in waitASync()
|