Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4134 SMRange EmptyRange = None; in MatchAndEmitATTInstruction() local
4199 EmptyRange, MatchingInlineAsm); in MatchAndEmitATTInstruction()
4322 Error(IDLoc, OS.str(), EmptyRange, MatchingInlineAsm); in MatchAndEmitATTInstruction()
4336 return Error(IDLoc, "unsupported instruction", EmptyRange, in MatchAndEmitATTInstruction()
4354 return Error(IDLoc, "invalid operand for instruction", EmptyRange, in MatchAndEmitATTInstruction()
4360 return Error(IDLoc, "unsupported instruction", EmptyRange, in MatchAndEmitATTInstruction()
4381 EmptyRange, MatchingInlineAsm); in MatchAndEmitATTInstruction()
4393 SMRange EmptyRange = None; in MatchAndEmitIntelInstruction() local
4569 return Error(IDLoc, "unsupported instruction", EmptyRange, in MatchAndEmitIntelInstruction()
4593 EmptyRange, MatchingInlineAsm); in MatchAndEmitIntelInstruction()
[all …]
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DCodeCompleteTests.cpp3387 const char *EmptyRange = "auto x = [[]]^"; in TEST() local
3388 Completions = completions(EmptyRange); in TEST()
3389 EXPECT_EQ(Completions.CompletionRange, Annotations(EmptyRange).range()); in TEST()
3390 Completions = completionsNoCompile(EmptyRange); in TEST()
3391 EXPECT_EQ(Completions.CompletionRange, Annotations(EmptyRange).range()); in TEST()