| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMP.cpp | 202 unsigned LineNo = 0; in prettifyFunctionName() local 212 unsigned &LineNo) { in deconstructOpenMPKernelName()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | SpecialCaseList.cpp | 134 unsigned LineNo, bool UseGlobs) { in addSection() 165 unsigned LineNo = LineIt.line_number(); in parse() local
|
| H A D | SourceMgr.cpp | 200 unsigned LineNo = SB.getLineNumber(Ptr); in getLineAndColumn() local 234 SMLoc SourceMgr::FindLocForLineAndColumn(unsigned BufferID, unsigned LineNo, in FindLocForLineAndColumn()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | SourceManagerInternals.h | 37 unsigned LineNo; member
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 380 DIFile *File, unsigned LineNo, in createTypedef() 392 unsigned LineNo, DIScope *Context, in createTemplateAlias() 674 DIFile *File, unsigned LineNo, in createSetType() 853 StringRef Name, DIFile *File, unsigned LineNo, DIScope *Scope, in createSubrangeType() 908 unsigned LineNo, DIType *Ty, bool AlwaysPreserve, DINode::DIFlags Flags, in createLocalVariable() 925 DIFile *File, unsigned LineNo, in createAutoVariable() 938 unsigned LineNo, DIType *Ty, bool AlwaysPreserve, DINode::DIFlags Flags, in createParameterVariable() 949 unsigned LineNo, unsigned Column, in createLabel() 979 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, in createFunction() 998 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, in createTempFunctionFwdDecl() [all …]
|
| H A D | DebugInfo.cpp | 1149 LLVMMetadataRef File, unsigned LineNo, LLVMMetadataRef Ty, in LLVMDIBuilderCreateFunction() 1339 size_t NameLen, unsigned LineNo, LLVMMetadataRef File, uint64_t SizeInBits, in LLVMDIBuilderCreateSubrangeType() 1363 size_t NameLen, unsigned LineNo, LLVMMetadataRef File, uint64_t Size, in LLVMDIBuilderCreateDynamicArrayType() 1459 size_t NameLen, LLVMMetadataRef File, unsigned LineNo, uint64_t SizeInBits, in LLVMDIBuilderCreateMemberType() 1487 LLVMMetadataRef File, unsigned LineNo, in LLVMDIBuilderCreateObjCIVar() 1501 LLVMMetadataRef File, unsigned LineNo, in LLVMDIBuilderCreateObjCProperty() 1522 LLVMMetadataRef File, unsigned LineNo, in LLVMDIBuilderCreateTypedef() 1702 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit, in LLVMDIBuilderCreateGlobalVariableExpression() 1752 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit, in LLVMDIBuilderCreateTempGlobalVariableFwdDecl() 1831 size_t NameLen, LLVMMetadataRef File, unsigned LineNo, LLVMMetadataRef Ty, in LLVMDIBuilderCreateAutoVariable() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | SpecialCaseList.h | 132 unsigned LineNo; member
|
| H A D | SourceMgr.h | 286 int LineNo = 0; variable
|
| /freebsd/lib/libc/gen/ |
| H A D | fstab.c | 49 static int LineNo = 0; variable
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | TextDiagnostic.cpp | 795 unsigned LineNo = PLoc.getLine(); in emitDiagnosticLoc() local 961 unsigned LineNo; member 999 static std::string buildFixItInsertionLine(FileID FID, unsigned LineNo, in buildFixItInsertionLine() 1355 for (unsigned LineNo = Lines.first; LineNo != Lines.second + 1; in emitSnippetAndCaret() local 1449 unsigned LineNo, unsigned DisplayLineNo, in emitSnippet()
|
| H A D | PrintPreprocessedOutput.cpp | 251 void PrintPPOutputPPCallbacks::WriteLineInfo(unsigned LineNo, in WriteLineInfo() 281 bool PrintPPOutputPPCallbacks::MoveToLine(unsigned LineNo, in MoveToLine()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MIRFSDiscriminator.cpp | 148 unsigned LineNo = runOnMachineFunction() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/CrossTU/ |
| H A D | CrossTranslationUnit.h | 83 int LineNo; variable
|
| /freebsd/contrib/llvm-project/clang/lib/Rewrite/ |
| H A D | HTMLRewrite.cpp | 236 static void AddLineNumber(RewriteBuffer &RB, unsigned LineNo, in AddLineNumber() 264 unsigned LineNo = 0; in AddLineNumbers() local
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerUtil.cpp | 135 int LineNo = 0; in ParseDictionaryFile() local
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageView.h | 191 int64_t LineNo; member
|
| H A D | SourceCoverageViewHTML.cpp | 930 unsigned LineNo = L.LineNo; in renderLine() local 1066 unsigned LineNo) { in renderLineNumberColumn()
|
| H A D | SourceCoverageViewText.cpp | 228 unsigned LineNo) { in renderLineNumberColumn()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | SourceManager.cpp | 197 void LineTableInfo::AddLineNote(FileID FID, unsigned Offset, unsigned LineNo, in AddLineNote() 266 void SourceManager::AddLineNote(SourceLocation Loc, unsigned LineNo, in AddLineNote() 1393 unsigned LineNo = Pos-SourceLineCacheStart; in getLineNumber() local 1501 unsigned LineNo = getLineNumber(LocInfo.first, LocInfo.second, &Invalid); in getPresumedLoc() local
|
| /freebsd/contrib/llvm-project/clang/tools/clang-format/ |
| H A D | ClangFormat.cpp | 697 unsigned LineNo = 1; in main() local
|
| /freebsd/contrib/llvm-project/clang/lib/CrossTU/ |
| H A D | CrossTranslationUnit.cpp | 190 unsigned LineNo = 1; in parseCrossTUIndex() local
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseStmtAsm.cpp | 369 unsigned LineNo = 0; in ParseMicrosoftAsmStatement() local
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.h | 1129 Error parseError(size_t LineNo, Error E) const { in parseError() 1136 Error parseError(size_t LineNo, char const *Fmt, const Ts &...Vals) const { in parseError()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | PlistDiagnostics.cpp | 503 for (unsigned LineNo : Lines) { in printCoverage() local
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 1439 unsigned LineNo, SmallVectorImpl<llvm::Metadata *> &EltTys) { in collectDefaultElementTypesForBlockPointer() 4285 unsigned &LineNo, QualType &T, in collectVarDeclProps() 4493 const Decl *D, llvm::DISubroutineType *FnType, unsigned LineNo, in getObjCMethodDeclaration() 4700 const unsigned LineNo = getLineNumber(Loc.isValid() ? Loc : CurLoc); in emitFunctionStart() local 4773 unsigned LineNo = getLineNumber(Loc); in EmitFunctionDecl() local 5623 const RecordDecl *RD, llvm::DIFile *Unit, unsigned LineNo, in CollectAnonRecordDecls() 5902 unsigned LineNo; in EmitGlobalVariable() local
|