Home
last modified time | relevance | path

Searched defs:Rows (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h127 Matrix(unsigned Rows, unsigned Cols) : in Matrix()
133 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal) in Matrix()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnitIndex.h126 std::unique_ptr<Entry[]> Rows; variable
H A DDWARFDebugLine.h293 RowVector Rows; member
/netbsd-src/games/tetris/
H A Dtetris.c64 int Rows, Cols; /* current screen size */ variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp495 std::vector<DWARFDebugLine::Row> &Rows, in emitLineTableForUnit()
H A DDWARFLinker.cpp1598 std::vector<DWARFDebugLine::Row> &Rows) { in insertLineSequence()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp193 raw_ostream &llvm::dwarf::operator<<(raw_ostream &OS, const UnwindTable &Rows) { in operator <<()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp712 SmallVector<SmallVector<CodeGenSubRegIndex*, 4>, 4> Rows; in emitComposeSubRegIndices() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DItaniumMangle.cpp3709 llvm::APSInt Rows(BitWidth); in mangleType() local