Home
last modified time | relevance | path

Searched defs:Col (Results 1 – 16 of 16) 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/llvm/lib/IR/
DDebugLoc.cpp59 DebugLoc DebugLoc::get(unsigned Line, unsigned Col, const MDNode *Scope, in get()
DDIBuilder.cpp715 unsigned Line, unsigned Col) { in createLexicalBlock()
/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/ProfileData/
DCoverageMapping.cpp268 void startSegment(unsigned Line, unsigned Col) { in startSegment()
274 void startSegment(unsigned Line, unsigned Col, bool IsRegionEntry, in startSegment()
302 unsigned Line = Active->LineEnd, Col = Active->ColumnEnd; in popRegion() local
/external/llvm/bindings/go/llvm/
DIRBindings.cpp95 unsigned Col, LLVMMetadataRef Scope, in LLVMSetCurrentDebugLocation2()
/external/clang/include/clang/Frontend/
DSerializedDiagnosticReader.h49 unsigned Col; member
/external/llvm/tools/llvm-cov/
DSourceCoverageView.cpp34 unsigned Col = 1; in renderLine() local
/external/clang/include/clang/Basic/
DSourceLocation.h357 unsigned Line, Col; variable
/external/llvm/lib/Support/
DSourceMgr.cpp233 int Line, int Col, SourceMgr::DiagKind Kind, in SMDiagnostic()
/external/llvm/include/llvm/ProfileData/
DCoverageMapping.h333 unsigned Col; member
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp109 int Col; member
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1249 void DwarfDebug::recordSourceLine(unsigned Line, unsigned Col, const MDNode *S, in recordSourceLine()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3385 unsigned Line = Record[0], Col = Record[1]; in ParseFunctionBody() local