Home
last modified time | relevance | path

Searched refs:isGoto (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp735 if (GAQ.isGoto() && getLangOpts().SpeculativeLoadHardening) in ParseAsmStatement()
826 if (!GAQ.isGoto() && (Tok.isNot(tok::r_paren) || AteExtraColon)) { in ParseAsmStatement()
859 } else if (GAQ.isGoto()) { in ParseAsmStatement()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3919 inline bool isGoto() const { return Qualifiers & AQ_goto; } in isGoto() function