Searched refs:AddFlags (Results 1 – 12 of 12) sorted by relevance
/external/cpu_features/src/utils/ |
D | list_cpu_features.c | 176 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/ |
D | Scope.cpp | 107 void Scope::AddFlags(unsigned FlagsToSet) { in AddFlags() function in Scope
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | flag_changer.py | 124 def AddFlags(self, flags): member in FlagChanger
|
/external/clang/lib/Sema/ |
D | Scope.cpp | 108 void Scope::AddFlags(unsigned FlagsToSet) { in AddFlags() function in Scope
|
/external/chromium-trace/catapult/systrace/profile_chrome/ |
D | chrome_startup_tracing_agent.py | 46 self._flag_changer.AddFlags(flags)
|
/external/clang/include/clang/Sema/ |
D | Scope.h | 479 void AddFlags(unsigned Flags);
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Scope.h | 514 void AddFlags(unsigned Flags);
|
/external/clang/lib/Parse/ |
D | ParseStmt.cpp | 1318 getCurScope()->AddFlags(Scope::BreakScope); in ParseSwitchStatement() 1682 getCurScope()->AddFlags(Scope::BreakScope | Scope::ContinueScope); in ParseForStatement()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseStmt.cpp | 1562 getCurScope()->AddFlags(Scope::BreakScope); in ParseSwitchStatement() 1951 getCurScope()->AddFlags(Scope::BreakScope | Scope::ContinueScope); in ParseForStatement()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 3480 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/ |
D | ScalarEvolution.cpp | 4020 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/ |
D | ScalarEvolution.cpp | 3977 auto AddFlags = SCEV::FlagAnyWrap; in getMinusSCEV() local 3991 AddFlags = SCEV::FlagNSW; in getMinusSCEV() 4004 return getAddExpr(LHS, getNegativeSCEV(RHS, NegFlags), AddFlags, Depth); in getMinusSCEV()
|