Lines Matching refs:__has_include
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")
26 #if __has_include("blahblah.h")
31 #if !defined(__has_include)
52 #if __has_include_next("stdint.h") && __has_include("stddef.h") // expected-warning {{#include_next…
68 #define MACRO1 __has_include(<stdint.h>)
78 #if !__has_include MACRO2
82 #if __has_include MACRO3
86 #if __has_include(<MACRO4
90 #if !__has_include(MACRO5)
97 …__has_include("stdint.h") // expected-error {{'__has_include' must be used within a preprocessing… in foo()
120 #if __has_include "stdint.h")
124 #if __has_include(stdint.h)
128 #if __has_include()
132 #if __has_include)
136 #if __has_include<stdint.h>)
140 #if __has_include("stdint.h)
151 // expected-error@+1 {{'__has_include' must be used within a preprocessing directive}}
154 // expected-error@+1 {{missing ')' after '__has_include'}} // expected-error@+1 {{expected value in…
162 // expected-error@+1 {{missing '(' after '__has_include'}} // expected-error@+1 {{expected value in…
166 // expected-error@+1 {{missing '(' after '__has_include'}}
178 // expected-error@+1 {{missing ')' after '__has_include'}} // expected-error@+1 {{expected value i…