Home
last modified time | relevance | path

Searched defs:OIT (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DUSRGeneration.cpp836 if (const ObjCInterfaceType *OIT = T->getAs<ObjCInterfaceType>()) { in VisitType() local
841 if (const ObjCObjectType *OIT = T->getAs<ObjCObjectType>()) { in VisitType() local
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Dse_loop_kill_dcr.S828 OIT: label
H A Dse_loop_kill_dcr_01.S831 OIT: label
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp682 void JSONNodeDumper::VisitObjCInterfaceType(const ObjCInterfaceType *OIT) { in VisitObjCInterfaceType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp3791 } else if (const ObjCObjectType *OIT = E->getType()->getAs<ObjCObjectType>()){ in EmitArraySubscriptExpr() local