OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Jun 22 00:25:11 UTC 2026