HomeSort by: relevance | last modified time | path
    Searched refs:isGoto (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseStmtAsm.cpp 735 if (GAQ.isGoto() && getLangOpts().SpeculativeLoadHardening)
826 if (!GAQ.isGoto() && (Tok.isNot(tok::r_paren) || AteExtraColon)) {
859 } else if (GAQ.isGoto()) {
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 3488 inline bool isGoto() const { return Qualifiers & AQ_goto; }

Completed in 21 milliseconds