Searched defs:Col (Results 1 – 11 of 11) sorted by relevance
/external/clang/test/SemaCXX/ |
D | constexpr-nqueens.cpp | 38 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/ |
D | p10.cpp | 39 template<typename eT> class Col : public Mat<eT> { class
|
/external/eigen/Eigen/src/OrderingMethods/ |
D | Eigen_Colamd.h | 339 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/ |
D | CommentHandlerTest.cpp | 20 unsigned Line, Col; member 108 void Match(const char *Message, unsigned Line, unsigned Col) { in Match()
|
/external/llvm/lib/IR/ |
D | DebugLoc.cpp | 94 DebugLoc DebugLoc::get(unsigned Line, unsigned Col, in get()
|
D | DIBuilder.cpp | 1235 unsigned Line, unsigned Col, in createLexicalBlock()
|
/external/clang/include/clang/Basic/ |
D | SourceLocation.h | 358 unsigned Line, Col; variable
|
/external/llvm/lib/Support/ |
D | SourceMgr.cpp | 240 int Line, int Col, SourceMgr::DiagKind Kind, in SMDiagnostic()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | DebugIR.cpp | 242 unsigned Col = 0; // FIXME: support columns in visitInstruction() local
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 1611 void DwarfDebug::recordSourceLine(unsigned Line, unsigned Col, const MDNode *S, in recordSourceLine()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2350 unsigned Line = Record[0], Col = Record[1]; in ParseFunctionBody() local
|