OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EmptyRange
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp
4123
SMRange
EmptyRange
= None;
4188
EmptyRange
, MatchingInlineAsm);
4198
Error(IDLoc, "instruction must have size higher than 0",
EmptyRange
,
4312
Error(IDLoc, OS.str(),
EmptyRange
, MatchingInlineAsm);
4326
return Error(IDLoc, "unsupported instruction",
EmptyRange
,
4333
return Error(IDLoc, "too few operands for instruction",
EmptyRange
,
4344
return Error(IDLoc, "invalid operand for instruction",
EmptyRange
,
4351
return Error(IDLoc, "unsupported instruction",
EmptyRange
,
4368
return Error(IDLoc, "invalid operand for instruction",
EmptyRange
,
4374
EmptyRange
, MatchingInlineAsm)
[
all
...]
/src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
package.d
10008
auto
emptyRange
= only();
10010
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
);
10018
assert(
emptyRange
.empty)
[
all
...]
Completed in 22 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026