| /openbsd/src/gnu/llvm/clang/include/clang/Basic/ |
| 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) 136 EXTENSION(objc_c_static_assert, true) 241 EXTENSION(c_alignas, true) 242 EXTENSION(c_alignof, true) 243 EXTENSION(c_atomic, true) [all …]
|
| D | TokenKinds.def | 899 // Annotation for #pragma OPENCL EXTENSION...
|
| /openbsd/src/regress/usr.bin/mandoc/char/unicode/ |
| D | namediff.out_utf8 | 13 ⎜⎜ LEFT PARENTHESIS EXTENSION 16 ⎟⎟ RIGHT PARENTHESIS EXTENSION 19 ⎢⎢ LEFT SQUARE BRACKET EXTENSION 22 ⎥⎥ RIGHT SQUARE BRACKET EXTENSION 27 ⎪⎪⎪⎪ CURLY BRACKET EXTENSION
|
| D | namediff.out_ascii | 13 || LEFT PARENTHESIS EXTENSION 16 || RIGHT PARENTHESIS EXTENSION 19 || LEFT SQUARE BRACKET EXTENSION 22 || RIGHT SQUARE BRACKET EXTENSION 27 |||| CURLY BRACKET EXTENSION
|
| D | namediff.out_html | 6 ⎜⎜ LEFT PARENTHESIS EXTENSION 9 ⎟⎟ RIGHT PARENTHESIS EXTENSION 12 ⎢⎢ LEFT SQUARE BRACKET EXTENSION 15 ⎥⎥ RIGHT SQUARE BRACKET EXTENSION 20 ⎪⎪⎪⎪ CURLY BRACKET EXTENSION
|
| D | named.out_utf8 | 162 ⎪⎪ CURLY BRACKET EXTENSION 163 ⎯⎯ HORIZONTAL LINE EXTENSION
|
| D | named.out_ascii | 162 || CURLY BRACKET EXTENSION 163 -- HORIZONTAL LINE EXTENSION
|
| D | named.out_html | 155 ⎪⎪ CURLY BRACKET EXTENSION 156 ⎯⎯ HORIZONTAL LINE EXTENSION
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Encode/ucm/ |
| D | macSymbol.ucm | 205 <U239C> \xE7 |0 # LEFT PARENTHESIS EXTENSION # for Unicode 3.2 and later 208 <U239F> \xF7 |0 # RIGHT PARENTHESIS EXTENSION # for Unicode 3.2 and later 211 <U23A2> \xEA |0 # LEFT SQUARE BRACKET EXTENSION # for Unicode 3.2 and later 214 <U23A5> \xFA |0 # RIGHT SQUARE BRACKET EXTENSION # for Unicode 3.2 and later 219 <U23AA> \xEF |0 # CURLY BRACKET EXTENSION # for Unicode 3.2 and later 223 <U23AE> \xF4 |0 # INTEGRAL EXTENSION # for Unicode 3.2 and later 224 <U23AF> \xBE |0 # HORIZONTAL LINE EXTENSION (for arrows) # for Unicode 3.2 and later
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | cpplib.c | 67 #define EXTENSION 2 macro 159 D(warning, T_WARNING, EXTENSION, 0) /* 22 */ \ 160 D(include_next, T_INCLUDE_NEXT, EXTENSION, INCL | EXPAND) /* 19 */ \ 161 D(ident, T_IDENT, EXTENSION, IN_I) /* 11 */ \ 162 D(import, T_IMPORT, EXTENSION, INCL | EXPAND) /* 0 ObjC */ \ 163 D(assert, T_ASSERT, EXTENSION, 0) /* 0 SVR4 */ \ 164 D(unassert, T_UNASSERT, EXTENSION, 0) /* 0 SVR4 */ \ 165 D(sccs, T_SCCS, EXTENSION, 0) /* 0 SVR4? */ 314 && dir->origin == EXTENSION)
|
| D | c-parse.in | 147 %token ATTRIBUTE EXTENSION LABEL 2670 EXTENSION 3483 /* RID_EXTENSION */ EXTENSION,
|
| /openbsd/src/gnu/llvm/clang/lib/Headers/ |
| D | opencl-c-base.h | 208 #pragma OPENCL EXTENSION cl_khr_fp16 : enable 217 #pragma OPENCL EXTENSION cl_khr_fp64 : enable 455 #pragma OPENCL EXTENSION cl_khr_gl_msaa_sharing : enable 815 #pragma OPENCL EXTENSION all : disable
|
| /openbsd/src/gnu/gcc/libcpp/ |
| D | directives.c | 63 #define EXTENSION 2 macro 149 D(warning, T_WARNING, EXTENSION, 0) /* 22 */ \ 150 D(include_next, T_INCLUDE_NEXT, EXTENSION, INCL | EXPAND) /* 19 */ \ 151 D(ident, T_IDENT, EXTENSION, IN_I) /* 11 */ \ 152 D(import, T_IMPORT, EXTENSION, INCL | EXPAND) /* 0 ObjC */ \ 153 D(assert, T_ASSERT, EXTENSION, 0) /* 0 SVR4 */ \ 154 D(unassert, T_UNASSERT, EXTENSION, 0) /* 0 SVR4 */ \ 155 D(sccs, T_SCCS, EXTENSION, IN_I) /* 0 SVR4? */ 342 && dir->origin == EXTENSION) in directive_diagnostics()
|
| /openbsd/src/gnu/llvm/clang/docs/ |
| D | OpenCLSupport.rst | 265 ``OPENCL EXTENSION`` by setting a dedicated flag in the extension list entry of 441 #pragma OPENCL EXTENSION __cl_clang_function_pointers : enable 442 #pragma OPENCL EXTENSION __cl_clang_variadic_functions : enable 444 #pragma OPENCL EXTENSION __cl_clang_function_pointers : disable 445 #pragma OPENCL EXTENSION __cl_clang_variadic_functions : disable
|
| D | LanguageExtensions.rst | 2069 #pragma OPENCL EXTENSION __cl_clang_bitfields : enable 2074 #pragma OPENCL EXTENSION __cl_clang_bitfields : disable 2113 #pragma OPENCL EXTENSION __cl_clang_function_pointers : enable 2119 #pragma OPENCL EXTENSION __cl_clang_function_pointers : disable 2145 #pragma OPENCL EXTENSION __cl_clang_variadic_functions : enable 2148 #pragma OPENCL EXTENSION __cl_clang_variadic_functions : disable 2190 #pragma OPENCL EXTENSION __cl_clang_non_portable_kernel_param_types : enable 2198 #pragma OPENCL EXTENSION __cl_clang_non_portable_kernel_param_types : disable
|
| /openbsd/src/gnu/llvm/clang/lib/Frontend/ |
| D | FrontendActions.cpp | 1090 #define EXTENSION(Name, Predicate) \ in ExecuteAction() macro 1094 #undef EXTENSION in ExecuteAction()
|
| /openbsd/src/gnu/llvm/llvm/docs/CommandGuide/ |
| D | llvm-cov.rst | 296 PATH/functions.EXTENSION. When used in file view mode, a report for each file 297 is written to PATH/REL_PATH_TO_FILE.EXTENSION.
|
| /openbsd/src/gnu/llvm/clang/lib/Lex/ |
| D | PPMacroExpansion.cpp | 1171 #define EXTENSION(Name, Predicate) .Case(#Name, Predicate) in HasExtension() macro 1175 #undef EXTENSION in HasExtension()
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | tuple | 101 tuple& operator=(array<U, N> const&) // iff sizeof...(T) == N, EXTENSION 103 tuple& operator=(array<U, N>&&) // iff sizeof...(T) == N, EXTENSION 1261 // EXTENSION 1277 // EXTENSION
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | lex.c | 501 /* RID_EXTENSION */ EXTENSION,
|
| D | parse.y | 325 %token ATTRIBUTE EXTENSION LABEL 518 EXTENSION
|
| /openbsd/src/gnu/gcc/gcc/config/iq2000/ |
| D | iq2000.md | 421 ;; ZERO EXTENSION 494 ;; SIGN EXTENSION
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/xtensa/ |
| D | xtensa.md | 700 ;; ZERO EXTENSION 731 ;; SIGN EXTENSION
|
| /openbsd/src/lib/libcurses/ |
| D | Caps-ncurses | 35 # TERMINFO EXTENSION CAPABILITIES
|
| D | Caps | 790 # TERMCAP EXTENSION CAPABILITIES 966 # TERMINFO EXTENSION CAPABILITIES
|