/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | c-opts.c | 286 #define OPT(text, flags, code) code, macro 302 #define OPT(text, flags, code) { text, sizeof(text) - 1, flags, code }, macro
|
/openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
H A D | ExternalSemaSource.h | 215 const ObjCObjectPointerType *OPT) { in CorrectTypo()
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | Type.cpp | 632 if (const auto *OPT = getAs<ObjCObjectPointerType>()) in getPointeeType() local 688 const auto *OPT = getAs<ObjCObjectPointerType>(); in isObjCIdOrObjectKindOfType() local 711 const auto *OPT = getAs<ObjCObjectPointerType>(); in isObjCClassOrClassKindOfType() local 1735 if (const auto *OPT = getAs<ObjCObjectPointerType>()) { in getAsObjCQualifiedIdType() local 1745 if (const auto *OPT = getAs<ObjCObjectPointerType>()) { in getAsObjCQualifiedClassType() local 1761 if (const auto *OPT = getAs<ObjCObjectPointerType>()) { in getAsObjCInterfacePointerType() local 4432 if (const auto *OPT = getAs<PointerType>()) in isObjCIndirectLifetimeType() local
|
H A D | DeclPrinter.cpp | 156 else if (const ObjCObjectPointerType *OPT = in GetBaseType() local
|
H A D | ASTContext.cpp | 5504 if (const auto *OPT = QT->getAs<ObjCObjectPointerType>()) { in ObjCObjectAdoptsQTypeProtocols() local 5522 const auto *OPT = QT->getAs<ObjCObjectPointerType>(); in QIdProtocolsAdoptObjCObjectProtocols() local 8424 const auto *OPT = T->castAs<ObjCObjectPointerType>(); in getObjCEncodingForTypeImpl() local
|
/openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/ |
H A D | tic54x.h | 32 OPT = 0x8000, enumerator
|
/openbsd-src/gnu/usr.bin/binutils/include/opcode/ |
H A D | tic54x.h | 32 OPT = 0x8000, enumerator
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | MultiplexExternalSemaSource.cpp | 326 const ObjCObjectPointerType *OPT) { in CorrectTypo()
|
H A D | SemaExprObjC.cpp | 1959 const ObjCObjectPointerType *OPT, in LookupMethodInQualifiedType() 1974 HandleExprPropertyRefExpr(const ObjCObjectPointerType *OPT, in HandleExprPropertyRefExpr() 2505 const auto *OPT = ReceiverType->getAs<ObjCObjectPointerType>(); in checkFoundationAPI() local 3343 if (const auto *OPT = ReceiverType->getAs<ObjCObjectPointerType>()) { in BuildInstanceMessage() local
|
H A D | SemaLookup.cpp | 5168 const ObjCObjectPointerType *OPT, bool ErrorRecovery) { in makeTypoCorrectionConsumer() 5346 const ObjCObjectPointerType *OPT, in CorrectTypo() 5479 const ObjCObjectPointerType *OPT) { in CorrectTypoDelayed()
|
H A D | SemaExprMember.cpp | 1487 const ObjCObjectPointerType *OPT; in LookupMemberExpr() local
|
H A D | SemaDeclObjC.cpp | 1132 if (const ObjCObjectType *OPT = T->getAs<ObjCObjectType>()) { in ActOnTypedefedProtocols() local
|
H A D | SemaDeclAttr.cpp | 6255 if (const auto *OPT = Pointee->getAs<ObjCObjectPointerType>()) in isErrorParameter() local
|
H A D | SemaExpr.cpp | 14789 else if (const ObjCObjectPointerType *OPT = in CheckIndirectionOperand() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ASTUtils.h | 550 const clang::ObjCObjectPointerType *OPT) override { in CorrectTypo()
|
/openbsd-src/gnu/llvm/clang/lib/Index/ |
H A D | USRGeneration.cpp | 835 if (const ObjCObjectPointerType *OPT = T->getAs<ObjCObjectPointerType>()) { in VisitType() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 2401 const ObjCObjectPointerType *OPT = T->getAs<ObjCObjectPointerType>(); in GetEHType() local
|
H A D | CGExprScalar.cpp | 2802 const ObjCObjectPointerType *OPT = type->castAs<ObjCObjectPointerType>(); in EmitScalarPrePostIncDec() local
|
H A D | CGObjCMac.cpp | 4744 const ObjCObjectPointerType *OPT = nullptr; in EmitTryOrSynchronizedStmt() local
|