| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | formatted_raw_ostream_test.cpp | 39 EXPECT_EQ(0U, C.getColumn()); in TEST() 43 EXPECT_EQ(1U, C.getColumn()); in TEST() 47 EXPECT_EQ(6U, C.getColumn()); in TEST() 52 EXPECT_EQ(0U, C.getColumn()); in TEST() 57 EXPECT_EQ(0U, C.getColumn()); in TEST() 63 EXPECT_EQ(8U, C.getColumn()); in TEST() 65 EXPECT_EQ(8U, C.getColumn()); in TEST() 67 EXPECT_EQ(16U, C.getColumn()); in TEST() 84 EXPECT_EQ(3U, C.getColumn()); in TEST() 97 EXPECT_EQ(1U, C.getColumn()); in TEST() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | AddDiscriminators.cpp | 222 << DIL->getColumn() << ":" << Discriminator << " " in addDiscriminators() 227 << DIL->getColumn() << ":" << Discriminator << " " << I in addDiscriminators() 260 << CurrentDIL->getLine() << ":" << CurrentDIL->getColumn() in addDiscriminators()
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | SourceLocation.cpp | 77 << ':' << PLoc.getColumn(); in print() 120 << PLoc.getColumn(); in PrintDifference() 122 OS << "line" << ':' << PLoc.getLine() << ':' << PLoc.getColumn(); in PrintDifference() 124 OS << "col" << ':' << PLoc.getColumn(); in PrintDifference()
|
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | FileIndexRecord.cpp | 64 << PLoc.getLine() << ':' << PLoc.getColumn(); in print() 74 << PLoc.getLine() << ':' << PLoc.getColumn(); in print()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | DebugLoc.cpp | 31 return get()->getColumn(); in getCol() 94 Ctx, MD->getLine(), MD->getColumn(), MD->getScope(), Last); in appendInlinedAt()
|
| H A D | DiagnosticInfo.cpp | 109 Column = DL->getColumn(); in DiagnosticLocation() 144 Column = Loc.getColumn(); in getLocation()
|
| /llvm-project-15.0.7/openmp/libomptarget/src/ |
| H A D | private.h | 137 Kernel.getFilename(), Kernel.getLine(), Kernel.getColumn()); in dumpTargetPointerMappings() 149 Info.getLine(), Info.getColumn()); in dumpTargetPointerMappings() 162 RegionType, Info.getFilename(), Info.getLine(), Info.getColumn(), in printKernelArguments()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MIRFSDiscriminator.cpp | 121 << DIL->getColumn() << ":" << Discriminator << " " in runOnMachineFunction() 129 << DIL->getColumn() << ": add FS discriminator, from " in runOnMachineFunction()
|
| H A D | MIRSampleProfile.cpp | 242 << DIL->getColumn(); in setBranchProbs() 245 << ":" << SuccDIL->getColumn(); in setBranchProbs()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | AnalyzerOptions.cpp | 44 if (FOut.getColumn() > PadForDesc) in printFormattedEntry() 55 if (FOut.getColumn() > MinLineWidth && C == ' ') { in printFormattedEntry()
|
| /llvm-project-15.0.7/clang/tools/arcmt-test/ |
| H A D | arcmt-test.cpp | 315 << PL.getColumn(); in printSourceLocation() 327 << PL.getColumn(); in printSourceRange() 333 unsigned endCol = PL.getColumn() - 1; in printSourceRange()
|
| /llvm-project-15.0.7/compiler-rt/lib/ubsan/ |
| H A D | ubsan_monitor.cpp | 68 *OutCol = SL.getColumn(); in __ubsan_get_current_report_data()
|
| H A D | ubsan_value.h | 77 unsigned getColumn() const { return Column; } in getColumn() function
|
| H A D | ubsan_diag.cpp | 90 AI.column = SLoc.getColumn(); in MaybeReportErrorSummary() 153 SLoc.getColumn(), common_flags()->symbolize_vs_style, in RenderLocation()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | FormattedStream.h | 126 unsigned getColumn() { in getColumn() function
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCCodeView.cpp | 299 FilteredLines.back().getColumn() != IA.Col) { in getFunctionLineEntries() 344 return LineEntry.getColumn() != 0; in emitLineTableForFunction() 379 OS.emitInt16(J->getColumn()); in emitLineTableForFunction() 489 << ' ' << Loc.getLine() << ' ' << Loc.getColumn() in encodeInlineLineTable()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | FormattedStream.cpp | 120 indent(std::max(int(NewCol - getColumn()), 1)); in PadToColumn()
|
| /llvm-project-15.0.7/llvm/tools/llvm-cov/ |
| H A D | CoverageSummaryInfo.cpp | 92 << Group.getColumn(); in get()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | JsonSupport.h | 116 << ", \"column\": " << PLoc.getColumn()
|
| /llvm-project-15.0.7/openmp/libomptarget/include/ |
| H A D | SourceInfo.h | 98 int32_t getColumn() const { return Column; } in getColumn() function
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | AnalyzerStatsChecker.cpp | 100 output << "block(line:" << Loc.getLine() << ":col:" << Loc.getColumn(); in checkEndAnalysis()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86DiscriminateMemOps.cpp | 157 << " Column: " << DI->getColumn() in runOnMachineFunction()
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | LogDiagnosticPrinter.cpp | 156 DE.Column = PLoc.getColumn(); in HandleDiagnostic()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCCodeView.h | 69 unsigned getColumn() const { return Column; } in getColumn() function
|
| /llvm-project-15.0.7/llvm/tools/llvm-objdump/ |
| H A D | SourcePrinter.cpp | 104 std::max((int)(OS.getColumn() - getIndentLevel() + 1) / 2, 0); in moveToFirstVarColumn() 110 if (FirstUnprintedPhysicalColumn > OS.getColumn()) in moveToFirstVarColumn()
|