Searched refs:type_scope_size (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DTypeList.cpp145 const size_t type_scope_size = type_scope.size();
147 if (exact_match || (type_scope_size == match_type_scope_size)) {
150 if (match_type_scope_size > type_scope_size) {
152 if (type_scope_pos == match_type_scope_size - type_scope_size) {
H A DTypeMap.cpp175 const size_t type_scope_size = type_scope.size(); local
177 if (exact_match || (type_scope_size == match_type_scope_size)) {
180 if (match_type_scope_size > type_scope_size) {
182 if (type_scope_pos == match_type_scope_size - type_scope_size) {

Completed in 107 milliseconds