Searched refs:refd (Results 1 – 5 of 5) sorted by relevance
1764 refd: &clang::Cursor, in type_param()1772 if refd.kind() != clang_sys::CXCursor_TemplateTypeParameter { in type_param()1776 let refd_spelling = refd.spelling(); in type_param()1788 Some(refd) in type_param()1789 if is_template_with_spelling(&refd, &ty_spelling) => in type_param()1791 refd in type_param()1805 Some(refd) in type_param()1807 &refd, in type_param()1811 definition = Some(refd); in type_param()
207 int refd = (refm * 100) / ((hres + hbl) * (vres + vbl)); in show_edid_dtd() local211 hres, vres, (mdflg & 0x80) ? 'i' : 'p', refr, refd, in show_edid_dtd()
294 uint32_t refd = 0; in nv50_vertex_arrays_validate() local386 if (!(refd & (1 << b))) { in nv50_vertex_arrays_validate()387 refd |= 1 << b; in nv50_vertex_arrays_validate()
318 uint32_t refd = 0; in nvc0_validate_vertex_buffers() local371 if (!(refd & (1 << b))) { in nvc0_validate_vertex_buffers()372 refd |= 1 << b; in nvc0_validate_vertex_buffers()
1799 if let Some(refd) = c.referenced() { in ast_dump()1800 if refd != *c { in ast_dump()1805 &refd, in ast_dump()