Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DScope.cpp108 void Scope::AddFlags(unsigned FlagsToSet) { in AddFlags() function in Scope
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScope.h493 void AddFlags(unsigned Flags);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp1361 getCurScope()->AddFlags(Scope::BreakScope); in ParseSwitchStatement()
1736 getCurScope()->AddFlags(Scope::BreakScope | Scope::ContinueScope); in ParseForStatement()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp3995 auto AddFlags = SCEV::FlagAnyWrap; in getMinusSCEV() local
4009 AddFlags = SCEV::FlagNSW; in getMinusSCEV()
4022 return getAddExpr(LHS, getNegativeSCEV(RHS, NegFlags), AddFlags, Depth); in getMinusSCEV()