| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | PostOrderIterator.h | 58 template<class SetType, bool External> 60 SetType Visited; 74 template<class SetType> 75 class po_iterator_storage<SetType, true> { 76 SetType &Visited; 79 po_iterator_storage(SetType &VSet) : Visited(VSet) {} in po_iterator_storage() 95 class SetType = SmallPtrSet<typename GraphTraits<GraphT>::NodeRef, 8>, 97 class po_iterator : public po_iterator_storage<SetType, ExtStorage> { 121 po_iterator(NodeRef BB, SetType &S) in po_iterator() 122 : po_iterator_storage<SetType, ExtStorage>(S) { in po_iterator() [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> {
|
| /openbsd-src/lib/libcurses/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()
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | Type.cpp | 823 SetType(type_sp); in TypeImpl() 828 SetType(compiler_type); in TypeImpl() 833 SetType(type_sp, dynamic); in TypeImpl() 839 SetType(static_type, dynamic_type); in TypeImpl() 842 void TypeImpl::SetType(const lldb::TypeSP &type_sp) { in SetType() function in TypeImpl 853 void TypeImpl::SetType(const CompilerType &compiler_type) { in SetType() function in TypeImpl 858 void TypeImpl::SetType(const lldb::TypeSP &type_sp, in SetType() function in TypeImpl 860 SetType(type_sp); in SetType() 864 void TypeImpl::SetType(const CompilerType &compiler_type, in SetType() function in TypeImpl
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | Type.h | 271 void SetType(const lldb::TypeSP &type_sp); 273 void SetType(const CompilerType &compiler_type); 275 void SetType(const lldb::TypeSP &type_sp, const CompilerType &dynamic); 277 void SetType(const CompilerType &compiler_type, const CompilerType &dynamic);
|
| H A D | Symbol.h | 155 void SetType(lldb::SymbolType type) { m_type = (lldb::SymbolType)type; } in SetType() function
|
| H A D | ObjectFile.h | 578 virtual void SetType(Type type) { m_type = type; } in SetType() function
|
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.cpp | 164 SetType &S = I.second; in constrain() 187 SetType &S = getOrCreate(I.first); in assign_if() 274 bool TypeSetByHwMode::intersect(SetType &Out, const SetType &In) { in intersect() 306 auto subtract = [](const SetType &A, const SetType &B) { in intersect() 307 SetType Diff = A; in intersect() 313 SetType OutOnly = subtract(Out, In); in intersect() 335 SetType InOnly = subtract(In, Out); in intersect() 396 TypeSetByHwMode::SetType &S = I.second; in forceArbitrary() 510 TypeSetByHwMode::SetType &S = Small.get(M); in EnforceSmallerThan() 511 TypeSetByHwMode::SetType &B = Big.get(M); in EnforceSmallerThan() [all …]
|
| H A D | CodeGenDAGPatterns.h | 193 using SetType = MachineValueTypeSet; member 205 SetType &getOrCreate(unsigned Mode) { in getOrCreate() 256 bool intersect(SetType &Out, const SetType &In); 336 void expandOverloads(TypeSetByHwMode::SetType &Out, 337 const TypeSetByHwMode::SetType &Legal);
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | RegisterValue.h | 85 void SetType(RegisterValue::Type type) { m_type = type; } in SetType() function 87 RegisterValue::Type SetType(const RegisterInfo ®_info);
|
| H A D | Event.h | 210 void SetType(uint32_t new_type) { m_type = new_type; } in SetType() function
|
| H A D | StructuredData.h | 83 void SetType(lldb::StructuredDataType t) { m_type = t; } in SetType() function 374 SetType(lldb::eStructuredDataTypeInvalid); in Dictionary()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointSite.h | 194 void SetType(BreakpointSite::Type type) { m_type = type; } in SetType() function
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/wasm/ |
| H A D | SymbolVendorWasm.cpp | 103 sym_objfile_sp->SetType(ObjectFile::eTypeDebugInfo); in CreateInstance()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/PECOFF/ |
| H A D | SymbolVendorPECOFF.cpp | 103 dsym_objfile_sp->SetType(ObjectFile::eTypeDebugInfo); in CreateInstance()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/ |
| H A D | NativeRegisterContextOpenBSD_arm64.cpp | 145 reg_value.SetType(*reg_info); in ReadRegister() 244 reg_value.SetType(*reg_info); in ReadRegister()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/ELF/ |
| H A D | SymbolVendorELF.cpp | 105 dsym_objfile_sp->SetType(ObjectFile::eTypeDebugInfo); in CreateInstance()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/ |
| H A D | ObjectFilePECOFF.cpp | 813 symbol.SetType(symbol_type); in AppendFromCOFFSymbolTable() 825 exported->SetType(symbol_type); in AppendFromCOFFSymbolTable() 831 symbol.SetType(lldb::eSymbolTypeAdditional); in AppendFromCOFFSymbolTable() 838 symbol.SetType(exported->GetType()); in AppendFromCOFFSymbolTable() 843 symbol.SetType(lldb::eSymbolTypeAbsolute); in AppendFromCOFFSymbolTable() 916 symbol.SetType(lldb::eSymbolTypeData); in AppendFromExportTable() 920 symbol.SetType(lldb::eSymbolTypeCode); in AppendFromExportTable()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeRegisterContextLinux.cpp | 78 value_to_write.SetType(*full_reg_info); in WriteRegisterRaw()
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBFunction.cpp | 199 sb_type.ref().SetType(function_type->shared_from_this()); in GetType()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/ |
| H A D | ObjCLanguageRuntime.h | 127 void SetType(const lldb::TypeSP &type_sp) { m_type_wp = type_sp; } in SetType() function
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | JSONGenerator.h | 70 void SetType(Type t) { m_type = t; } in SetType() function
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDB.cpp | 332 module_sp->GetObjectFile()->SetType(ObjectFile::eTypeJIT); in ReadJITDescriptorImpl()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/ |
| H A D | ObjectFileMachO.cpp | 3578 sym[pos->second].SetType(eSymbolTypeResolver); in ParseSymtab() 3666 sym[sym_idx].SetType(type); in ParseSymtab() 4422 sym[pos->second].SetType(eSymbolTypeResolver); in ParseSymtab() 4490 sym[sym_idx].SetType(type); in ParseSymtab() 4582 sym[sym_idx].SetType(type); in ParseSymtab() 4645 sym[sym_idx].SetType(eSymbolTypeCode); in ParseSymtab() 4727 stub_symbol->SetType(eSymbolTypeTrampoline); in ParseSymtab() 4729 stub_symbol->SetType(eSymbolTypeResolver); in ParseSymtab() 4744 sym[sym_idx].SetType(eSymbolTypeTrampoline); in ParseSymtab() 4746 sym[sym_idx].SetType(eSymbolTypeResolver); in ParseSymtab() [all …]
|