OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LHSl
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/TableGen/
Record.cpp
802
if (ListInit *
LHSl
= dyn_cast<ListInit>(LHS)) {
803
if (
LHSl
->getSize() == 0) {
807
return
LHSl
->getElement(0);
812
if (ListInit *
LHSl
= dyn_cast<ListInit>(LHS)) {
813
if (
LHSl
->getSize() == 0) {
819
ArrayRef<Init *>::iterator begin =
LHSl
->getValues().begin()+1;
820
ArrayRef<Init *>::iterator end =
LHSl
->getValues().end();
823
LHSl
->getType());
829
if (ListInit *
LHSl
= dyn_cast<ListInit>(LHS)) {
830
if (
LHSl
->getSize() == 0)
[
all
...]
TGParser.cpp
852
ListInit *
LHSl
= dyn_cast<ListInit>(LHS);
855
if (
LHSl
== 0 && LHSs == 0 && LHSt == 0) {
870
if (
LHSl
== 0 && LHSt == 0) {
875
if (
LHSl
&&
LHSl
->getSize() == 0) {
879
if (
LHSl
) {
880
Init *Item =
LHSl
->getElement(0);
[
all
...]
Completed in 28 milliseconds