@@ -46,39 +46,39 @@ let mode_const = "mode"
4646
4747exception ALParsingException of string
4848
49- (* Data structures for type parser.
50- Correspondence with clang types inferred from
51- StringRef BuiltinType::getName in
52- https://clang.llvm.org/doxygen/Type_8cpp_source.html
49+ (* * Data structures for type parser.
50+ Correspondence with clang types inferred from
51+ StringRef BuiltinType::getName in
52+ https://clang.llvm.org/doxygen/Type_8cpp_source.html
5353*)
5454type builtin_kind =
55- | Void (* void *)
56- | Bool (* bool *)
57- | Char_U (* char *)
58- | UChar (* unsigned char *)
59- | WChar_U (* wchar_t *)
60- | Char16 (* char16_t *)
61- | Char32 (* char32_t *)
62- | UShort (* unsigned short *)
63- | UInt (* unsigned int *)
64- | ULong (* unsigned long *)
65- | ULongLong (* unsigned long long *)
66- | Int128 (* __int128 *)
67- | UInt128 (* unsigned __int128 *)
68- | SChar (* signed char *)
69- | Short (* short *)
70- | Int (* int *)
71- | Long (* long *)
72- | LongLong (* long long *)
73- | Half (* half of __fp16 *)
74- | Float (* float *)
75- | Double (* double *)
76- | LongDouble (* long double *)
77- | Float128 (* __float128 *)
78- | NullPtr (* nullptr_t *)
79- | ObjCId (* id *)
80- | ObjCClass (* Class *)
81- | ObjCSel (* SEL *)
55+ | Void (* * void *)
56+ | Bool (* * bool *)
57+ | Char_U (* * char *)
58+ | UChar (* * unsigned char *)
59+ | WChar_U (* * wchar_t *)
60+ | Char16 (* * char16_t *)
61+ | Char32 (* * char32_t *)
62+ | UShort (* * unsigned short *)
63+ | UInt (* * unsigned int *)
64+ | ULong (* * unsigned long *)
65+ | ULongLong (* * unsigned long long *)
66+ | Int128 (* * __int128 *)
67+ | UInt128 (* * unsigned __int128 *)
68+ | SChar (* * signed char *)
69+ | Short (* * short *)
70+ | Int (* * int *)
71+ | Long (* * long *)
72+ | LongLong (* * long long *)
73+ | Half (* * half of __fp16 *)
74+ | Float (* * float *)
75+ | Double (* * double *)
76+ | LongDouble (* * long double *)
77+ | Float128 (* * __float128 *)
78+ | NullPtr (* * nullptr_t *)
79+ | ObjCId (* * id *)
80+ | ObjCClass (* * Class *)
81+ | ObjCSel (* * SEL *)
8282(* | OCLSampler | OCLEvent | OCLClkEvent | OCLQueue | OCLNDRange
8383 | OCLReserveID | Dependent | Overload | BoundMember | PseudoObject
8484 | UnknownAny | BuiltinFn | ARCUnbridgedCast | OMPArraySection *)
0 commit comments