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

  /external/chromium_org/third_party/angle/src/compiler/
Pragma.h 10 struct TPragma {
12 TPragma() : optimize(true), debug(false) { }
13 TPragma(bool o, bool d) : optimize(o), debug(d) { }
DirectiveHandler.h 23 const TPragma& pragma() const { return mPragma; }
41 TPragma mPragma;
ParseContext.h 101 const TPragma& pragma() const { return directiveHandler.pragma(); }

Completed in 569 milliseconds