reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1414 Init *getValue() const { return Value; }
lib/TableGen/Record.cpp1989 assert(Value && "Cannot create unset value for current type!"); 1998 Value = V->getCastTo(getType()); 1999 if (Value) { 2000 assert(!isa<TypedInit>(Value) || 2001 cast<TypedInit>(Value)->getType()->typeIsA(getType())); 2003 if (!isa<BitsInit>(Value)) { 2007 Bits.push_back(Value->getBit(i)); 2008 Value = BitsInit::get(Bits); 2012 return Value == nullptr; 2014 Value = nullptr;