Searched refs:EmptyRange (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFAcceleratorTable.cpp | 351 const auto EmptyRange = in equal_range() local 354 return EmptyRange; in equal_range() 361 return EmptyRange; in equal_range() 365 return EmptyRange; in equal_range() 369 return EmptyRange; in equal_range() 377 return EmptyRange; in equal_range() 386 return EmptyRange; in equal_range()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 4180 SMRange EmptyRange = std::nullopt; in matchAndEmitATTInstruction() local 4216 EmptyRange, MatchingInlineAsm); in matchAndEmitATTInstruction() 4226 Error(IDLoc, "instruction must have size higher than 0", EmptyRange, in matchAndEmitATTInstruction() 4339 Error(IDLoc, OS.str(), EmptyRange, MatchingInlineAsm); in matchAndEmitATTInstruction() 4353 return Error(IDLoc, "unsupported instruction", EmptyRange, in matchAndEmitATTInstruction() 4360 return Error(IDLoc, "too few operands for instruction", EmptyRange, in matchAndEmitATTInstruction() 4371 return Error(IDLoc, "invalid operand for instruction", EmptyRange, in matchAndEmitATTInstruction() 4377 return Error(IDLoc, "unsupported instruction", EmptyRange, in matchAndEmitATTInstruction() 4392 return Error(IDLoc, "invalid operand for instruction", EmptyRange, in matchAndEmitATTInstruction() 4398 EmptyRange, MatchingInlineAsm); in matchAndEmitATTInstruction() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ODRDiagsEmitter.cpp | 408 SourceRange EmptyRange; in diagnoseSubMismatchProtocols() local 409 DiagRefProtocolError(FirstLoc, EmptyRange, ProtocolType) in diagnoseSubMismatchProtocols() 411 DiagRefProtocolNote(SecondLoc, EmptyRange, ProtocolType) in diagnoseSubMismatchProtocols()
|