Home
last modified time | relevance | path

Searched refs:head_type (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVariant.cpp152 CompilerType head_type = nth_head->GetCompilerType(); in LibcxxVariantSummaryProvider() local
154 if (!head_type) in LibcxxVariantSummaryProvider()
157 CompilerType template_type = head_type.GetTypeTemplateArgument(1); in LibcxxVariantSummaryProvider()
229 CompilerType head_type = nth_head->GetCompilerType(); in GetChildAtIndex() local
231 if (!head_type) in GetChildAtIndex()
234 CompilerType template_type = head_type.GetTypeTemplateArgument(1); in GetChildAtIndex()
/freebsd-13.1/sys/net/
H A Dpfil.c99 enum pfil_types head_type; member
216 head->head_type = pa->pa_type; in pfil_head_register()
362 if (head->head_type != hook->hook_type || in pfil_link()
574 iohead[hd].pio_type = head->head_type; in pfilioc_listheads()
/freebsd-13.1/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c914 char head_type; in archive_read_format_rar_read_header() local
960 head_type = p[2]; in archive_read_format_rar_read_header()
961 switch(head_type) in archive_read_format_rar_read_header()
1018 return read_header(a, entry, head_type); in archive_read_format_rar_read_header()
1072 if (head_type == ENDARC_HEAD) in archive_read_format_rar_read_header()
1077 if ((ret = read_header(a, entry, head_type)) < ARCHIVE_WARN) in archive_read_format_rar_read_header()
1355 char head_type) in read_header() argument
1493 if (head_type == NEWSUB_HEAD) { in read_header()
1763 if (head_type == NEWSUB_HEAD) in read_header()