/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Features.def | 11 // EXTENSION macros (or both) to make use of this information. Note that these 21 // features, whereas EXTENSION(...) should be used for clang extensions. Note 27 #if !defined(FEATURE) && !defined(EXTENSION) 28 # error Define either the FEATURE or EXTENSION macro to handle features 35 #ifndef EXTENSION 36 #define EXTENSION(Name, Predicate) 92 EXTENSION(define_target_os_macros, 116 EXTENSION(swiftcc, 119 EXTENSION(swiftasynccc, 154 EXTENSION(objc_c_static_assert, true) [all …]
|
H A D | TokenKinds.def | 969 // Annotation for #pragma OPENCL EXTENSION...
|
H A D | DiagnosticParseKinds.td | 1362 // OpenCL EXTENSION pragma (OpenCL 1.1 [9.1])
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | opencl-c-base.h | 213 #pragma OPENCL EXTENSION cl_khr_fp16 : enable 222 #pragma OPENCL EXTENSION cl_khr_fp64 : enable 460 #pragma OPENCL EXTENSION cl_khr_gl_msaa_sharing : enable 827 #pragma OPENCL EXTENSION all : disable
|
H A D | opencl-c.h | 22 #pragma OPENCL EXTENSION cl_khr_3d_image_writes : enable 29 #pragma OPENCL EXTENSION cl_intel_planar_yuv : begin 30 #pragma OPENCL EXTENSION cl_intel_planar_yuv : end 4640 #pragma OPENCL EXTENSION cl_khr_fp64 : enable 5463 #pragma OPENCL EXTENSION cl_khr_fp16 : enable 12885 #pragma OPENCL EXTENSION cl_khr_int64_base_atomics : enable 12886 #pragma OPENCL EXTENSION cl_khr_int64_extended_atomics : enable 13234 #pragma OPENCL EXTENSION cl_khr_int64_base_atomics : disable 13235 #pragma OPENCL EXTENSION cl_khr_int64_extended_atomics : disable 13244 #pragma OPENCL EXTENSION cl_khr_int64_base_atomics : enable [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_extension_supported.pod | 78 L</EXTENSION CALLBACKS> section below). The B<context> value determines 80 the L</EXTENSION CONTEXTS> section below). 104 =head1 EXTENSION CALLBACKS 151 L</EXTENSION CONTEXTS> below). 170 =head1 EXTENSION CONTEXTS
|
/freebsd/sbin/setkey/ |
H A D | parse.y | 110 %token F_EXT EXTENSION NOCYCLICSEQ 130 %type <num> EXTENSION MODE 514 : F_EXT EXTENSION { p_ext |= $2; }
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | fsav | 58 # Magdir/fsav, 78: Warning: Current entry does not yet have a description for adding a EXTENSION ty…
|
H A D | icc | 58 # icc, 82: Warning: Current entry does not yet have a description for adding a EXTENSION type
|
H A D | apple | 598 …ple14.test, 365: Warning: Current entry does not yet have a description for adding a EXTENSION type
|
H A D | linux | 670 # Magdir/linux, 463: Warning: EXTENSION type ` journal~' has bad char '~'
|
H A D | images | 1385 …ir\images, 1347: Warning: Current entry does not yet have a description for adding a EXTENSION type 1950 # Magdir\images, 1090: Warning: EXTENSION type ` b_w/b&w' has bad char '&' 2217 # to avoid Warning: Current entry does not yet have a description for adding a EXTENSION type
|
H A D | msdos | 2533 # Magdir/msdos, 1139: Warning: Current entry does not yet have a description for adding a EXTENSION… 2806 # magic/Magdir/msdos, 1169: Warning: EXTENSION type ` *' has bad char '*'
|
H A D | archive | 854 # magic/Magdir/archive, 284: Warning: EXTENSION type ` ??_' has bad char '?'
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 1157 #define EXTENSION(Name, Predicate) \ in ExecuteAction() macro 1161 #undef EXTENSION in ExecuteAction()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | tuple | 103 tuple& operator=(array<U, N> const&) // iff sizeof...(T) == N, EXTENSION 105 tuple& operator=(array<U, N>&&) // iff sizeof...(T) == N, EXTENSION 960 // EXTENSION 971 // EXTENSION
|
H A D | variant | 1078 // EXTENSION: When the move construction of `__lhs` into `__rhs` throws
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPMacroExpansion.cpp | 1182 #define EXTENSION(Name, Predicate) .Case(#Name, Predicate) in HasExtension() macro 1186 #undef EXTENSION in HasExtension()
|
/freebsd/contrib/ncurses/include/ |
H A D | Caps-ncurses | 35 # TERMINFO EXTENSION CAPABILITIES
|
H A D | Caps.uwin | 653 # TERMCAP EXTENSION CAPABILITIES 829 # TERMINFO EXTENSION CAPABILITIES
|
H A D | Caps.hpux11 | 857 # TERMCAP EXTENSION CAPABILITIES 1033 # TERMINFO EXTENSION CAPABILITIES
|
H A D | Caps | 841 # TERMCAP EXTENSION CAPABILITIES 1017 # TERMINFO EXTENSION CAPABILITIES
|
H A D | Caps.osf1r5 | 848 # TERMCAP EXTENSION CAPABILITIES 1024 # TERMINFO EXTENSION CAPABILITIES
|
H A D | Caps.keys | 932 # TERMCAP EXTENSION CAPABILITIES 1108 # TERMINFO EXTENSION CAPABILITIES
|
H A D | Caps.aix4 | 943 # TERMCAP EXTENSION CAPABILITIES 1119 # TERMINFO EXTENSION CAPABILITIES
|