Searched refs:EmptyRange (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 4034 SMRange EmptyRange = std::nullopt; in MatchAndEmitATTInstruction() local 4099 EmptyRange, MatchingInlineAsm); in MatchAndEmitATTInstruction() 4222 Error(IDLoc, OS.str(), EmptyRange, MatchingInlineAsm); in MatchAndEmitATTInstruction() 4236 return Error(IDLoc, "unsupported instruction", EmptyRange, in MatchAndEmitATTInstruction() 4254 return Error(IDLoc, "invalid operand for instruction", EmptyRange, in MatchAndEmitATTInstruction() 4260 return Error(IDLoc, "unsupported instruction", EmptyRange, in MatchAndEmitATTInstruction() 4281 EmptyRange, MatchingInlineAsm); in MatchAndEmitATTInstruction() 4293 SMRange EmptyRange = std::nullopt; in MatchAndEmitIntelInstruction() local 4469 return Error(IDLoc, "unsupported instruction", EmptyRange, in MatchAndEmitIntelInstruction() 4493 EmptyRange, MatchingInlineAsm); in MatchAndEmitIntelInstruction() [all …]
|
| /freebsd-14.2/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()
|