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

1 23 4 5 6 7 8 91011>>

  /external/clang/test/Parser/
nullability.c 1 // RUN: %clang_cc1 -fsyntax-only -std=c99 -Wno-nullability-declspec -pedantic %s -verify
c1x-alignas.c 2 // RUN: not %clang_cc1 -std=c99 -pedantic -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-EXT %s
  /external/clang/test/Preprocessor/
c99-6_10_3_4_p7.c 1 // Example from C99 6.10.3.4p7
  /external/clang/test/Sema/
for.c 3 // Check C99 6.8.5p3
warn-vla.c 1 // RUN: %clang_cc1 -std=c99 -fsyntax-only -verify -Wvla %s
implicit-decl.c 13 expected-error {{implicit declaration of function '_CFCalendarDecomposeAbsoluteTimeV' is invalid in C99}}
16 printg("Hello, World!\n"); // expected-error{{implicit declaration of function 'printg' is invalid in C99}} \
30 formatd("Hello, World!\n"); // expected-error{{implicit declaration of function 'formatd' is invalid in C99}} \
  /external/libvterm/
Android.bp 18 "-std=c99",
  /external/python/cpython2/Modules/
python.c 13 * and until C vendors implement C99's ways to control FP exceptions,
  /frameworks/compile/slang/tests/F_warnings_as_error/
stderr.txt.expect 1 deprecated.rs:9:11: error: implicit declaration of function 'func0' is invalid in C99
  /external/libcxx/include/
climits 35 LLONG_MIN // C99
36 LLONG_MAX // C99
37 ULLONG_MAX // C99
limits.h 35 LLONG_MIN // C99
36 LLONG_MAX // C99
37 ULLONG_MAX // C99
  /external/libusb/Xcode/
common.xcconfig 20 // libusb does not follow C99 strict aliasing rules, so disable it.
23 // Use C99 dialect.
24 GCC_C_LANGUAGE_STANDARD = c99
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
climits 35 LLONG_MIN // C99
36 LLONG_MAX // C99
37 ULLONG_MAX // C99
limits.h 35 LLONG_MIN // C99
36 LLONG_MAX // C99
37 ULLONG_MAX // C99
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
climits 35 LLONG_MIN // C99
36 LLONG_MAX // C99
37 ULLONG_MAX // C99
limits.h 35 LLONG_MIN // C99
36 LLONG_MAX // C99
37 ULLONG_MAX // C99
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/
climits 35 LLONG_MIN // C99
36 LLONG_MAX // C99
37 ULLONG_MAX // C99
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/
climits 35 LLONG_MIN // C99
36 LLONG_MAX // C99
37 ULLONG_MAX // C99
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
climits 35 LLONG_MIN // C99
36 LLONG_MAX // C99
37 ULLONG_MAX // C99
  /external/clang/test/Lexer/
keywords_test.c 1 // RUN: %clang_cc1 -std=c99 -E %s -o - | FileCheck --check-prefix=CHECK-NONE %s
5 // RUN: %clang_cc1 -std=c99 -fgnu-keywords -E %s -o - \
10 // RUN: %clang_cc1 -std=c99 -fms-extensions -E %s -o - \
12 // RUN: %clang_cc1 -std=c99 -fdeclspec -E %s -o - \
14 // RUN: %clang_cc1 -std=c99 -fms-extensions -fno-declspec -E %s -o - \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
python.c 13 * and until C vendors implement C99's ways to control FP exceptions,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
python.c 13 * and until C vendors implement C99's ways to control FP exceptions,
  /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

Completed in 459 milliseconds

1 23 4 5 6 7 8 91011>>