Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A 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()
/minix3/external/bsd/llvm/dist/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp10.cpp39 template<typename eT> class Col : public Mat<eT> { class
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DDebugLoc.cpp50 DebugLoc DebugLoc::get(unsigned Line, unsigned Col, in get()
H A DDIBuilder.cpp1108 unsigned Line, unsigned Col) { in createLexicalBlock()
/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/
H A DCommentHandlerTest.cpp20 unsigned Line, Col; member
108 void Match(const char *Message, unsigned Line, unsigned Col) { in Match()
/minix3/external/bsd/llvm/dist/llvm/lib/ProfileData/
H A DCoverageMapping.cpp262 void startSegment(unsigned Line, unsigned Col) { in startSegment()
268 void startSegment(unsigned Line, unsigned Col, bool IsRegionEntry, in startSegment()
296 unsigned Line = Active->LineEnd, Col = Active->ColumnEnd; in popRegion() local
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A DIRBindings.cpp95 unsigned Col, LLVMMetadataRef Scope, in LLVMSetCurrentDebugLocation2()
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h49 unsigned Col; member
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp34 unsigned Col = 1; in renderLine() local
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DSourceLocation.h357 unsigned Line, Col; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DSourceMgr.cpp235 int Line, int Col, SourceMgr::DiagKind Kind, in SMDiagnostic()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ProfileData/
H A DCoverageMapping.h304 unsigned Col; member
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp108 int Col; member
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1324 void DwarfDebug::recordSourceLine(unsigned Line, unsigned Col, const MDNode *S, in recordSourceLine()
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2652 unsigned Line = Record[0], Col = Record[1]; in ParseFunctionBody() local