Searched refs:EXTENSION (Results 1 – 25 of 28) sorted by relevance
12
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | 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 …]
|
| HD | TokenKinds.def | 969 // Annotation for #pragma OPENCL EXTENSION...
|
| HD | DiagnosticParseKinds.td | 1362 // OpenCL EXTENSION pragma (OpenCL 1.1 [9.1])
|
| /freebsd-13-stable/contrib/apr-util/test/ |
| HD | testutil.h | 25 #define EXTENSION ".exe" macro 27 #define EXTENSION ".nlm" macro 29 #define EXTENSION macro
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/ |
| HD | 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
|
| HD | 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-13-stable/crypto/openssl/doc/man3/ |
| HD | SSL_extension_supported.pod | 75 L</EXTENSION CALLBACKS> section below). The B<context> value determines 77 the L</EXTENSION CONTEXTS> section below). 101 =head1 EXTENSION CALLBACKS 148 L</EXTENSION CONTEXTS> below). 167 =head1 EXTENSION CONTEXTS
|
| /freebsd-13-stable/sbin/setkey/ |
| HD | parse.y | 107 %token F_EXT EXTENSION NOCYCLICSEQ 126 %type <num> EXTENSION MODE 510 : F_EXT EXTENSION { p_ext |= $2; }
|
| /freebsd-13-stable/contrib/file/magic/Magdir/ |
| HD | fsav | 58 # Magdir/fsav, 78: Warning: Current entry does not yet have a description for adding a EXTENSION ty…
|
| HD | icc | 58 # icc, 82: Warning: Current entry does not yet have a description for adding a EXTENSION type
|
| HD | apple | 598 …ple14.test, 365: Warning: Current entry does not yet have a description for adding a EXTENSION type
|
| HD | linux | 670 # Magdir/linux, 463: Warning: EXTENSION type ` journal~' has bad char '~'
|
| HD | 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
|
| HD | 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 '*'
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/ |
| HD | FrontendActions.cpp | 1157 #define EXTENSION(Name, Predicate) \ in ExecuteAction() macro 1161 #undef EXTENSION in ExecuteAction()
|
| /freebsd-13-stable/contrib/llvm-project/libcxx/include/ |
| HD | 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
|
| HD | variant | 1078 // EXTENSION: When the move construction of `__lhs` into `__rhs` throws
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/ |
| HD | PPMacroExpansion.cpp | 1182 #define EXTENSION(Name, Predicate) .Case(#Name, Predicate) in HasExtension() macro 1186 #undef EXTENSION in HasExtension()
|
| /freebsd-13-stable/contrib/ncurses/include/ |
| HD | Caps-ncurses | 35 # TERMINFO EXTENSION CAPABILITIES
|
| HD | Caps.uwin | 608 # TERMCAP EXTENSION CAPABILITIES 784 # TERMINFO EXTENSION CAPABILITIES
|
| HD | Caps.hpux11 | 800 # TERMCAP EXTENSION CAPABILITIES 976 # TERMINFO EXTENSION CAPABILITIES
|
| HD | Caps | 784 # TERMCAP EXTENSION CAPABILITIES 960 # TERMINFO EXTENSION CAPABILITIES
|
| HD | Caps.osf1r5 | 792 # TERMCAP EXTENSION CAPABILITIES 968 # TERMINFO EXTENSION CAPABILITIES
|
| HD | Caps.aix4 | 886 # TERMCAP EXTENSION CAPABILITIES 1062 # TERMINFO EXTENSION CAPABILITIES
|
| HD | Caps.keys | 874 # TERMCAP EXTENSION CAPABILITIES 1050 # TERMINFO EXTENSION CAPABILITIES
|
12