Searched defs:OPT (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/
H A DMakefile9 OPT ?= -O2 -DNDEBUG # (A) Production use (optimized mode) macro
10 # OPT ?= -g2 # (B) Debug mode, w/ full line-level debugging symbols
11 # OPT ?= -O2 -g2 -DNDEBUG # (C) Profiling mode: opt, but w/debugging symbols
20 CFLAGS += -I. -I./include $(PLATFORM_CCFLAGS) $(OPT)
21 CXXFLAGS += -I. -I./include $(PLATFORM_CXXFLAGS) $(OPT)
/external/clang/include/clang/Sema/
H A DExternalSemaSource.h204 const ObjCObjectPointerType *OPT) {
199 CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
/external/clang/test/Sema/
H A Dbuiltins.c161 #define OPT(...) (__builtin_constant_p(__VA_ARGS__) && strlen(__VA_ARGS__) < 4) macro
164 ASSERT(OPT("abc"));
165 ASSERT(!OPT("abcd"));
168 ASSERT(!OPT(test17_c)); // expected-warning {{folded}}
169 ASSERT(!OPT(&test17_c[0])); // expected-warning {{folded}}
170 ASSERT(!OPT((char*)test17_c)); // expected-warning {{folded}}
171 ASSERT(!OPT(test17_d)); // expected-warning {{folded}}
172 ASSERT(!OPT(&test17_d[0])); // expected-warning {{folded}}
173 ASSERT(!OPT((char*)test17_d)); // expected-warning {{folded}}
175 #undef OPT macro
[all...]
/external/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp109 const ObjCObjectPointerType *OPT) {
104 CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
/external/smack/src/org/xbill/DNS/
H A DType.java133 public static final int OPT = 41; field in class:Type
266 types.add(OPT, "OPT", new OPTRecord());
347 case OPT:
/external/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp288 const ObjCObjectPointerType *OPT) {
292 EnteringContext, OPT))
282 CorrectTypo( const DeclarationNameInfo &Typo, int LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
H A DSemaExprMember.cpp1394 const ObjCObjectPointerType *OPT; local
1395 if (!IsArrow && (OPT = BaseType->getAs<ObjCObjectPointerType>())) {
1412 const ObjCObjectType *OT = OPT->getObjectType();
1419 FindGetterSetterNameDecl(OPT, Member, Sel, S.Context)) {
1439 if (Decl *SDecl = FindGetterSetterNameDecl(OPT,
1512 return S.HandleExprPropertyRefExpr(OPT, BaseExpr.get(), OpLoc, MemberName,
H A DSemaExprObjC.cpp1485 const ObjCObjectPointerType *OPT,
1489 for (const auto *PROTO : OPT->quals()) {
1558 HandleExprPropertyRefExpr(const ObjCObjectPointerType *OPT, argument
1564 const ObjCInterfaceType *IFaceT = OPT->getInterfaceType();
1569 << MemberName << QualType(OPT, 0);
1577 if (RequireCompleteType(MemberLoc, OPT->getPointeeType(),
1597 for (const auto *I : OPT->quals())
1623 Getter = LookupMethodInQualifiedType(Sel, OPT, true);
1643 Setter = LookupMethodInQualifiedType(SetterSel, OPT, true);
1670 nullptr, nullptr, Validator, CTK_ErrorRecovery, IFace, false, OPT)) {
1484 LookupMethodInQualifiedType(Selector Sel, const ObjCObjectPointerType *OPT, bool Instance) argument
[all...]
H A DSemaLookup.cpp4152 /// \param OPT when non-NULL, the search for visible declarations will
4153 /// also walk the protocols in the qualified interfaces of \p OPT.
4166 const ObjCObjectPointerType *OPT,
4172 TypoName, LookupKind, S, SS, CCC, MemberContext, EnteringContext, OPT))
4242 if (OPT) {
4243 for (auto *I : OPT->quals())
4159 CorrectTypo(const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, CorrectTypoKind Mode, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT, bool RecordFailure) argument
H A DSemaExpr.cpp5581 const ObjCObjectPointerType *OPT = QT->getAs<ObjCObjectPointerType>(); local
5582 if (!OPT)
5585 if (ObjCInterfaceDecl *ID = OPT->getInterfaceDecl())
5594 for (auto *Proto : OPT->quals()) {
9128 else if (const ObjCObjectPointerType *OPT =
9130 Result = OPT->getPointeeType();
/external/libogg/win32/
H A DMakefile94 OPT = macro
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp1719 const ObjCObjectPointerType *OPT = type->castAs<ObjCObjectPointerType>(); local
1722 CharUnits size = CGF.getContext().getTypeSizeInChars(OPT->getObjectType());
H A DCGObjCGNU.cpp1098 const ObjCObjectPointerType *OPT = T->getAs<ObjCObjectPointerType>(); local
1099 assert(OPT && "Invalid @catch type.");
1100 const ObjCInterfaceDecl *IDecl = OPT->getObjectType()->getInterface();
H A DCGObjCMac.cpp3940 const ObjCObjectPointerType *OPT = nullptr; local
3946 OPT = CatchParam->getType()->getAs<ObjCObjectPointerType>();
3952 if (OPT && (OPT->isObjCIdType() || OPT->isObjCQualifiedIdType()))
3977 assert(OPT && "Unexpected non-object pointer type in @catch");
3978 const ObjCObjectType *ObjTy = OPT->getObjectType();
/external/clang/lib/AST/
H A DASTContext.cpp3538 if (const ObjCObjectPointerType *OPT = QT->getAs<ObjCObjectPointerType>()) {
3540 for (auto *Proto : OPT->quals()) {
3556 const ObjCObjectPointerType *OPT = QT->getAs<ObjCObjectPointerType>(); local
3557 if (!OPT)
3568 for (auto *Proto : OPT->quals()) {
3585 for (auto *Proto : OPT->quals()) {
5474 const ObjCObjectPointerType *OPT = T->castAs<ObjCObjectPointerType>(); local
5475 if (OPT->isObjCIdType()) {
5480 if (OPT->isObjCClassType() || OPT
[all...]

Completed in 632 milliseconds