clang 19.0.0git
CSpecialSymbolMap.inc
Go to the documentation of this file.
1//===-- StdSpecialSymbolMap.inc -----------------------------------*- C -*-===//
2//
3// This is a hand-curated list for C symbols that cannot be parsed/extracted
4// via the include-mapping tool (gen_std.py).
5//
6//===----------------------------------------------------------------------===//
7
8SYMBOL(size_t, None, <stddef.h>)
9SYMBOL(size_t, None, <stdio.h>)
10SYMBOL(size_t, None, <stdlib.h>)
11SYMBOL(size_t, None, <string.h>)
12SYMBOL(size_t, None, <time.h>)
13SYMBOL(size_t, None, <uchar.h>)
14SYMBOL(size_t, None, <wchar.h>)
#define SYMBOL(Id, Parent)
Definition: SValVisitor.h:84
unsigned char uchar
An unsigned 8-bit integer.