source: src/prelude/extras.regx @ ab54968b

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumwith_gc
Last change on this file since ab54968b was ab54968b, checked in by Peter A. Buhr <pabuhr@…>, 6 years ago

SKULLDUGGERY: handle two-level typedefs for [u]intN_t

  • Property mode set to 100644
File size: 562 bytes
RevLine 
[6e4b913]1typedef.* size_t;
2typedef.* ptrdiff_t;
[ab54968b]3typedef.* __int8_t;
4typedef.* __int16_t;
5typedef.* __int32_t;
6typedef.* __int64_t;
7typedef.* __uint8_t;
8typedef.* __uint16_t;
9typedef.* __uint32_t;
10typedef.* __uint64_t;
[201aeb9]11typedef.* int8_t;
12typedef.* int16_t;
13typedef.* int32_t;
14typedef.* int64_t;
15typedef.* uint8_t;
16typedef.* uint16_t;
17typedef.* uint32_t;
18typedef.* uint64_t;
[7aa257ae]19typedef.* char16_t;
20typedef.* char32_t;
21typedef.* wchar_t;
[6e4b913]22extern.*\*malloc\(.*\).*
[7aa257ae]23extern.* free\(.*\).*
24extern.* exit\(.*\).*
25extern.* atexit\(.*\).*
26extern.* abort\(.*\).*
[6e4b913]27extern.* printf\(.*\).*
Note: See TracBrowser for help on using the repository browser.