reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
759 UnOpInit(UnaryOp opc, Init *lhs, RecTy *Type) 770 static UnOpInit *get(UnaryOp opc, Init *lhs, RecTy *Type); 788 UnaryOp getOpcode() const { return (UnaryOp)Opc; }lib/TableGen/Record.cpp
693 UnOpInit *UnOpInit::get(UnaryOp Opc, Init *LHS, RecTy *Type) {
lib/TableGen/TGParser.cpp 909 UnOpInit::UnaryOp Code;