Home
last modified time | relevance | path

Searched defs:Col (Results 1 – 11 of 11) sorted by relevance

/external/clang/test/SemaCXX/
Dconstexpr-nqueens.cpp38 int N, int Col, int Row, const Board &B) { in tryBoard()
41 constexpr Board buildBoardScan(int N, int Col, int Row, const Board &B) { in buildBoardScan()
48 constexpr Board buildBoardRecurse(int N, int Col, const Board &B) { in buildBoardRecurse()
57 constexpr bool Board::check(const char *p, int Row, int Col) { in check()
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
Dp10.cpp39 template<typename eT> class Col : public Mat<eT> { class
/external/eigen/Eigen/src/OrderingMethods/
DEigen_Colamd.h339 colamd_col<Index> *Col ; /* pointer into A of Col [0..n_col] array */ in colamd() local
489 static Index init_rows_cols /* returns true if OK, or false otherwise */ in init_rows_cols()
705 static void init_scoring in init_scoring()
942 static Index find_ordering /* return the number of garbage collections */ in find_ordering()
1453 static inline void order_children in order_children()
1554 static void detect_super_cols in detect_super_cols()
1705 static Index garbage_collection /* returns the new value of pfree */ in garbage_collection()
/external/clang/unittests/Tooling/
DCommentHandlerTest.cpp20 unsigned Line, Col; member
108 void Match(const char *Message, unsigned Line, unsigned Col) { in Match()
/external/llvm/lib/IR/
DDebugLoc.cpp94 DebugLoc DebugLoc::get(unsigned Line, unsigned Col, in get()
DDIBuilder.cpp1235 unsigned Line, unsigned Col, in createLexicalBlock()
/external/clang/include/clang/Basic/
DSourceLocation.h358 unsigned Line, Col; variable
/external/llvm/lib/Support/
DSourceMgr.cpp240 int Line, int Col, SourceMgr::DiagKind Kind, in SMDiagnostic()
/external/llvm/lib/Transforms/Instrumentation/
DDebugIR.cpp242 unsigned Col = 0; // FIXME: support columns in visitInstruction() local
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1611 void DwarfDebug::recordSourceLine(unsigned Line, unsigned Col, const MDNode *S, in recordSourceLine()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2350 unsigned Line = Record[0], Col = Record[1]; in ParseFunctionBody() local