HomeSort by relevance Sort by last modified time
    Searched refs:C89 (Results 1 - 13 of 13) sorted by null

  /external/clang/include/clang/Frontend/
LangStandard.h 22 C89 = (1 << 1),
61 /// isC89 - Language is a superset of C89.
62 bool isC89() const { return Flags & frontend::C89; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
LangStandard.h 22 C89 = (1 << 1),
62 /// isC89 - Language is a superset of C89.
63 bool isC89() const { return Flags & frontend::C89; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
LangStandard.h 22 C89 = (1 << 1),
62 /// isC89 - Language is a superset of C89.
63 bool isC89() const { return Flags & frontend::C89; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
LangStandard.h 22 C89 = (1 << 1),
62 /// isC89 - Language is a superset of C89.
63 bool isC89() const { return Flags & frontend::C89; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
LangStandard.h 22 C89 = (1 << 1),
62 /// isC89 - Language is a superset of C89.
63 bool isC89() const { return Flags & frontend::C89; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
LangStandard.h 22 C89 = (1 << 1),
62 /// isC89 - Language is a superset of C89.
63 bool isC89() const { return Flags & frontend::C89; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
LangStandard.h 22 C89 = (1 << 1),
62 /// isC89 - Language is a superset of C89.
63 bool isC89() const { return Flags & frontend::C89; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
LangStandard.h 22 C89 = (1 << 1),
62 /// isC89 - Language is a superset of C89.
63 bool isC89() const { return Flags & frontend::C89; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
LangStandard.h 22 C89 = (1 << 1),
62 /// isC89 - Language is a superset of C89.
63 bool isC89() const { return Flags & frontend::C89; }
  /external/elfutils/tests/
run-readelf-dwz-multi.sh 89 language (data1) C89 (1)
150 language (data1) C89 (1)
210 language (data1) C89 (1)
250 language (data1) C89 (1)
289 language (data1) C89 (1)
  /external/bison/data/
yacc.c 119 # uses only C89 types, so that the user can override the shorter
120 # types, and so that pre-C89 compilers are handled correctly.
    [all...]
  /external/elfutils/libdw/
known-dwarf.h 309 DWARF_ONE_KNOWN_DW_LANG (C89, DW_LANG_C89) \
    [all...]
  /art/test/636-arm64-veneer-pool/src/
Main.java 109 class C89 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw new Error(); } } }
    [all...]

Completed in 1716 milliseconds