Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4123 SMRange EmptyRange = None; in MatchAndEmitATTInstruction() local
4188 EmptyRange, MatchingInlineAsm); in MatchAndEmitATTInstruction()
4198 Error(IDLoc, "instruction must have size higher than 0", EmptyRange, in MatchAndEmitATTInstruction()
4312 Error(IDLoc, OS.str(), EmptyRange, MatchingInlineAsm); in MatchAndEmitATTInstruction()
4326 return Error(IDLoc, "unsupported instruction", EmptyRange, in MatchAndEmitATTInstruction()
4333 return Error(IDLoc, "too few operands for instruction", EmptyRange, in MatchAndEmitATTInstruction()
4344 return Error(IDLoc, "invalid operand for instruction", EmptyRange, in MatchAndEmitATTInstruction()
4351 return Error(IDLoc, "unsupported instruction", EmptyRange, in MatchAndEmitATTInstruction()
4368 return Error(IDLoc, "invalid operand for instruction", EmptyRange, in MatchAndEmitATTInstruction()
4374 EmptyRange, MatchingInlineAsm); in MatchAndEmitATTInstruction()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dpackage.d8820 alias EmptyRange = typeof(emptyRange); variable
8821 static assert(isInputRange!EmptyRange);
8822 static assert(isForwardRange!EmptyRange);
8823 static assert(isBidirectionalRange!EmptyRange);
8824 static assert(isRandomAccessRange!EmptyRange);
8825 static assert(hasLength!EmptyRange);
8826 static assert(hasSlicing!EmptyRange);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/range/
H A Dpackage.d10010 alias EmptyRange = typeof(emptyRange);
10011 static assert(isInputRange!EmptyRange);
10012 static assert(isForwardRange!EmptyRange);
10013 static assert(isBidirectionalRange!EmptyRange);
10014 static assert(isRandomAccessRange!EmptyRange);
10015 static assert(hasLength!EmptyRange);
10016 static assert(hasSlicing!EmptyRange);