Home
last modified time | relevance | path

Searched refs:AddFlags (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DScope.cpp107 void Scope::AddFlags(unsigned FlagsToSet) { in AddFlags() function in Scope
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScope.h531 void AddFlags(unsigned Flags);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp1565 getCurScope()->AddFlags(Scope::BreakScope); in ParseSwitchStatement()
1988 getCurScope()->AddFlags(Scope::BreakScope | Scope::ContinueScope); in ParseForStatement()
2004 getCurScope()->AddFlags(Scope::BreakScope | Scope::ContinueScope); in ParseForStatement()
H A DParseExprCXX.cpp1951 S->AddFlags(Scope::BreakScope | Scope::ContinueScope); in ParseCXXCondition()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp4003 auto AddFlags = SCEV::FlagAnyWrap; in getMinusSCEV() local
4017 AddFlags = SCEV::FlagNSW; in getMinusSCEV()
4030 return getAddExpr(LHS, getNegativeSCEV(RHS, NegFlags), AddFlags, Depth); in getMinusSCEV()