Searched refs:OPT (Results 1 - 25 of 28) sorted by relevance

12

/external/clang/test/Sema/
H A Dbuiltins.c166 #define OPT(...) (__builtin_constant_p(__VA_ARGS__) && strlen(__VA_ARGS__) < 4) macro
169 ASSERT(OPT("abc"));
170 ASSERT(!OPT("abcd"));
173 ASSERT(!OPT(test17_c)); // expected-warning {{folded}}
174 ASSERT(!OPT(&test17_c[0])); // expected-warning {{folded}}
175 ASSERT(!OPT((char*)test17_c)); // expected-warning {{folded}}
176 ASSERT(!OPT(test17_d)); // expected-warning {{folded}}
177 ASSERT(!OPT(&test17_d[0])); // expected-warning {{folded}}
178 ASSERT(!OPT((char*)test17_d)); // expected-warning {{folded}}
180 #undef OPT macro
[all...]
/external/openssh/contrib/
H A Dssh-copy-id103 OPT= OPTARG=
107 OPT="$(printf -- "$1"|cut -c1-2)"
112 OPT="$1"
117 OPT="$1"
125 OPT="$1"
149 case "$OPT" in
155 SSH_OPTS="${SSH_OPTS:+$SSH_OPTS }$OPT '$(quote "$OPTARG")'"
/external/lzma/CPP/
H A DBuild.mak34 LFLAGS = $(LFLAGS) -OPT:NOWIN98
65 LFLAGS = $(LFLAGS) -nologo -OPT:REF -OPT:ICF
/external/google-breakpad/src/common/android/include/
H A Dstab.h55 _STAB_CODE_DEF(OPT,0x3c) \
/external/llvm/test/MC/X86/AlignedBundling/
H A Dsingle-inst-bundling.s2 # RUN: | llvm-objdump -disassemble -no-show-raw-insn - | FileCheck -check-prefix=CHECK -check-prefix=CHECK-OPT %s
33 # CHECK-OPT: jle 5
37 # CHECK-OPT: nop
38 # CHECK-OPT-NEXT:20: addl
/external/clang/include/clang/Sema/
H A DExternalSemaSource.h199 const ObjCObjectPointerType *OPT) {
194 CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
H A DMultiplexExternalSemaSource.h344 const ObjCObjectPointerType *OPT) override;
H A DSema.h2576 const ObjCObjectPointerType *OPT,
2661 const ObjCObjectPointerType *OPT = nullptr,
2672 const ObjCObjectPointerType *OPT = nullptr);
7045 const ObjCObjectPointerType *OPT,
7054 HandleExprPropertyRefExpr(const ObjCObjectPointerType *OPT,
/external/clang/lib/AST/
H A DType.cpp412 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>())
413 return OPT->getPointeeType();
495 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>()) {
496 if (OPT->isObjCQualifiedIdType())
497 return OPT;
505 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>()) {
506 if (OPT->isObjCQualifiedClassType())
507 return OPT;
513 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>()) {
514 if (OPT
[all...]
H A DASTContext.cpp3616 if (const ObjCObjectPointerType *OPT = QT->getAs<ObjCObjectPointerType>()) {
3618 for (auto *Proto : OPT->quals()) {
3634 const ObjCObjectPointerType *OPT = QT->getAs<ObjCObjectPointerType>(); local
3635 if (!OPT)
3646 for (auto *Proto : OPT->quals()) {
3663 for (auto *Proto : OPT->quals()) {
5596 const ObjCObjectPointerType *OPT = T->castAs<ObjCObjectPointerType>(); local
5597 if (OPT->isObjCIdType()) {
5602 if (OPT->isObjCClassType() || OPT
[all...]
/external/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp290 const ObjCObjectPointerType *OPT) {
294 EnteringContext, OPT))
284 CorrectTypo( const DeclarationNameInfo &Typo, int LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
H A DSemaExprObjC.cpp1496 const ObjCObjectPointerType *OPT,
1500 for (const auto *PROTO : OPT->quals()) {
1511 HandleExprPropertyRefExpr(const ObjCObjectPointerType *OPT, argument
1517 const ObjCInterfaceType *IFaceT = OPT->getInterfaceType();
1522 << MemberName << QualType(OPT, 0);
1530 if (RequireCompleteType(MemberLoc, OPT->getPointeeType(),
1550 for (const auto *I : OPT->quals())
1576 Getter = LookupMethodInQualifiedType(Sel, OPT, true);
1596 Setter = LookupMethodInQualifiedType(SetterSel, OPT, true);
1618 << MemberName << QualType(OPT,
1495 LookupMethodInQualifiedType(Selector Sel, const ObjCObjectPointerType *OPT, bool Instance) argument
[all...]
H A DSemaExprMember.cpp1411 const ObjCObjectPointerType *OPT; local
1412 if (!IsArrow && (OPT = BaseType->getAs<ObjCObjectPointerType>())) {
1429 const ObjCObjectType *OT = OPT->getObjectType();
1436 FindGetterSetterNameDecl(OPT, Member, Sel, S.Context)) {
1456 if (Decl *SDecl = FindGetterSetterNameDecl(OPT,
1529 return S.HandleExprPropertyRefExpr(OPT, BaseExpr.get(), OpLoc, MemberName,
H A DSemaLookup.cpp4062 const ObjCObjectPointerType *OPT, bool ErrorRecovery) {
4135 if (OPT) {
4136 for (auto *I : OPT->quals())
4221 /// \param OPT when non-NULL, the search for visible declarations will
4222 /// also walk the protocols in the qualified interfaces of \p OPT.
4235 const ObjCObjectPointerType *OPT,
4243 TypoName, LookupKind, S, SS, *CCC, MemberContext, EnteringContext, OPT))
4256 EnteringContext, OPT, Mode == CTK_ErrorRecovery);
4356 /// \param OPT when non-NULL, the search for visible declarations will
4357 /// also walk the protocols in the qualified interfaces of \p OPT
4057 makeTypoCorrectionConsumer( const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind, Scope *S, CXXScopeSpec *SS, std::unique_ptr<CorrectionCandidateCallback> CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT, bool ErrorRecovery) argument
4228 CorrectTypo(const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind, Scope *S, CXXScopeSpec *SS, std::unique_ptr<CorrectionCandidateCallback> CCC, CorrectTypoKind Mode, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT, bool RecordFailure) argument
4364 CorrectTypoDelayed( const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind, Scope *S, CXXScopeSpec *SS, std::unique_ptr<CorrectionCandidateCallback> CCC, TypoDiagnosticGenerator TDG, TypoRecoveryCallback TRC, CorrectTypoKind Mode, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
[all...]
H A DSemaDeclObjC.cpp619 if (const ObjCObjectType *OPT = T->getAs<ObjCObjectType>())
620 ProtocolRefs.append(OPT->qual_begin(), OPT->qual_end());
H A DSemaExpr.cpp5787 const ObjCObjectPointerType *OPT = QT->getAs<ObjCObjectPointerType>(); local
5788 if (!OPT)
5791 if (ObjCInterfaceDecl *ID = OPT->getInterfaceDecl())
5800 for (auto *Proto : OPT->quals()) {
9787 else if (const ObjCObjectPointerType *OPT =
9789 Result = OPT->getPointeeType();
/external/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp108 const ObjCObjectPointerType *OPT) override {
/external/libogg/win32/
H A DMakefile94 OPT = macro
/external/libopus/celt/arm/
H A Darm2gnu.pl161 s/^\W+OPT\b/@ $&/;
/external/clang/include/clang/AST/
H A DType.h5019 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>())
5020 return OPT->isObjCQualifiedIdType();
5024 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>())
5025 return OPT->isObjCQualifiedClassType();
5029 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>())
5030 return OPT->isObjCIdType();
5034 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>())
5035 return OPT->isObjCClassType();
5039 if (const PointerType *OPT = getAs<PointerType>())
5040 return OPT
[all...]
/external/libhevc/common/
H A Dihevc_intra_pred_filters.c1175 #if OPT
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp3906 const ObjCObjectPointerType *OPT = nullptr; local
3912 OPT = CatchParam->getType()->getAs<ObjCObjectPointerType>();
3918 if (OPT && (OPT->isObjCIdType() || OPT->isObjCQualifiedIdType()))
3943 assert(OPT && "Unexpected non-object pointer type in @catch");
3944 const ObjCObjectType *ObjTy = OPT->getObjectType();
H A DCGObjCGNU.cpp1102 const ObjCObjectPointerType *OPT = T->getAs<ObjCObjectPointerType>(); local
1103 assert(OPT && "Invalid @catch type.");
1104 const ObjCInterfaceDecl *IDecl = OPT->getObjectType()->getInterface();
H A DCGExprScalar.cpp1829 const ObjCObjectPointerType *OPT = type->castAs<ObjCObjectPointerType>(); local
1832 CharUnits size = CGF.getContext().getTypeSizeInChars(OPT->getObjectType());
/external/libcap-ng/libcap-ng-0.7/
H A Dconfigure12445 OPT="-O"
12447 OPT="-O2 -pipe"
12465 OPT="-O"

Completed in 1652 milliseconds

12