HomeSort by relevance Sort by last modified time
    Searched defs:Col (Results 1 - 8 of 8) sorted by null

  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p10.cpp 39 template<typename eT> class Col : public Mat<eT> {
41 using Col<eT>::operator();
  /external/clang/unittests/Tooling/
CommentHandlerTest.cpp 16 Comment(const std::string &Message, unsigned Line, unsigned Col)
17 : Message(Message), Line(Line), Col(Col) { }
20 unsigned Line, Col;
104 << Current->Col;
108 void Match(const char *Message, unsigned Line, unsigned Col) {
113 EXPECT_TRUE(C.Message == Message && C.Line == Line && C.Col == Col)
115 << "\" at line " << Line << ", column " << Col
117 << "\" at line " << C.Line << ", column " << C.Col;
    [all...]
  /external/clang/include/clang/Basic/
SourceLocation.h 358 unsigned Line, Col;
363 : Filename(FN), Line(Ln), Col(Co), IncludeLoc(IL) {
386 unsigned getColumn() const { return Col; }
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 242 unsigned Col = 0; // FIXME: support columns
256 NewLoc = DebugLoc::get(Line, Col, Loc.getScope(RealInst->getContext()),
259 NewLoc = DebugLoc::get(Line, Col, scope, nullptr);
  /external/eigen/Eigen/src/OrderingMethods/
Eigen_Colamd.h 126 #define COL_IS_DEAD(c) (Col [c].start < ALIVE)
127 #define COL_IS_ALIVE(c) (Col [c].start >= ALIVE)
128 #define COL_IS_DEAD_PRINCIPAL(c) (Col [c].start == DEAD_PRINCIPAL)
130 #define KILL_PRINCIPAL_COL(c) { Col [c].start = DEAD_PRINCIPAL ; }
131 #define KILL_NON_PRINCIPAL_COL(c) { Col [c].start = DEAD_NON_PRINCIPAL ; }
147 /* col, if the column is alive */
153 Index score ; /* the score used to maintain heap, if col is alive */
154 Index order ; /* pivot ordering of this column, if col is dead */
158 Index headhash ; /* head of a hash bucket, if col is at the head of */
160 Index hash ; /* hash value, if col is not in a degree list *
504 Index col ; \/* a column index *\/ local
975 Index col ; \/* a column index *\/ local
1577 Index col ; \/* a column index in the row to check *\/ local
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 1281 milliseconds