Searched
full:c99 (Results
651 -
675 of
2358) sorted by null
<<21222324252627282930>>
/external/clang/include/clang/Basic/ |
Linkage.h | 24 /// (C++ [basic.link], C99 6.2.2) that an entity may have.
|
/external/clang/lib/Headers/ |
float.h | 79 /* Characteristics of floating point types, C99 5.2.4.2.2 */
|
limits.h | 89 /* C99 5.2.4.2.1: Added long long.
|
/external/clang/test/Analysis/ |
bool-assignment.c | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core.BoolAssignment -analyzer-store=region -verify -std=c99 -Dbool=_Bool %s
|
/external/clang/test/CodeGen/ |
function-attributes.c | 2 // RUN: %clang_cc1 -triple i386-unknown-unknown -emit-llvm -disable-llvm-optzns -Os -std=c99 -o - %s | FileCheck %s
|
/external/clang/test/Parser/ |
attributes.c | 1 // RUN: %clang_cc1 -fsyntax-only -verify %s -pedantic -std=c99
|
cxx-member-initializers.cpp | 63 // FIXME: This should be valid in the union of C99 and C++11.
|
/external/clang/test/Sema/ |
expr-address-of.c | 49 // on promoting a register array to a pointer! (C99 6.3.2.1p3)
|
i-c-e.c | 1 // RUN: %clang_cc1 %s -ffreestanding -Wno-int-to-pointer-cast -fsyntax-only -verify -pedantic -fpascal-strings -std=c99
|
warn-type-safety-mpi-hdf5.c | 1 // RUN: %clang_cc1 -std=c99 -DOPEN_MPI -fsyntax-only -verify %s 2 // RUN: %clang_cc1 -std=c99 -DMPICH -fsyntax-only -verify %s 6 // RUN: %clang_cc1 -std=c99 -DOPEN_MPI -fno-signed-char -fsyntax-only -verify %s 7 // RUN: %clang_cc1 -std=c99 -DMPICH -fno-signed-char -fsyntax-only -verify %s
|
/external/clang/test/SemaTemplate/ |
instantiate-c99.cpp | 3 // Test template instantiation for C99-specific features.
|
/external/compiler-rt/cmake/ |
builtin-config-ix.cmake | 9 builtin_check_c_compiler_flag(-std=c99 COMPILER_RT_HAS_STD_C99_FLAG)
|
/external/compiler-rt/test/BlocksRuntime/ |
testfilerunner.h | 49 DoC99 = (1 << 12), // -std=c99
|
/external/e2fsprogs/e2fsck/ |
jfs_user.h | 115 #else /* not C99 */
|
/external/google-breakpad/src/google_breakpad/common/ |
minidump_exception_linux.h | 33 * (This is C99 source, please don't corrupt it with C++.)
|
minidump_exception_solaris.h | 33 * (This is C99 source, please don't corrupt it with C++.)
|
/external/libcxx/include/ |
cinttypes | 17 This entire header is C99 / C++0X
|
/external/libunwind_llvm/src/ |
CMakeLists.txt | 14 COMPILE_FLAGS "-std=c99")
|
/external/libvorbis/lib/ |
scales.h | 25 /* MS Visual Studio doesn't have C99 inline keyword. */
|
/external/llvm/include/llvm/Support/ |
DataTypes.h.cmake | 68 /* Note that <inttypes.h> includes <stdint.h>, if this is a C99 system. */
|
/external/mesa3d/src/gallium/include/pipe/ |
p_compiler.h | 60 * Alternative stdint.h and stdbool.h headers are supplied in include/c99 for
|
/external/skia/include/gpu/ |
GrConfig.h | 66 * Include stdint.h with defines that trigger declaration of C99 limit/const
|
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Support/ |
DataTypes.h | 68 /* Note that <inttypes.h> includes <stdint.h>, if this is a C99 system. */
|
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Support/ |
DataTypes.h | 68 /* Note that <inttypes.h> includes <stdint.h>, if this is a C99 system. */
|
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/Support/ |
DataTypes.h | 68 /* Note that <inttypes.h> includes <stdint.h>, if this is a C99 system. */
|
Completed in 2734 milliseconds
<<21222324252627282930>>