OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsSequence
(Results
1 - 3
of
3
) sorted by null
/external/llvm/utils/TableGen/
CodeGenSchedule.h
54
bool
IsSequence
;
60
HasVariants(false), IsVariadic(false),
IsSequence
(false) {}
72
IsSequence
= Def->isSubClassOf("WriteSequence");
78
HasVariants(false), IsVariadic(false),
IsSequence
(true), Sequence(Seq) {
85
assert((!
IsSequence
|| !HasVariants) && "Sequence can't have variant");
86
assert((!
IsSequence
|| !Sequence.empty()) && "Sequence should be nonempty");
CodeGenSchedule.cpp
296
if (!WI->
IsSequence
)
409
if (!SchedRW.
IsSequence
) {
450
if (!SchedWrite.
IsSequence
) {
[
all
...]
/external/llvm/lib/Support/
YAMLParser.cpp
433
bool scanFlowCollectionStart(bool
IsSequence
);
436
bool scanFlowCollectionEnd(bool
IsSequence
);
1076
bool Scanner::scanFlowCollectionStart(bool
IsSequence
) {
1078
T.Kind =
IsSequence
? Token::TK_FlowSequenceStart
1093
bool Scanner::scanFlowCollectionEnd(bool
IsSequence
) {
1097
T.Kind =
IsSequence
? Token::TK_FlowSequenceEnd
[
all
...]
Completed in 277 milliseconds