Lines Matching refs:stdint
4 #if __has_include("stdint.h")
9 #if __has_include(<stdint.h>)
15 #if !__has_include("stdint.h")
20 #if __has_include("stdint.h") && __has_include("stddef.h")
47 #if !__has_include_next("stdint.h") // expected-warning {{#include_next in primary source file}}
52 #if __has_include_next("stdint.h") && __has_include("stddef.h") // expected-warning {{#include_next in primary source file}}
68 #define MACRO1 __has_include(<stdint.h>)
69 #define MACRO2 ("stdint.h")
72 #define MACRO5 <stdint.h>
96 __has_include_next("stdint.h") // expected-warning {{#include_next in primary source file}} expected-error {{__has_include_next must be used within a preprocessing directive}}
97 __has_include("stdint.h") // expected-error {{__has_include must be used within a preprocessing directive}}
120 #if __has_include "stdint.h")
124 #if __has_include(stdint.h)
136 #if __has_include<stdint.h>)
140 #if __has_include("stdint.h)
144 #if __has_include(stdint.h")
148 #if __has_include(stdint.h>)
155 #if __has_include("stdint.h"
179 #if __has_include(<stdint.h>
183 #if __has_include(<stdint.h)
187 #if HAS_INCLUDE(<stdint.h>)