Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_struct_type.c29 struct symbol *size_type; in match_assign() local
43 size_type = arg->cast_type; in match_assign()
44 if (size_type->type != SYM_NODE) in match_assign()
46 size_type = get_real_base_type(size_type); in match_assign()
47 if (size_type->type != SYM_STRUCT) in match_assign()
49 if (strcmp(left_type->ident->name, size_type->ident->name) == 0) in match_assign()
52 size_type->ident->name); in match_assign()
/illumos-gate/usr/src/lib/sun_fc/common/
H A DTrace.cc154 string::size_type len = indent[tid].size(); in ~Trace()
167 for (vector<Trace *>::size_type i = stacks[tid].size() - 1; ; i--) { in stackTrace()
H A DHBAList.cc107 string::size_type offset = name.find_last_of("-"); in openHBA()
146 string::size_type offset = name.find_last_of("-"); in openTgtHBA()
H A DTgtFCHBA.cc112 string::size_type offset = path.find_last_of("."); in getHBAAttributes()
187 string::size_type offset = path.find_last_of("."); in doForceLip()
H A DTgtFCHBAPort.cc257 string::size_type offset = path.find_last_of("."); in getPortAttributes()
311 string::size_type offset = path.find_last_of("."); in getDiscoveredAttributes()