Home
last modified time | relevance | path

Searched defs:LineNumber (Results 1 – 20 of 20) sorted by relevance

/third_party/rust/crates/codespan/codespan/src/
Dindex.rs29 pub const fn number(self) -> LineNumber { in number()
62 pub struct LineNumber(RawIndex); struct
64 impl LineNumber { impl
71 impl fmt::Debug for LineNumber { implementation
79 impl fmt::Display for LineNumber { implementation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDIBuilder.cpp220 DIMacro *DIBuilder::createMacro(DIMacroFile *Parent, unsigned LineNumber, in createMacro()
233 unsigned LineNumber, DIFile *File) { in createTempMacroFile()
336 DIFile *File, unsigned LineNumber, in createMemberType()
353 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createVariantMemberType()
363 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createBitFieldMemberType()
377 unsigned LineNumber, DIType *Ty, in createStaticMemberType()
388 DIBuilder::createObjCIVar(StringRef Name, DIFile *File, unsigned LineNumber, in createObjCIVar()
399 DIBuilder::createObjCProperty(StringRef Name, DIFile *File, unsigned LineNumber, in createObjCProperty()
446 DIScope *Context, StringRef Name, DIFile *File, unsigned LineNumber, in createClassType()
463 DIScope *Context, StringRef Name, DIFile *File, unsigned LineNumber, in createStructType()
[all …]
DDebugInfo.cpp962 size_t NameLen, LLVMMetadataRef File, unsigned LineNumber, in LLVMDIBuilderCreateEnumerationType()
974 size_t NameLen, LLVMMetadataRef File, unsigned LineNumber, in LLVMDIBuilderCreateUnionType()
1030 size_t NameLen, LLVMMetadataRef File, unsigned LineNumber, in LLVMDIBuilderCreateStructType()
1063 size_t NameLen, LLVMMetadataRef File, unsigned LineNumber, in LLVMDIBuilderCreateStaticMemberType()
1189 LLVMMetadataRef File, unsigned LineNumber, in LLVMDIBuilderCreateBitFieldMemberType()
1203 LLVMMetadataRef File, unsigned LineNumber, uint64_t SizeInBits, in LLVMDIBuilderCreateClassType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DLineIterator.h37 unsigned LineNumber = 1; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheck.cpp116 Optional<size_t> LineNumber, const SourceMgr &SM) { in parseNumericVariableDefinition()
149 StringRef Name, bool IsPseudo, Optional<size_t> LineNumber, in parseNumericVariableUse()
183 StringRef &Expr, AllowedOperand AO, Optional<size_t> LineNumber, in parseNumericOperand()
218 bool IsLegacyLineExpr, Optional<size_t> LineNumber, in parseBinop()
260 bool IsLegacyLineExpr, Optional<size_t> LineNumber, in parseNumericSubstitutionBlock()
1059 unsigned &LineNumber, Check::FileCheckType &CheckTy) { in FindFirstMatchingPrefix()
1151 unsigned LineNumber = 1; in readCheckFile() local
DSpecialCaseList.cpp30 unsigned LineNumber, in insert()
DFileCheckImpl.h422 Optional<size_t> LineNumber; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
Djitprofiling.h170 unsigned int LineNumber; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DSampleProfReader.h388 void reportError(int64_t LineNumber, Twine Msg) const { in reportError()
DGCOV.h305 uint32_t LineNumber = 0; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h637 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber) in UdtSourceLineRecord()
647 uint32_t LineNumber = 0; variable
656 uint32_t LineNumber, uint16_t Module) in UdtModSourceLineRecord()
667 uint32_t LineNumber = 0; variable
/third_party/node/deps/v8/third_party/ittapi/include/
Djitprofiling.h268 …unsigned int LineNumber; /**<\brief Matching source line number offset (from beginning of source f… member
/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/src/
Djitprofiling_bindings.rs93 pub LineNumber: ::std::os::raw::c_uint, field
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp159 int64_t LineNumber; member
2304 int64_t LineNumber = getTok().getIntVal(); in parseCppHashLineFilenameComment() local
3470 int64_t LineNumber; in parseDirectiveLine() local
3492 int64_t FileNumber = 0, LineNumber = 0; in parseDirectiveLoc() local
3743 int64_t LineNumber = 0; in parseDirectiveCVLoc() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCDwarf.h414 unsigned LineNumber; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp775 CComPtr<IDiaLineNumber> LineNumber; in getSrcLineOnTypeDefn() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCDwarf.cpp1230 unsigned LineNumber = SrcMgr.FindLineNumber(Loc, CurBuffer); in Make() local
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/
DStackWalker.cpp118 DWORD LineNumber; // line number in file member
/third_party/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h468 DWORD LineNumber; member
480 DWORD LineNumber; member
683 DWORD LineNumber; member
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp171434 uint32_t LineNumber() { in LineNumber() function in nsCSSScannerPosition