Home
last modified time | relevance | path

Searched defs:Closure (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/vm/
Dvmimpl.h43 class Closure; variable
Dvmimpl.cc74 Closure::Closure(const FuncGraphPtr &graph, const AnfNodePtrToBaseRefMap &values) in Closure() function in mindspore::compile::Closure
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_test_bad_identifiers.proto183 rpc Closure(DummyMessage) returns (DummyMessage); rpc
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86DomainReassignment.cpp300 class Closure { class
316 Closure(unsigned ID, std::initializer_list<RegDomain> LegalDstDomainList) : ID(ID) { in Closure() function in __anon81a2d7f30111::Closure
/third_party/protobuf/src/google/protobuf/stubs/
Dcallback.h75 Closure() {} in Closure() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp773 auto Closure = InstrProfRecordClosure; in getSize() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFGraph.cpp1461 std::vector<unsigned> &Closure) -> bool { in buildPhis()