/external/llvm-project/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()
|
/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()
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
D | p10.cpp | 39 template<typename eT> class Col : public Mat<eT> { class
|
/external/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
D | p10.cpp | 39 template<typename eT> class Col : public Mat<eT> { class
|
/external/llvm-project/llvm/bindings/go/llvm/ |
D | IRBindings.h | 31 unsigned Col; member
|
D | IRBindings.cpp | 54 unsigned Col, LLVMMetadataRef Scope, in LLVMGoSetCurrentDebugLocation()
|
/external/llvm-project/compiler-rt/test/ubsan/TestCases/Misc/ |
D | monitor.cpp | 24 unsigned Line, Col; in __ubsan_on_report() local
|
/external/llvm-project/clang-tools-extra/clangd/index/ |
D | SymbolLocation.cpp | 22 void SymbolLocation::Position::setColumn(uint32_t Col) { in setColumn()
|
/external/eigen/Eigen/src/OrderingMethods/ |
D | Eigen_Colamd.h | 332 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/llvm-project/clang/tools/c-index-test/ |
D | core_main.cpp | 106 unsigned Col = SM.getColumnNumber(FID, SM.getFileOffset(Loc)); in handleDeclOccurrence() local 144 unsigned Col = SM.getColumnNumber(FID, SM.getFileOffset(Loc)); in handleModuleOccurrence() local 167 unsigned Col = SM.getColumnNumber(FID, SM.getFileOffset(Loc)); in handleMacroOccurrence() local
|
/external/clang/tools/c-index-test/ |
D | core_main.cpp | 82 unsigned Col = SM.getColumnNumber(FID, Offset); in handleDeclOccurence() local 117 unsigned Col = SM.getColumnNumber(FID, Offset); in handleModuleOccurence() local
|
/external/llvm/lib/IR/ |
D | DebugLoc.cpp | 58 DebugLoc DebugLoc::get(unsigned Line, unsigned Col, const MDNode *Scope, in get()
|
/external/clang/unittests/Tooling/ |
D | CommentHandlerTest.cpp | 20 unsigned Line, Col; member 112 void Match(const char *Message, unsigned Line, unsigned Col) { in Match()
|
/external/llvm-project/clang/unittests/Tooling/ |
D | CommentHandlerTest.cpp | 19 unsigned Line, Col; member 110 void Match(const char *Message, unsigned Line, unsigned Col) { in Match()
|
/external/llvm/lib/ProfileData/Coverage/ |
D | CoverageMapping.cpp | 286 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/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugLoc.cpp | 71 DebugLoc DebugLoc::get(unsigned Line, unsigned Col, const MDNode *Scope, in get()
|
D | RemarkStreamer.cpp | 78 unsigned Col = DL.getColumn(); in toRemarkLocation() local
|
/external/llvm-project/llvm/lib/IR/ |
D | DebugLoc.cpp | 71 DebugLoc DebugLoc::get(unsigned Line, unsigned Col, const MDNode *Scope, in get()
|
D | LLVMRemarkStreamer.cpp | 52 unsigned Col = DL.getColumn(); in toRemarkLocation() local
|
/external/llvm/bindings/go/llvm/ |
D | IRBindings.cpp | 95 unsigned Col, LLVMMetadataRef Scope, in LLVMSetCurrentDebugLocation2()
|
/external/llvm-project/clang/include/clang/Frontend/ |
D | SerializedDiagnosticReader.h | 49 unsigned Col; member
|
/external/clang/include/clang/Frontend/ |
D | SerializedDiagnosticReader.h | 49 unsigned Col; member
|
/external/llvm-project/llvm/tools/llvm-mca/Views/ |
D | ResourcePressureView.cpp | 93 unsigned Col) { in printResourcePressure()
|
/external/llvm-project/llvm/utils/FileCheck/ |
D | FileCheck.cpp | 652 for (unsigned Col = 1; InputFilePtr != InputFileEnd && !Newline; ++Col) { in DumpAnnotatedInput() local 682 unsigned Col; in DumpAnnotatedInput() local
|
/external/gemmlowp/public/ |
D | map.h | 79 enum class VectorShape { Col, Row }; enumerator
|