Searched refs:AddFlags (Results 1 - 7 of 7) sorted by relevance

/external/libmojo/third_party/catapult/devil/devil/android/
H A Dflag_changer.py58 def AddFlags(self, flags): member in class:FlagChanger
61 change the state back to the one preceeding the call to AddFlags.
73 Note that calling RemoveFlags after AddFlags will result in having
104 """Restores the flags to their state prior to the last AddFlags or
/external/chromium-trace/catapult/devil/devil/android/
H A Dflag_changer.py116 def AddFlags(self, flags): member in class:FlagChanger
119 change the state back to the one preceeding the call to AddFlags.
134 Note that calling RemoveFlags after AddFlags will result in having
190 """Restores the flags to their state prior to the last AddFlags or
/external/clang/lib/Sema/
H A DScope.cpp108 void Scope::AddFlags(unsigned FlagsToSet) { function in class:Scope
/external/chromium-trace/catapult/systrace/profile_chrome/
H A Dchrome_startup_tracing_agent.py45 self._flag_changer.AddFlags(flags)
/external/clang/include/clang/Sema/
H A DScope.h479 void AddFlags(unsigned Flags);
/external/clang/lib/Parse/
H A DParseStmt.cpp1318 getCurScope()->AddFlags(Scope::BreakScope);
1682 getCurScope()->AddFlags(Scope::BreakScope | Scope::ContinueScope);
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp3480 auto AddFlags = SCEV::FlagAnyWrap;
3494 AddFlags = SCEV::FlagNSW;
3507 return getAddExpr(LHS, getNegativeSCEV(RHS, NegFlags), AddFlags);

Completed in 233 milliseconds