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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/check-for-inappropriate-macros-in-external-headers-tests/resources/Fake.framework/Headers/
Fail.h 18 #if COMPILER_QUIRK(FEATURE)
  /external/chromium_org/third_party/WebKit/Source/wtf/
Compiler.h 35 /* COMPILER_QUIRK() - whether the compiler being used to build the project requires a given quirk. */
36 #define COMPILER_QUIRK(WTF_COMPILER_QUIRK) (defined WTF_COMPILER_QUIRK_##WTF_COMPILER_QUIRK && WTF_COMPILER_QUIRK_##WTF_COMPILER_QUIRK)
213 #if COMPILER_QUIRK(FINAL_IS_CALLED_SEALED)

Completed in 251 milliseconds