Home
last modified time | relevance | path

Searched refs:compiler (Results 1 – 25 of 56) sorted by path

123

/php-src/
H A D.gitignore38 # Temporary library object files generated by compiler and libtool due to failure
197 # Generated by x64 compiler, includes Debug, Debug_TS, Release, Release_TS
200 # Generated by arm64 compiler, includes Debug, Debug_TS, Release, Release_TS
H A DCODING_STANDARDS.md282 instead of using ``sizeof()-1`` as it is clearer and any modern compiler
H A DREADME.REDIST.BINS38 included in the distribution is a just-in-time compiler that can be used to
H A Dconfigure.ac141 AC_MSG_CHECKING(for native build C compiler)
226 dnl Mark symbols hidden by default if the compiler (for example, gcc >= 4)
323 dnl Add pthreads linker and compiler flags.
468 dnl Checks for typedefs, structures, and compiler characteristics.
532 dnl Check for __alignof__ support in the compiler
533 AC_CACHE_CHECK(whether the compiler supports __alignof__, ac_cv_alignof_exists,[
544 AC_DEFINE([HAVE_ALIGNOF], 1, [whether the compiler supports __alignof__])
574 dnl Check for __attribute__ ((__aligned__)) support in the compiler.
1519 AC_DEFINE_UNQUOTED(PHP_BUILD_COMPILER,"$PHP_BUILD_COMPILER",[used compiler for build])
1670 dnl compiler.
/php-src/Zend/
H A DZend.m4214 dnl Check if compiler supports -Wno-clobbered (only GCC)
/php-src/Zend/asm/
H A Dmake_ppc32_sysv_elf_gas.S128 # C++ compiler wanted the secure PLT.
/php-src/Zend/tests/
H A Dbug55007.phpt2 Bug #55007 (compiler fail after previous fail)
H A Dbug63217.phpt42 /* These caused the same bug, but in opcache rather than the compiler */
H A Dbug69388.phpt2 Bug #69388: Use after free on recursive calls to PHP compiler
H A Ddeclare_006.phpt2 Use of non-literals in declare ticks values crashes compiler
H A Dflexible-heredoc-nowdoc-lineno.phpt2 Flexible heredoc lineno: ensure the compiler globals line number is correct
/php-src/Zend/tests/type_declarations/
H A Dstatic_type_param.phpt6 // TODO: We could prohibit this case in the compiler instead.
/php-src/build/
H A Dax_check_compile_flag.m411 # Check whether the given FLAG works with the current language's compiler
20 # force the compiler to issue an error when a bad flag is given.
42 AC_CACHE_CHECK([whether the _AC_LANG compiler accepts $1], CACHEVAR, [
H A Dax_func_which_gethostbyname_r.m483 # netdb.h is not declaring the function, and the compiler is thereby
H A Dax_gcc_func_attribute.m411 # This macro checks if the compiler supports one of GCC's function
H A Dlibtool.m4178 _LT_CC_BASENAME([$compiler])
224 compiler=$CC
247 # the simple compiler test code.
2891 compiler=$CC
2892 _LT_AC_TAGVAR(compiler, $1)=$CC
2893 _LT_CC_BASENAME([$compiler])
3564 # the KAI C++ compiler.
4206 # A C compiler.
4209 # LTCC compiler flags.
4215 # Is the compiler the GNU C compiler?
[all …]
H A Dphp.m4249 dnl Choose the right compiler/flags/etc. for the source-file.
279 AC_MSG_CHECKING([if compiler supports -Wl,-rpath,])
289 AC_MSG_CHECKING([if compiler supports -R])
343 dnl the PHP build system which are only given in compiler notation.
373 dnl system which are only given in compiler notation.
913 dnl are passed to the compiler, with @ext_srcdir@ and @ext_builddir@ being
2678 AC_MSG_CHECKING([for avx512 supports in compiler])
2700 [$have_avx512_supports], [Whether the compiler supports AVX512])
2707 AC_MSG_CHECKING([for avx512 vbmi supports in compiler])
2732 dnl Check whether the compiler supports the GNU C variable attribute.
[all …]
H A Dphp_cxx_compile_stdcxx.m470 AC_MSG_NOTICE([No compiler with C++$1 support was found])
136 // If the compiler admits that it is not ready for C++11, why torture it?
141 #error "This is not a C++ compiler"
145 #error "This is not a C++11 compiler"
427 // If the compiler admits that it is not ready for C++14, why torture it?
432 #error "This is not a C++ compiler"
436 #error "This is not a C++14 compiler"
556 #error "This is not a C++ compiler"
560 #error "This is not a C++17 compiler"
935 #error "This is not a C++ compiler"
[all …]
H A Dpkg.m4141 AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst32 |> compiler -- opcodes
131 With that little detour out of the way, the job of the compiler is to read the AST and translate it
191 The opcache also implements a JIT compiler, which stands for just-in-time compiler. This compiler
/php-src/docs/source/introduction/ides/
H A Dvisual-studio-code.rst29 provides the extension with the necessary information about include paths and other compiler flags.
59 ``clangd`` is a language server built on top of the ``clang`` compiler. It only provides navigation
/php-src/ext/bcmath/libbcmath/
H A DLICENSE326 components (compiler, kernel, and so on) of the operating system on
/php-src/ext/fileinfo/tests/
H A Dmagic195 # Game files start with "TADS2 bin\n\r\032\0" then the compiler version.
201 # Resource files start with "TADS2 rsc\n\r\032\0" then the compiler version.
26783 #>>0x18 leshort 0x1c (Borland compiler)
26784 #>>0x18 leshort 0x1e (MS compiler)
H A Dmagic私はガラスを食べられます195 # Game files start with "TADS2 bin\n\r\032\0" then the compiler version.
201 # Resource files start with "TADS2 rsc\n\r\032\0" then the compiler version.
26783 #>>0x18 leshort 0x1c (Borland compiler)
26784 #>>0x18 leshort 0x1e (MS compiler)
/php-src/ext/json/
H A Djson_scanner.re74 /* this should never happened (just to suppress compiler warning) */

Completed in 201 milliseconds

123