Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/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