Home
last modified time | relevance | path

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

123

/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()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DDebugLoc.cpp73 DebugLoc DebugLoc::get(unsigned Line, unsigned Col, in get()
125 if (ConstantInt *Col = dyn_cast_or_null<ConstantInt>(N->getOperand(1))) in getFromDILocation() local
141 if (ConstantInt *Col = dyn_cast_or_null<ConstantInt>(N->getOperand(3))) in getFromDILexicalBlock() local
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
Dp10.cpp39 template<typename eT> class Col : public Mat<eT> { class
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
DIRBindings.h32 unsigned Col; member
DIRBindings.cpp55 unsigned Col, LLVMMetadataRef Scope, in LLVMSetCurrentDebugLocation2()
/external/eigen/Eigen/src/OrderingMethods/
DEigen_Colamd.h332 colamd_col<IndexType> *Col ; /* pointer into A of Col [0..n_col] array */ in colamd() local
482 static IndexType init_rows_cols /* returns true if OK, or false otherwise */ in init_rows_cols()
698 static void init_scoring in init_scoring()
935 static IndexType find_ordering /* return the number of garbage collections */ in find_ordering()
1446 static inline void order_children in order_children()
1547 static void detect_super_cols in detect_super_cols()
1698 static IndexType garbage_collection /* returns the new value of pfree */ in garbage_collection()
/external/clang/tools/c-index-test/
Dcore_main.cpp82 unsigned Col = SM.getColumnNumber(FID, Offset); in handleDeclOccurence() local
117 unsigned Col = SM.getColumnNumber(FID, Offset); in handleModuleOccurence() local
/external/llvm/lib/IR/
DDebugLoc.cpp58 DebugLoc DebugLoc::get(unsigned Line, unsigned Col, const MDNode *Scope, in get()
/external/clang/unittests/Tooling/
DCommentHandlerTest.cpp20 unsigned Line, Col; member
112 void Match(const char *Message, unsigned Line, unsigned Col) { in Match()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDebugLoc.cpp59 DebugLoc DebugLoc::get(unsigned Line, unsigned Col, const MDNode *Scope, in get()
DDiagnosticInfo.cpp404 unsigned Col = DL.getColumn(); in mapping() local
/external/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp286 void startSegment(unsigned Line, unsigned Col) { in startSegment()
292 void startSegment(unsigned Line, unsigned Col, bool IsRegionEntry, in startSegment()
317 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DResourcePressureView.cpp84 unsigned Col) { in printResourcePressure()
/external/gemmlowp/public/
Dmap.h79 enum class VectorShape { Col, Row }; enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h385 unsigned Col; member
421 unsigned Col; variable
424 InstantiationGroup(unsigned Line, unsigned Col, in InstantiationGroup()
/external/llvm/tools/llvm-cov/
DSourceCoverageViewText.cpp105 unsigned Col = 1; in renderLine() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DSourceCoverageViewText.cpp114 unsigned Col = 1; in renderLine() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCCodeView.h125 unsigned Col; member
/external/clang/include/clang/Basic/
DSourceLocation.h358 unsigned Line, Col; variable
/external/llvm/lib/Support/
DSourceMgr.cpp233 int Line, int Col, SourceMgr::DiagKind Kind, in SMDiagnostic()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DSourceMgr.cpp265 int Line, int Col, SourceMgr::DiagKind Kind, in SMDiagnostic()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-opt-report/
DOptReport.cpp365 int Col = CI.first; in writeReport() local
/external/syzkaller/pkg/ast/
Dast.go12 Col int // column number, starting at 1 (byte count) member

123