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

12

/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/qemu/
H A Dandroid-rebuild.sh19 for OPT; do
20 case $OPT in
31 OUT_DIR=${OPT##--out-dir=}
/external/lzma/CPP/
H A DBuild.mak34 LFLAGS = $(LFLAGS) -OPT:NOWIN98
65 LFLAGS = $(LFLAGS) -nologo -OPT:REF -OPT:ICF
/external/qemu/distrib/
H A Dpackage-release.sh201 for OPT; do
202 case $OPT in
207 OPT_COPY_PREBUILTS=${OPT##--copy-prebuilts=}
210 OPT_DARWIN_SSH=${OPT##--darwin-ssh=}
213 OPT_PKG_DIR=${OPT##--package-dir=}
216 OPT_PKG_PREFIX=${OPT##--package-prefix=}
225 OPT_REVISION=${OPT##--revision=}
228 OPT_SYSTEM=${OPT##--system=}
234 panic "Unsupported option '$OPT', see --help."
237 panic "Unsupported parameter '$OPT', se
[all...]
/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
H A DMultiplexExternalSemaSource.h349 const ObjCObjectPointerType *OPT) override;
/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:
H A DOPTRecord.java11 * header. An OPT should be generated by Resolver.
37 * Creates an OPT Record. This is normally called by SimpleResolver, but can
52 super(Name.root, Type.OPT, payloadSize, 0);
64 * Creates an OPT Record with no data. This is normally called by
81 * Creates an OPT Record with no data. This is normally called by
101 throw st.exception("no text format defined for OPT");
/external/openssl/
H A Dcheck-all-builds.sh167 for OPT; do
168 case $OPT in
173 BUILD_DIR=${OPT##--build-dir=}
179 NUM_JOBS=${OPT##--jobs=}
185 NUM_JOBS=${OPT##-j}
188 panic "Unknown option '$OPT', see --help for details."
191 BUILD_TYPES="$BUILD_TYPES $OPT"
/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/lib/AST/
H A DType.cpp419 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>())
420 return OPT->getPointeeType();
502 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>()) {
503 if (OPT->isObjCQualifiedIdType())
504 return OPT;
512 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>()) {
513 if (OPT->isObjCQualifiedClassType())
514 return OPT;
520 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>()) {
521 if (OPT
[all...]
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...]
/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 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 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 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
/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/chromium_org/third_party/opus/src/celt/arm/
H A Darm2gnu.pl187 s/^\W+OPT\b/@ $&/;
/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.h4963 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>())
4964 return OPT->isObjCQualifiedIdType();
4968 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>())
4969 return OPT->isObjCQualifiedClassType();
4973 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>())
4974 return OPT->isObjCIdType();
4978 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>())
4979 return OPT->isObjCClassType();
4983 if (const PointerType *OPT = getAs<PointerType>())
4984 return OPT
[all...]
/external/chromium_org/third_party/libxslt/win32/
H A DMakefile73 LDFLAGS = $(LDFLAGS) /OPT:NOWIN98
/external/chromium_org/third_party/libxml/src/win32/
H A DMakefile97 LDFLAGS = $(LDFLAGS) /OPT:NOWIN98
/external/chromium_org/build/android/
H A Dadb_gdb197 panic "Unknown option $OPT, see --help." >&2
/external/libhevc/common/
H A Dihevc_intra_pred_filters.c1175 #if OPT

Completed in 783 milliseconds

12