Home
last modified time | relevance | path

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

12

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDFeatures.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 …]
HDTokenKinds.def969 // Annotation for #pragma OPENCL EXTENSION...
HDDiagnosticParseKinds.td1362 // OpenCL EXTENSION pragma (OpenCL 1.1 [9.1])
/freebsd-13-stable/contrib/apr-util/test/
HDtestutil.h25 #define EXTENSION ".exe" macro
27 #define EXTENSION ".nlm" macro
29 #define EXTENSION macro
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
HDopencl-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
HDopencl-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-13-stable/crypto/openssl/doc/man3/
HDSSL_extension_supported.pod75 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/
HDparse.y107 %token F_EXT EXTENSION NOCYCLICSEQ
126 %type <num> EXTENSION MODE
510 : F_EXT EXTENSION { p_ext |= $2; }
/freebsd-13-stable/contrib/file/magic/Magdir/
HDfsav58 # Magdir/fsav, 78: Warning: Current entry does not yet have a description for adding a EXTENSION ty…
HDicc58 # icc, 82: Warning: Current entry does not yet have a description for adding a EXTENSION type
HDapple598 …ple14.test, 365: Warning: Current entry does not yet have a description for adding a EXTENSION type
HDlinux670 # Magdir/linux, 463: Warning: EXTENSION type ` journal~' has bad char '~'
HDimages1385 …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
HDmsdos2533 # 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/
HDFrontendActions.cpp1157 #define EXTENSION(Name, Predicate) \ in ExecuteAction() macro
1161 #undef EXTENSION in ExecuteAction()
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
HDtuple103 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
HDvariant1078 // EXTENSION: When the move construction of `__lhs` into `__rhs` throws
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
HDPPMacroExpansion.cpp1182 #define EXTENSION(Name, Predicate) .Case(#Name, Predicate) in HasExtension() macro
1186 #undef EXTENSION in HasExtension()
/freebsd-13-stable/contrib/ncurses/include/
HDCaps-ncurses35 # TERMINFO EXTENSION CAPABILITIES
HDCaps.uwin608 # TERMCAP EXTENSION CAPABILITIES
784 # TERMINFO EXTENSION CAPABILITIES
HDCaps.hpux11800 # TERMCAP EXTENSION CAPABILITIES
976 # TERMINFO EXTENSION CAPABILITIES
HDCaps784 # TERMCAP EXTENSION CAPABILITIES
960 # TERMINFO EXTENSION CAPABILITIES
HDCaps.osf1r5792 # TERMCAP EXTENSION CAPABILITIES
968 # TERMINFO EXTENSION CAPABILITIES
HDCaps.aix4886 # TERMCAP EXTENSION CAPABILITIES
1062 # TERMINFO EXTENSION CAPABILITIES
HDCaps.keys874 # TERMCAP EXTENSION CAPABILITIES
1050 # TERMINFO EXTENSION CAPABILITIES

12