reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/TableGen/TGParser.cpp
  162   if (!V) return false;
  174     if (VarInit *VI = dyn_cast<VarInit>(V))
  189     Init *BI = V->getCastTo(BitsRecTy::get(BitList.size()));
  208     V = BitsInit::get(NewBits);
  211   if (RV->setValue(V)) {
  213     if (BitsInit *BI = dyn_cast<BitsInit>(V))
  216     else if (TypedInit *TI = dyn_cast<TypedInit>(V))
  221                           V->getAsString() + InitType + "'");