Home
last modified time | relevance | path

Searched defs:IsSequence (Results 1 – 6 of 6) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenSchedule.h54 bool IsSequence; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DYAMLParser.cpp1149 bool Scanner::scanFlowCollectionStart(bool IsSequence) { in scanFlowCollectionStart()
1166 bool Scanner::scanFlowCollectionEnd(bool IsSequence) { in scanFlowCollectionEnd()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenSchedule.h52 bool IsSequence; member
/external/llvm/lib/Support/
DYAMLParser.cpp1155 bool Scanner::scanFlowCollectionStart(bool IsSequence) { in scanFlowCollectionStart()
1172 bool Scanner::scanFlowCollectionEnd(bool IsSequence) { in scanFlowCollectionEnd()
/external/tensorflow/tensorflow/python/util/
Dutil.cc789 bool IsSequence(PyObject* o) { return IsSequenceHelper(o) == 1; } in IsSequence() function
/external/protobuf/php/ext/google/protobuf/
Dupb.h2583 inline bool FieldDef::IsSequence() const { return upb_fielddef_isseq(this); } in IsSequence() function