Home
last modified time | relevance | path

Searched refs:EmptyRange (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp351 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 DX86AsmParser.cpp4277 SMRange EmptyRange = std::nullopt; in matchAndEmitATTInstruction() local
4313 EmptyRange, MatchingInlineAsm); in matchAndEmitATTInstruction()
4323 Error(IDLoc, "instruction must have size higher than 0", EmptyRange, in matchAndEmitATTInstruction()
4436 Error(IDLoc, OS.str(), EmptyRange, MatchingInlineAsm); in matchAndEmitATTInstruction()
4450 return Error(IDLoc, "unsupported instruction", EmptyRange, in matchAndEmitATTInstruction()
4457 return Error(IDLoc, "too few operands for instruction", EmptyRange, in matchAndEmitATTInstruction()
4468 return Error(IDLoc, "invalid operand for instruction", EmptyRange, in matchAndEmitATTInstruction()
4474 return Error(IDLoc, "unsupported instruction", EmptyRange, in matchAndEmitATTInstruction()
4489 return Error(IDLoc, "invalid operand for instruction", EmptyRange, in matchAndEmitATTInstruction()
4495 EmptyRange, MatchingInlineAsm); in matchAndEmitATTInstruction()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp408 SourceRange EmptyRange; in diagnoseSubMismatchProtocols() local
409 DiagRefProtocolError(FirstLoc, EmptyRange, ProtocolType) in diagnoseSubMismatchProtocols()
411 DiagRefProtocolNote(SecondLoc, EmptyRange, ProtocolType) in diagnoseSubMismatchProtocols()