Home
last modified time | relevance | path

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

/external/cpu_features/src/utils/
Dlist_cpu_features.c176 static void AddFlags(Node* map, const FeatureType* features) { \
377 AddFlags(root, &info.features); in CreateTree()
387 AddFlags(root, &info.features); in CreateTree()
395 AddFlags(root, &info.features); in CreateTree()
399 AddFlags(root, &info.features); in CreateTree()
411 AddFlags(root, &info.features); in CreateTree()
/external/llvm-project/clang/lib/Sema/
DScope.cpp107 void Scope::AddFlags(unsigned FlagsToSet) { in AddFlags() function in Scope
/external/chromium-trace/catapult/devil/devil/android/
Dflag_changer.py124 def AddFlags(self, flags): member in FlagChanger
/external/clang/lib/Sema/
DScope.cpp108 void Scope::AddFlags(unsigned FlagsToSet) { in AddFlags() function in Scope
/external/chromium-trace/catapult/systrace/profile_chrome/
Dchrome_startup_tracing_agent.py46 self._flag_changer.AddFlags(flags)
/external/clang/include/clang/Sema/
DScope.h479 void AddFlags(unsigned Flags);
/external/llvm-project/clang/include/clang/Sema/
DScope.h514 void AddFlags(unsigned Flags);
/external/clang/lib/Parse/
DParseStmt.cpp1318 getCurScope()->AddFlags(Scope::BreakScope); in ParseSwitchStatement()
1682 getCurScope()->AddFlags(Scope::BreakScope | Scope::ContinueScope); in ParseForStatement()
/external/llvm-project/clang/lib/Parse/
DParseStmt.cpp1562 getCurScope()->AddFlags(Scope::BreakScope); in ParseSwitchStatement()
1951 getCurScope()->AddFlags(Scope::BreakScope | Scope::ContinueScope); in ParseForStatement()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp3480 auto AddFlags = SCEV::FlagAnyWrap; in getMinusSCEV() local
3494 AddFlags = SCEV::FlagNSW; in getMinusSCEV()
3507 return getAddExpr(LHS, getNegativeSCEV(RHS, NegFlags), AddFlags); in getMinusSCEV()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp4020 auto AddFlags = SCEV::FlagAnyWrap; in getMinusSCEV() local
4034 AddFlags = SCEV::FlagNSW; in getMinusSCEV()
4047 return getAddExpr(LHS, getNegativeSCEV(RHS, NegFlags), AddFlags, Depth); in getMinusSCEV()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp3977 auto AddFlags = SCEV::FlagAnyWrap; in getMinusSCEV() local
3991 AddFlags = SCEV::FlagNSW; in getMinusSCEV()
4004 return getAddExpr(LHS, getNegativeSCEV(RHS, NegFlags), AddFlags, Depth); in getMinusSCEV()