/external/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/ |
FreetypeBuild.java | 77 win32home.cFlags += " -std=c99 -DFT2_BUILD_LIBRARY";
78 win32home.cppFlags += " -std=c99 -DFT2_BUILD_LIBRARY";
83 win32.cFlags += " -std=c99 -DFT2_BUILD_LIBRARY";
84 win32.cppFlags += " -std=c99 -DFT2_BUILD_LIBRARY";
89 win64.cFlags += " -std=c99 -DFT2_BUILD_LIBRARY";
90 win64.cppFlags += " -std=c99 -DFT2_BUILD_LIBRARY";
95 lin32.cFlags += " -std=c99 -DFT2_BUILD_LIBRARY";
96 lin32.cppFlags += " -std=c99 -DFT2_BUILD_LIBRARY";
101 lin64.cFlags += " -std=c99 -DFT2_BUILD_LIBRARY";
102 lin64.cppFlags += " -std=c99 -DFT2_BUILD_LIBRARY"; [all...] |
/external/clang/test/CodeGen/ |
2004-06-17-UnorderedCompares.c | 1 // RUN: %clang_cc1 -std=c99 %s -emit-llvm -o - | FileCheck %s
|
/external/clang/test/Modules/ |
compiler_builtins.m | 3 // RUN: %clang_cc1 -fsyntax-only -std=c99 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t %s -I%S/Inputs/System/usr/include -verify
|
compiler_builtins_arm.m | 2 // RUN: %clang_cc1 -fsyntax-only -triple thumbv7-none-linux-gnueabihf -target-abi aapcs -target-cpu cortex-a8 -mfloat-abi hard -std=c99 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -D__need_wint_t %s -verify
|
/external/clang/test/Parser/ |
c1x-alignas.c | 2 // RUN: not %clang_cc1 -std=c99 -pedantic -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-EXT %s
|
empty-translation-unit.c | 1 // RUN: %clang_cc1 -fsyntax-only -std=c99 -pedantic -W -verify %s
|
/external/clang/test/Preprocessor/ |
if_warning.c | 19 #else 1 // Should not warn due to C99 6.10p4
|
/external/clang/test/Sema/ |
anonymous-struct-union-c11.c | 2 // RUN: %clang_cc1 -fsyntax-only -std=c99 -verify -Wc11-extensions %s
|
decl-type-merging.c | 1 // RUN: %clang_cc1 -fsyntax-only -std=c99 -verify -pedantic %s
|
redefinition.c | 14 int g(void) { return 0; } // expected-error{{redefinition of a 'extern inline' function 'g' is not supported in C99 mode}}
|
struct-compat.c | 9 // Per C99 6.7.2.3, since the outer and inner "struct x"es have different
|
typedef-variable-type.c | 1 // RUN: %clang_cc1 %s -verify -fsyntax-only -pedantic -Wno-typedef-redefinition -std=c99
|
/external/compiler-rt/test/msan/ |
strerror_r-non-gnu.c | 1 // RUN: %clang_msan -std=c99 -O0 -g %s -o %t && %run %t
|
/external/libvterm/ |
Android.mk | 22 -std=c99 \
|
/system/media/camera/src/ |
Android.mk | 24 -std=c99
|
/external/clang/test/Frontend/ |
gnu-inline.c | 2 // RUN: %clang_cc1 -std=c99 -fsyntax-only -x c -E -dM %s | FileCheck --check-prefix=STDC-INLINE %s 3 // RUN: %clang_cc1 -std=c99 -fgnu89-inline -fsyntax-only -x c -E -dM %s | FileCheck --check-prefix=GNU-INLINE %s
|
/external/clang/test/Lexer/ |
has_extension.c | 1 // RUN: %clang_cc1 -std=c99 -E %s -o - | FileCheck --check-prefix=CHECK-PED-NONE %s 2 // RUN: %clang_cc1 -std=c99 -pedantic-errors -E %s -o - | FileCheck --check-prefix=CHECK-PED-ERR %s
|
long-long.cpp | 2 * RUN: %clang_cc1 -x c -std=c99 -fsyntax-only -verify -pedantic-errors -Wno-empty-translation-unit %s 9 /* expected-error@21 {{'long long' is an extension when C99 mode is not enabled}} */
|
/external/clang/test/PCH/ |
cxx1y-default-initializer.cpp | 26 static_assert(A{.y = 5}.z == 5, ""); // expected-warning {{C99}} 27 static_assert(A{3, .y = 1}.z == 4, ""); // expected-warning {{C99}}
|
/external/google-breakpad/src/testing/gtest/xcode/Config/ |
General.xcconfig | 26 // Force C99 dialect 27 GCC_C_LANGUAGE_STANDARD = c99
|
/external/libcxx/include/ |
cfloat | 20 FLT_EVAL_METHOD // C99 27 DECIMAL_DIG // C99
|
cstdlib | 33 lldiv_t // C99 38 long long atoll(const char* nptr); // C99 40 float strtof (const char* restrict nptr, char** restrict endptr); // C99 41 long double strtold (const char* restrict nptr, char** restrict endptr); // C99 43 long long strtoll (const char* restrict nptr, char** restrict endptr, int base); // C99 45 unsigned long long strtoull(const char* restrict nptr, char** restrict endptr, int base); // C99 66 long long llabs(long long j); // C99 71 lldiv_t lldiv(long long numer, long long denom); // C99
|
/external/protobuf/gtest/xcode/Config/ |
General.xcconfig | 26 // Force C99 dialect 27 GCC_C_LANGUAGE_STANDARD = c99
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/xcode/Config/ |
General.xcconfig | 26 // Force C99 dialect 27 GCC_C_LANGUAGE_STANDARD = c99
|
/frameworks/native/vulkan/nulldrv/ |
Android.mk | 19 LOCAL_CFLAGS := -std=c99 -fvisibility=hidden -fstrict-aliasing \ 28 -Wno-c99-extensions
|