Home
last modified time | relevance | path

Searched refs:EXTENSION (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DFeatures.def11 // 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 DTokenKinds.def969 // Annotation for #pragma OPENCL EXTENSION...
H A DDiagnosticParseKinds.td1362 // OpenCL EXTENSION pragma (OpenCL 1.1 [9.1])
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c-base.h213 #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 Dopencl-c.h22 #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 DSSL_extension_supported.pod78 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 Dparse.y110 %token F_EXT EXTENSION NOCYCLICSEQ
130 %type <num> EXTENSION MODE
514 : F_EXT EXTENSION { p_ext |= $2; }
/freebsd/contrib/file/magic/Magdir/
H A Dfsav58 # Magdir/fsav, 78: Warning: Current entry does not yet have a description for adding a EXTENSION ty…
H A Dicc58 # icc, 82: Warning: Current entry does not yet have a description for adding a EXTENSION type
H A Dapple598 …ple14.test, 365: Warning: Current entry does not yet have a description for adding a EXTENSION type
H A Dlinux670 # Magdir/linux, 463: Warning: EXTENSION type ` journal~' has bad char '~'
H A Dimages1385 …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 Dmsdos2533 # 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 Darchive854 # magic/Magdir/archive, 284: Warning: EXTENSION type ` ??_' has bad char '?'
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp1157 #define EXTENSION(Name, Predicate) \ in ExecuteAction() macro
1161 #undef EXTENSION in ExecuteAction()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtuple103 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 Dvariant1078 // EXTENSION: When the move construction of `__lhs` into `__rhs` throws
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1182 #define EXTENSION(Name, Predicate) .Case(#Name, Predicate) in HasExtension() macro
1186 #undef EXTENSION in HasExtension()
/freebsd/contrib/ncurses/include/
H A DCaps-ncurses35 # TERMINFO EXTENSION CAPABILITIES
H A DCaps.uwin653 # TERMCAP EXTENSION CAPABILITIES
829 # TERMINFO EXTENSION CAPABILITIES
H A DCaps.hpux11857 # TERMCAP EXTENSION CAPABILITIES
1033 # TERMINFO EXTENSION CAPABILITIES
H A DCaps841 # TERMCAP EXTENSION CAPABILITIES
1017 # TERMINFO EXTENSION CAPABILITIES
H A DCaps.osf1r5848 # TERMCAP EXTENSION CAPABILITIES
1024 # TERMINFO EXTENSION CAPABILITIES
H A DCaps.keys932 # TERMCAP EXTENSION CAPABILITIES
1108 # TERMINFO EXTENSION CAPABILITIES
H A DCaps.aix4943 # TERMCAP EXTENSION CAPABILITIES
1119 # TERMINFO EXTENSION CAPABILITIES

12