Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Sema/
DScopeInfo.h123 bool HasIndirectGoto : 1; variable
385 HasBranchIntoScope(false), HasIndirectGoto(false), HasMustTail(false), in FunctionScopeInfo()
434 HasIndirectGoto = true; in setHasIndirectGoto()
473 return !HasDroppedStmt && (HasIndirectGoto || HasMustTail || in NeedsScopeChecking()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DScopeInfo.cpp28 HasIndirectGoto = false; in Clear()