Home
last modified time | relevance | path

Searched refs:SetType (Results 1 – 25 of 34) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DPostOrderIterator.h58 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 DDepthFirstIterator.h49 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 DBreadthFirstIterator.h33 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 Dmake_hash.c211 #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 DType.cpp823 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 DType.h271 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 DSymbol.h155 void SetType(lldb::SymbolType type) { m_type = (lldb::SymbolType)type; } in SetType() function
H A DObjectFile.h578 virtual void SetType(Type type) { m_type = type; } in SetType() function
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp164 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 DCodeGenDAGPatterns.h193 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 DRegisterValue.h85 void SetType(RegisterValue::Type type) { m_type = type; } in SetType() function
87 RegisterValue::Type SetType(const RegisterInfo &reg_info);
H A DEvent.h210 void SetType(uint32_t new_type) { m_type = new_type; } in SetType() function
H A DStructuredData.h83 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 DBreakpointSite.h194 void SetType(BreakpointSite::Type type) { m_type = type; } in SetType() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp103 sym_objfile_sp->SetType(ObjectFile::eTypeDebugInfo); in CreateInstance()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp103 dsym_objfile_sp->SetType(ObjectFile::eTypeDebugInfo); in CreateInstance()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeRegisterContextOpenBSD_arm64.cpp145 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 DSymbolVendorELF.cpp105 dsym_objfile_sp->SetType(ObjectFile::eTypeDebugInfo); in CreateInstance()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp813 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 DNativeRegisterContextLinux.cpp78 value_to_write.SetType(*full_reg_info); in WriteRegisterRaw()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBFunction.cpp199 sb_type.ref().SetType(function_type->shared_from_this()); in GetType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h127 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 DJSONGenerator.h70 void SetType(Type t) { m_type = t; } in SetType() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp332 module_sp->GetObjectFile()->SetType(ObjectFile::eTypeJIT); in ReadJITDescriptorImpl()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp3578 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 …]

12