Home
last modified time | relevance | path

Searched refs:VT_VOID (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/Common/
DMyWindows.h145 VT_VOID = 24, enumerator
/external/valgrind/perf/
Dtinycc.c2528 #define VT_VOID 3 /* void type */ macro
11210 if ((type1->t & VT_BTYPE) == VT_VOID || in check_comparison_pointer_types()
11211 (type2->t & VT_BTYPE) == VT_VOID) in check_comparison_pointer_types()
11725 case VT_VOID: in type_to_str()
11826 if ((type1->t & VT_BTYPE) != VT_VOID && in gen_assign_cast()
11835 if ((type1->t & VT_BTYPE) == VT_VOID || in gen_assign_cast()
11836 (type2->t & VT_BTYPE) == VT_VOID) { in gen_assign_cast()
12336 u = VT_VOID; in parse_btype()
12515 if ((pt.t & VT_BTYPE) == VT_VOID && tok == ')') in post_type()
12518 if ((pt.t & VT_BTYPE) == VT_VOID) in post_type()
[all …]