HomeSort by relevance Sort by last modified time
    Searched defs:C99 (Results 1 - 16 of 16) sorted by null

  /external/clang/include/clang/Frontend/
LangStandard.h 23 C99 = (1 << 2),
64 /// isC99 - Language is a superset of C99.
65 bool isC99() const { return Flags & frontend::C99; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
LangStandard.h 23 C99 = (1 << 2),
65 /// isC99 - Language is a superset of C99.
66 bool isC99() const { return Flags & frontend::C99; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Frontend/
LangStandard.h 23 C99 = (1 << 1),
66 /// isC99 - Language is a superset of C99.
67 bool isC99() const { return Flags & frontend::C99; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Frontend/
LangStandard.h 23 C99 = (1 << 1),
66 /// isC99 - Language is a superset of C99.
67 bool isC99() const { return Flags & frontend::C99; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
LangStandard.h 23 C99 = (1 << 2),
65 /// isC99 - Language is a superset of C99.
66 bool isC99() const { return Flags & frontend::C99; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Frontend/
LangStandard.h 23 C99 = (1 << 1),
66 /// isC99 - Language is a superset of C99.
67 bool isC99() const { return Flags & frontend::C99; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Frontend/
LangStandard.h 23 C99 = (1 << 1),
66 /// isC99 - Language is a superset of C99.
67 bool isC99() const { return Flags & frontend::C99; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Frontend/
LangStandard.h 23 C99 = (1 << 1),
67 /// isC99 - Language is a superset of C99.
68 bool isC99() const { return Flags & frontend::C99; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Frontend/
LangStandard.h 23 C99 = (1 << 1),
67 /// isC99 - Language is a superset of C99.
68 bool isC99() const { return Flags & frontend::C99; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Frontend/
LangStandard.h 23 C99 = (1 << 1),
67 /// isC99 - Language is a superset of C99.
68 bool isC99() const { return Flags & frontend::C99; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Frontend/
LangStandard.h 23 C99 = (1 << 1),
67 /// isC99 - Language is a superset of C99.
68 bool isC99() const { return Flags & frontend::C99; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Frontend/
LangStandard.h 23 C99 = (1 << 1),
67 /// isC99 - Language is a superset of C99.
68 bool isC99() const { return Flags & frontend::C99; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Frontend/
LangStandard.h 23 C99 = (1 << 1),
67 /// isC99 - Language is a superset of C99.
68 bool isC99() const { return Flags & frontend::C99; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Frontend/
LangStandard.h 23 C99 = (1 << 1),
67 /// isC99 - Language is a superset of C99.
68 bool isC99() const { return Flags & frontend::C99; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Frontend/
LangStandard.h 23 C99 = (1 << 1),
67 /// isC99 - Language is a superset of C99.
68 bool isC99() const { return Flags & frontend::C99; }
  /art/test/636-arm64-veneer-pool/src/
Main.java 126 class C99 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw new Error(); } } }
    [all...]

Completed in 947 milliseconds