Home
last modified time | relevance | path

Searched refs:__STDC_VERSION__ (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/include/
Dassert.h54 # if defined(__cplusplus) || __STDC_VERSION__ >= 199901L
68 #if !defined(__cplusplus) && (__STDC_VERSION__ >= 201112L && __STDC_VERSION__ < 202311L)
Dstdio.h142 #if (defined(__STDC_VERSION__) && __STDC_VERSION__ < 201112L) || \
Dcomplex.h46 #if __STDC_VERSION__ >= 201112L
/bionic/libc/tzcode/
Dprivate.h33 #ifndef __STDC_VERSION__
34 # define __STDC_VERSION__ 0 macro
38 #if PORT_TO_C89 && __STDC_VERSION__ < 199901
42 #elif __STDC_VERSION__ < 202311
46 #if __STDC_VERSION__ < 202311
84 # define HAVE__GENERIC (201112 <= __STDC_VERSION__)
286 (199901 <= __STDC_VERSION__ \
470 && (202311 <= __STDC_VERSION__ || !defined __STRICT_ANSI__))
521 # if 201112 <= __STDC_VERSION__
556 #if (__STDC_VERSION__ < 199901 && !defined restrict \
[all …]