Searched refs:last_type (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/llvm/include/llvm/Bitcode/
H A DBitcodeConvenience.h324 template <typename Head, typename... Tail> struct last_type { struct in namespace:llvm::detail
325 using type = typename last_type<Tail...>::type;
328 template <typename Head> struct last_type<Head> { using type = Head; }; struct in namespace:llvm::detail
332 using has_blob = std::is_same<BCBlob, typename last_type<int, Types...>::type>;
350 using has_array = is_array<typename last_type<int, Types...>::type>;
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dieee.c830 static char last_type; /* Is the index for an X or a D. */
845 if (new_index != last_index || this_type != last_type)
862 last_type = this_type;
828 static char last_type; /* Is the index for an X or a D. */ variable
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dieee.c678 static char last_type; /* Is the index for an X or a D. */
692 if (new_index != last_index || this_type != last_type)
709 last_type = this_type;
676 static char last_type; /* Is the index for an X or a D. */ variable

Completed in 115 milliseconds