Home
last modified time | relevance | path

Searched refs:Foreach (Results 1 – 6 of 6) sorted by relevance

/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/
Dhotplug01.txt35 Foreach CPU in the system
40 Foreach CPU in the system
/third_party/skia/third_party/externals/tint/src/
Dsymbol_table.h75 void Foreach(F&& callback) const { in Foreach() function
Dclone_context.cc37 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/
DTGLexer.h49 Bit, Bits, Class, Code, Dag, Def, Foreach, Defm, Field, In, Int, Let, List, enumerator
DTGLexer.cpp346 .Case("foreach", tgtok::Foreach) in LexIdentifier()
DTGParser.cpp486 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()