Searched refs:variety (Results 1 - 5 of 5) sorted by relevance

/external/eigen/debug/gdb/
H A Dprinters.py37 def __init__(self, variety, val):
40 # Save the variety (presumably "Matrix" or "Array") for later usage
41 self.variety = variety
127 return "Eigen::%s<%s,%d,%d,%s> (data ptr: %s)" % (self.variety, self.innerType, self.rows, self.cols, "RowMajor" if self.rowMajor else "ColMajor", self.data)
/external/clang/utils/TableGen/
H A DClangAttrEmitter.cpp50 const std::string &variety() const { return V; } function in class:FlattenedSpelling
1076 std::string Variety = Spellings[I].variety();
1104 llvm_unreachable("Unknown attribute syntax variety!");
1155 if (S.variety() != Spelling.variety())
1207 // The enumerants are automatically generated based on the variety,
1216 std::string Variety = S.variety();
1270 if (I.variety() != "GNU")
1774 // If this is the C++11 variety, also add in the LangOpts test.
1786 if (Variety.empty() || (Variety == S.variety()
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Derror.rb98 The base class of the variety of syntax errors that can occur during the
H A Dtoken.rb339 There are a variety of different entities throughout the ANTLR runtime library
/external/blktrace/btt/doc/
H A Dbtt.tex43 IO rates and the like. \texttt{btt} goes further and produces a variety

Completed in 1126 milliseconds