OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LHSt
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
TGParser.cpp
735
TypedInit *
LHSt
= dynamic_cast<TypedInit*>(LHS);
736
if (LHSl == 0 && LHSs == 0 &&
LHSt
== 0) {
740
if (
LHSt
) {
741
ListRecTy *LType = dynamic_cast<ListRecTy*>(
LHSt
->getType());
742
StringRecTy *SType = dynamic_cast<StringRecTy*>(
LHSt
->getType());
751
if (LHSl == 0 &&
LHSt
== 0) {
773
assert(
LHSt
&& "expected list type argument in unary operator");
774
ListRecTy *LType = dynamic_cast<ListRecTy*>(
LHSt
->getType());
[
all
...]
Record.cpp
839
TypedInit *
LHSt
= dynamic_cast<TypedInit*>(LHS);
841
if (!
LHSt
) {
[
all
...]
Completed in 3402 milliseconds