Home
last modified time | relevance | path

Searched refs:instanceof (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DJSONBackend.cpp173 json::Object instanceof; in run() local
175 instanceof[kv.first] = std::move(kv.second); in run()
176 root["!instanceof"] = std::move(instanceof); in run()
/llvm-project-15.0.7/llvm/test/TableGen/
H A DJSON.td12 // CHECK: 'D' in data['!instanceof']['Base']
13 // CHECK: 'D' in data['!instanceof']['Intermediate']
14 // CHECK: 'D' not in data['!instanceof']['Derived']
/llvm-project-15.0.7/llvm/docs/TableGen/
H A DBackEnds.rst483 * ``!instanceof``: a dictionary whose keys are the class names defined
486 from that class. So ``root["!instanceof"]["Instruction"]``, for
/llvm-project-15.0.7/llvm/docs/
H A DProgrammersManual.rst115 The ``isa<>`` operator works exactly like the Java "``instanceof``" operator.
161 ``instanceof`` operator, can be abused. In particular, you should not use big