Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVariant.cpp178 CompilerType head_type = nth_head->GetCompilerType(); in LibcxxVariantSummaryProvider() local
180 if (!head_type) in LibcxxVariantSummaryProvider()
183 CompilerType template_type = head_type.GetTypeTemplateArgument(1); in LibcxxVariantSummaryProvider()
257 CompilerType head_type = nth_head->GetCompilerType(); in GetChildAtIndex() local
259 if (!head_type) in GetChildAtIndex()
262 CompilerType template_type = head_type.GetTypeTemplateArgument(1); in GetChildAtIndex()
/freebsd/sys/net/
H A Dpfil.c100 enum pfil_types head_type; member
264 head->head_type = pa->pa_type; in pfil_head_register()
412 if (head->head_type != hook->hook_type || in pfil_link()
626 iohead[hd].pio_type = head->head_type; in pfilioc_listheads()
/freebsd/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()
1020 return read_header(a, entry, head_type); in archive_read_format_rar_read_header()
1076 if (head_type == ENDARC_HEAD) in archive_read_format_rar_read_header()
1081 if ((ret = read_header(a, entry, head_type)) < ARCHIVE_WARN) in archive_read_format_rar_read_header()
1359 char head_type) in read_header() argument
1499 if (head_type == NEWSUB_HEAD) { in read_header()
1769 if (head_type == NEWSUB_HEAD) in read_header()