Searched refs:num_versions (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBModule.cpp602 uint32_t SBModule::GetVersion(uint32_t *versions, uint32_t num_versions) { argument
603 LLDB_INSTRUMENT_VA(this, versions, num_versions);
619 if (num_versions > 0)
621 if (num_versions > 1)
623 if (num_versions > 2)
625 for (uint32_t i = 3; i < num_versions; ++i)
/openbsd-current/gnu/llvm/lldb/include/lldb/API/
H A DSBModule.h246 /// If \a versions is NULL, or if \a num_versions is 0, the return
249 /// function with a value of \a versions and \a num_versions that
253 /// A pointer to an array of uint32_t types that is \a num_versions
257 /// the value is non-NULL, then at most \a num_versions of the
260 /// will be filled with \a num_versions UINT32_MAX values
263 /// \param[in] num_versions
269 /// num_versions is less than the actual number of version
270 /// numbers in this object file, only \a num_versions will be
277 uint32_t GetVersion(uint32_t *versions, uint32_t num_versions);
/openbsd-current/usr.sbin/unbound/dnscrypt/
H A Ddnscrypt.c767 const int num_versions = 2; local
773 for(i=0; i < num_versions; i++){
/openbsd-current/gnu/llvm/lldb/bindings/interface/
H A DSBModule.i346 uint32_t num_versions);
/openbsd-current/gnu/llvm/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp429 uint32_t num_versions = local
431 for (uint32_t i = 0; i < num_versions; ++i) {

Completed in 81 milliseconds