HomeSort by relevance Sort by last modified time
    Searched full:c99 (Results 1051 - 1075 of 2358) sorted by null

<<41424344454647484950>>

  /external/clang/include/clang/AST/
PrettyPrinter.h 48 Bool(LO.Bool), Restrict(LO.C99),
  /external/clang/lib/Lex/
MacroInfo.cpp 71 /// C99 6.10.3.
  /external/clang/test/Analysis/
test-after-div-zero.c 1 // RUN: %clang_cc1 -std=c99 -Dbool=_Bool -analyze -analyzer-checker=core,alpha.core.TestAfterDivZero -analyzer-output=text -verify %s
  /external/clang/tools/scan-build-py/libear/
__init__.py 27 toolset.set_language_standard('c99')
  /external/clang/unittests/Tooling/
TestVisitor.h 55 case Lang_C: Args.push_back("-std=c99"); break;
  /external/curl/docs/
CODE_STYLE.md 48 introduced in the C standard until C99. We use only `/*` and `*/` comments:
  /external/deqp/
CMakeLists.txt 271 set_source_files_properties(${TESTERCORE_SRC_FILES} COMPILE_FLAGS "-std=c99")
  /external/dhcpcd-6.8.2/
README 28 We now default to using -std=c99. For 64-bit linux, this always works, but
  /external/google-breakpad/src/google_breakpad/common/
minidump_cpu_amd64.h 33 * (This is C99 source, please don't corrupt it with C++.)
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal_defs.h 285 /* C99 restrict keyword supported. */
jemalloc_internal_defs.h.in 277 /* C99 restrict keyword supported. */
  /external/libcxx/test/std/depr/depr.c.headers/
wchar_h.pass.cpp 34 // mbstate_t comes from the underlying C library; it is defined (in C99) as:
  /external/libopus/celt/
arch.h 180 /* This appears to be the same speed as C99's fabsf() but it's more portable. */
  /external/libvpx/libvpx/vpx/src/
vpx_image.c 212 * rhs to be promoted to a signed type. Section 6.3.1.8 of the ISO C99
  /external/llvm/lib/Target/WebAssembly/InstPrinter/
WebAssemblyInstPrinter.cpp 126 // Use C99's hexadecimal floating-point representation.
  /external/mesa3d/docs/relnotes/
10.0.4.html 127 <li>mesa: don't define c99 math functions for MSVC &gt;= 1800</li>
  /external/nanopb-c/
CHANGELOG.txt 37 Add an example pb_syshdr.h file for non-C99 compilers
  /external/nanopb-c/tests/
SConstruct 51 # If the platform doesn't support C99, use our own header file instead.
  /external/python/cpython2/Include/
pyerrors.h 311 not rely on any particular behavior; eventually the C99 defn may
  /external/python/cpython2/Modules/
_math.c 1 /* Definitions of some C99 math library functions, for those platforms
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Regex.cpp 144 // FIXME: We should have a StringExtras function for mapping C99 escapes.
  /external/valgrind/none/tests/amd64/
Makefile.am 206 fma4_CFLAGS = $(AM_CFLAGS) -std=c99
  /external/vulkan-validation-layers/
CMakeLists.txt 67 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c99 ${COMMON_COMPILE_FLAGS}")
  /external/vulkan-validation-layers/libs/glm/detail/
type_int.hpp 52 # if(defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L)) // C99 detected, 64 bit types available
  /external/xz-embedded/
README 52 kernel) or with any C99 compiler. Getting the code to compile with

Completed in 611 milliseconds

<<41424344454647484950>>