Searched refs:EXTENSION (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/apr-util/test/
H A Dtestutil.h25 #define EXTENSION ".exe" macro
27 #define EXTENSION ".nlm" macro
29 #define EXTENSION macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c-base.h111 #pragma OPENCL EXTENSION cl_khr_fp16 : enable
120 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
340 #pragma OPENCL EXTENSION cl_khr_gl_msaa_sharing : enable
434 #pragma OPENCL EXTENSION cl_intel_device_side_avc_motion_estimation : begin
568 #pragma OPENCL EXTENSION cl_intel_device_side_avc_motion_estimation : end
H A Dopencl-c.h22 #pragma OPENCL EXTENSION cl_khr_3d_image_writes : enable
27 #pragma OPENCL EXTENSION cl_intel_planar_yuv : begin
28 #pragma OPENCL EXTENSION cl_intel_planar_yuv : end
13019 #pragma OPENCL EXTENSION cl_khr_int64_base_atomics : enable
13020 #pragma OPENCL EXTENSION cl_khr_int64_extended_atomics : enable
13368 #pragma OPENCL EXTENSION cl_khr_int64_base_atomics : disable
13369 #pragma OPENCL EXTENSION cl_khr_int64_extended_atomics : disable
13378 #pragma OPENCL EXTENSION cl_khr_int64_base_atomics : enable
13379 #pragma OPENCL EXTENSION cl_khr_int64_extended_atomics : enable
14198 #pragma OPENCL EXTENSION cl_khr_gl_msaa_sharin
[all...]
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Ddirectives.c60 1989 C standard. EXTENSION directives are extensions. */
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)
[all...]
/freebsd-11-stable/sbin/setkey/
H A Dparse.y101 %token F_EXT EXTENSION NOCYCLICSEQ
120 %type <num> EXTENSION MODE
504 : F_EXT EXTENSION { p_ext |= $2; }
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp916 #define EXTENSION(Name, Predicate) \ macro
920 #undef EXTENSION macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1145 #define EXTENSION(Name, Predicate) .Case(#Name, Predicate)
1149 #undef EXTENSION

Completed in 193 milliseconds