Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Djava-tree.def75 /* instanceof operator.
78 DEFTREECODE (INSTANCEOF_EXPR, "instanceof", 'e', 2)
H A Dkeyword.gperf55 instanceof, INSTANCEOF_TK keyword
H A Djavaop.def63 OBJECT: new, checkcast, instanceof
302 JAVAOP (instanceof, 193, OBJECT, PTR, INSTANCEOF)
H A DChangeLog10864 (relational_expression:): Build binop for instanceof.
14495 Implement acmpeq, acmpne, pop, pop2, swap, checkcast, instanceof.
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/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