HomeSort by: relevance | last modified time | path
    Searched defs:EXTENSION (Results 1 - 4 of 4) sorted by relevancy

  /src/share/mk/
bsd.x11.mk 44 X11FLAGS.EXTENSION= ${X11FLAGS.BASE_EXTENSION} \
70 X11FLAGS.EXTENSION+= ${X11FLAGS.DRI}
89 X11FLAGS.EXTENSION+= -DXF86VIDMODE
106 X11FLAGS.EXTENSION+= -D__GLX_ALIGN64
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
FrontendActions.cpp 141 /*Binary=*/true, InFile, /*Extension=*/"", /*RemoveFileOnSignal=*/false);
219 return CI.createDefaultOutputFile(/*Binary=*/true, InFile, /*Extension=*/"",
645 /// Indicates that a particular module file extension has been read.
648 Out.indent(2) << "Module file extension '"
931 #define EXTENSION(Name, Predicate) \
935 #undef EXTENSION
  /src/external/gpl3/gcc/dist/libcpp/
directives.cc 59 1989 C standard. STDC23 directives come from the C23 standard. EXTENSION
64 #define EXTENSION 3
144 where the extension appears to have come from. */
162 D(include_next, T_INCLUDE_NEXT, EXTENSION, INCL | EXPAND) \
163 D(ident, T_IDENT, EXTENSION, IN_I) \
164 D(import, T_IMPORT, EXTENSION, INCL | EXPAND) /* ObjC */ \
165 D(assert, T_ASSERT, EXTENSION, DEPRECATED) /* SVR4 */ \
166 D(unassert, T_UNASSERT, EXTENSION, DEPRECATED) /* SVR4 */ \
167 D(sccs, T_SCCS, EXTENSION, IN_I) /* SVR4? */
384 if (dir->origin == EXTENSION
    [all...]
  /src/external/gpl3/gcc.old/dist/libcpp/
directives.cc 59 1989 C standard. STDC2X directives come from the C2X standard. EXTENSION
64 #define EXTENSION 3
144 where the extension appears to have come from. */
161 D(warning, T_WARNING, EXTENSION, 0) \
162 D(include_next, T_INCLUDE_NEXT, EXTENSION, INCL | EXPAND) \
163 D(ident, T_IDENT, EXTENSION, IN_I) \
164 D(import, T_IMPORT, EXTENSION, INCL | EXPAND) /* ObjC */ \
165 D(assert, T_ASSERT, EXTENSION, DEPRECATED) /* SVR4 */ \
166 D(unassert, T_UNASSERT, EXTENSION, DEPRECATED) /* SVR4 */ \
167 D(sccs, T_SCCS, EXTENSION, IN_I) /* SVR4? *
    [all...]

Completed in 28 milliseconds