Searched refs:instanceof (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/TableGen/ |
| H A D | JSONBackend.cpp | 173 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 D | java-tree.def | 75 /* instanceof operator. 78 DEFTREECODE (INSTANCEOF_EXPR, "instanceof", 'e', 2)
|
| H A D | keyword.gperf | 55 instanceof, INSTANCEOF_TK keyword
|
| H A D | javaop.def | 63 OBJECT: new, checkcast, instanceof 302 JAVAOP (instanceof, 193, OBJECT, PTR, INSTANCEOF)
|
| H A D | ChangeLog | 10864 (relational_expression:): Build binop for instanceof. 14495 Implement acmpeq, acmpne, pop, pop2, swap, checkcast, instanceof.
|
| /openbsd-src/gnu/llvm/llvm/docs/TableGen/ |
| H A D | BackEnds.rst | 483 * ``!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 D | ProgrammersManual.rst | 115 The ``isa<>`` operator works exactly like the Java "``instanceof``" operator. 161 ``instanceof`` operator, can be abused. In particular, you should not use big
|