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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVariant.cpp152 CompilerType head_type = nth_head->GetCompilerType();
154 if (!head_type)
157 CompilerType template_type = head_type.GetTypeTemplateArgument(1);
229 CompilerType head_type = nth_head->GetCompilerType();
231 if (!head_type)
234 CompilerType template_type = head_type.GetTypeTemplateArgument(1);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c820 char head_type; local
866 head_type = p[2];
867 switch(head_type)
924 return read_header(a, entry, head_type);
978 if (head_type == ENDARC_HEAD)
983 if ((ret = read_header(a, entry, head_type)) < ARCHIVE_WARN)
1260 char head_type)
1398 if (head_type == NEWSUB_HEAD) {
1667 if (head_type == NEWSUB_HEAD)
1259 read_header(struct archive_read *a, struct archive_entry *entry, char head_type) argument

Completed in 74 milliseconds