Home
last modified time | relevance | path

Searched refs:type_idx (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/xen/xenbus/
H A Dxenbusb.c283 u_int type_idx; in xenbusb_enumerate_bus() local
291 for (type_idx = 0; type_idx < type_count; type_idx++) in xenbusb_enumerate_bus()
292 XENBUSB_ENUMERATE_TYPE(xbs->xbs_dev, types[type_idx]); in xenbusb_enumerate_bus()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.h132 void AddMethod(llvm::StringRef name, llvm::codeview::TypeIndex type_idx,
H A DUdtRecordCompleter.cpp92 void UdtRecordCompleter::AddMethod(llvm::StringRef name, TypeIndex type_idx, in AddMethod() argument
96 m_ast_builder.GetOrCreateType(PdbTypeSymId(type_idx)); in AddMethod()
H A DSymbolFileNativePDB.cpp1732 for (TypeIndex type_idx : matches) { in FindTypes() local
1733 TypeSP type_sp = GetOrCreateType(type_idx); in FindTypes()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrDocs.td3169 …# define ATTR_MPI_PWT(buffer_idx, type_idx) __attribute__((pointer_with_type_tag(mpi,buffer_idx…
3175 # define ATTR_MPI_PWT(buffer_idx, type_idx)