Searched refs:Foreach (Results 1 – 6 of 6) sorted by relevance
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/ |
D | hotplug01.txt | 35 Foreach CPU in the system 40 Foreach CPU in the system
|
/third_party/skia/third_party/externals/tint/src/ |
D | symbol_table.h | 75 void Foreach(F&& callback) const { in Foreach() function
|
D | clone_context.cc | 37 from->Symbols().Foreach([&](Symbol s, const std::string&) { Clone(s); }); in CloneContext()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | TGLexer.h | 49 Bit, Bits, Class, Code, Dag, Def, Foreach, Defm, Field, In, Int, Let, List, enumerator
|
D | TGLexer.cpp | 346 .Case("foreach", tgtok::Foreach) in LexIdentifier()
|
D | TGParser.cpp | 486 K == tgtok::Let || K == tgtok::MultiClass || K == tgtok::Foreach || in isObjectStart() 2867 assert(Lex.getCode() == tgtok::Foreach && "Unknown tok"); in ParseForeach() 3240 case tgtok::Foreach: in ParseMultiClass() 3400 case tgtok::Foreach: return ParseForeach(MC); in ParseObject()
|