Searched refs:isa (Results 276 - 300 of 537) sorted by relevance

<<11121314151617181920>>

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp197 (isa<ObjCInterfaceDecl>(ClassDecl) ||
198 isa<ObjCProtocolDecl>(ClassDecl)));
421 if (!isa<ObjCObjectPointerType>(PIDecl->getType()) ||
422 !isa<ObjCObjectPointerType>(PDecl->getType()) ||
943 if (Synthesize && isa<ObjCProtocolDecl>(property->getDeclContext()))
1124 if (isa<ObjCObjectPointerType>(PropertyIvarType)
1125 && isa<ObjCObjectPointerType>(IvarType))
1429 if (isa<ObjCObjectPointerType>(PropertyIvarType) &&
1430 isa<ObjCObjectPointerType>(GetterType))
1605 if (isa<ObjCProtocolDec
[all...]
H A DSemaStmt.cpp194 if (isa<StmtExpr>(E) && Loc.isMacroID())
249 if (isa<ObjCSubscriptRefExpr>(Source))
255 if (isa<CXXConstructExpr>(FC->getSubExpr()) ||
256 isa<CXXTemporaryObjectExpr>(FC->getSubExpr()))
305 for (; i != NumElts && isa<DeclStmt>(Elts[i]); ++i)
309 for (; i != NumElts && !isa<DeclStmt>(Elts[i]); ++i)
1185 if (isa<NullStmt>(Body))
1332 if (isa<DeclRefExpr>(E)) {
1562 if (isa<NullStmt>(Body))
1744 if ((!isa<InitListExp
[all...]
H A DSemaInit.cpp61 if (!isa<ConstantArrayType>(AT) && !isa<IncompleteArrayType>(AT))
68 if (isa<ObjCEncodeExpr>(Init) && AT->getElementType()->isCharType())
136 if (isa<StringLiteral>(E) || isa<ObjCEncodeExpr>(E))
443 else if (RDecl->isUnion() && isa<CXXRecordDecl>(RDecl) &&
1007 } else if (isa<DesignatedInitExpr>(expr)) {
1071 if (isa<InitListExpr>(expr) && !SemaRef.getLangOpts().CPlusPlus11) {
1128 if (!isa<InitListExpr>(Init) && Init->getType()->isVectorType()) {
1356 if (isa<InitListExp
[all...]
H A DSemaExprMember.cpp98 (!isa<CXXMethodDecl>(DC) || cast<CXXMethodDecl>(DC)->isStatic());
212 bool IsField = isa<FieldDecl>(Rep) || isa<IndirectFieldDecl>(Rep);
565 return ND && (isa<ValueDecl>(ND) || isa<FunctionTemplateDecl>(ND));
606 if (!isa<TypeDecl>(DC)) {
939 (isa<CXXThisExpr>(BaseExpr) &&
1040 assert(!isa<FunctionDecl>(MemberDecl) && "member function not C++ method?");
1051 if (isa<TypeDecl>(MemberDecl))
1201 // There's an implicit 'isa' iva
[all...]
/external/llvm/lib/TableGen/
H A DRecord.cpp117 if (isa<BitRecTy>(Ty) || isa<BitsRecTy>(Ty) || isa<IntRecTy>(Ty))
191 if (Size == 1 && isa<BitRecTy>(VI->getType()))
265 if (isa<StringRecTy>(TI->getType()))
285 if (!isa<ListRecTy>(LI->getType()))
685 if (IRV || !isa<UnsetInit>(E))
1074 if ((MHSd && isa<DagRecTy>(Type)) || (MHSl && isa<ListRecTy>(Type))) {
1344 if (IRV || !isa<UnsetIni
[all...]
/external/clang/lib/AST/
H A DExprCXX.cpp294 isa<UnresolvedUsingValueDecl>(*I)) {
352 if (isa<UnresolvedLookupExpr>(this))
424 if (isa<CXXTemporaryObjectExpr>(this))
430 if (isa<CXXTemporaryObjectExpr>(this))
851 if (isa<FieldDecl>(D))
1222 if (isa<UnresolvedUsingValueDecl>(decl))
1224 if (isa<UsingShadowDecl>(decl))
1229 assert(isa<CXXMethodDecl>(decl) || isa<FunctionTemplateDecl>(decl));
1231 if (isa<FunctionTemplateDec
[all...]
H A DType.cpp204 if (!isa<ArrayType>(CanonicalType))
825 return isa<ComplexType>(CanonicalType);
838 } else if (isa<PointerType>(T)) {
840 } else if (isa<BlockPointerType>(T)) {
842 } else if (isa<ObjCObjectPointerType>(T)) {
844 } else if (isa<MemberPointerType>(T)) {
846 } else if (isa<EnumType>(T)) {
875 return isa<ArrayType>(CanonicalType);
885 return !isa<VariableArrayType>(CanonicalType);
1189 if (isa<AutoTyp
[all...]
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp545 InstQuota = ((!isa<Constant>(V0) && V0->hasOneUse()) &&
546 (!isa<Constant>(V1) && V1->hasOneUse())) ? 2 : 1;
986 if (isa<Constant>(RHS) && isa<PHINode>(LHS))
1005 if (!isa<Constant>(RHS))
1015 if (!isa<Constant>(RHS))
1189 if (isa<Constant>(RHS)) {
1190 if (isa<PHINode>(LHS))
1205 if (!isa<Constant>(RHS))
1526 if (isa<Constan
[all...]
H A DInstCombineShifts.cpp31 if (isa<Constant>(Op0))
71 if (isa<Constant>(V))
355 if (isa<PHINode>(Op0))
368 isa<ConstantInt>(TrOp->getOperand(1))) {
528 if (ShiftOp && isa<ConstantInt>(ShiftOp->getOperand(1))) {
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp353 if (isa<ObjCMethodDecl>(D))
355 else if (isa<FunctionDecl>(D))
358 assert(isa<BlockDecl>(D));
368 if (isa<Expr>(S) && PM.isConsumedExpr(cast<Expr>(S)))
869 if (isa<AbstractConditionalOperator>(E))
1147 if (isa<CompoundStmt>(Parent))
1218 if (!isa<CastExpr>(Ex))
1725 if (!isa<ObjCForCollectionStmt>(PS->getStmt())) {
1810 } else if (isa<BreakStmt>(Term) || isa<ContinueStm
[all...]
H A DExprEngineCXX.cpp260 bool IsArray = isa<ElementRegion>(Target);
337 if (FD && !isa<CXXMethodDecl>(FD) && !FD->isVariadic()) {
417 if (!isa<CXXConstructExpr>(Init)) {
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc54 if (!isa<clang::CXXConstructorDecl>(decl) &&
55 !isa<clang::CXXDestructorDecl>(decl)) {
116 if (isa<T>(*i)) return cast<T>(*i);
657 if (isa<clang::BlockDeclRefExpr>(expr)) {
661 } else if (isa<clang::DeclRefExpr>(expr)) {
1081 } else if (isa<clang::TagType>(t)) {
1083 } else if (isa<clang::SubstTemplateTypeParmType>(t)) {
/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp363 if (isa<Constant>(Cond)) return 0;
618 if (!LoopExitBB || isa<PHINode>(LoopExitBB->begin()))
691 if (!isa<ConstantInt>(Val) ||
913 LICHandle && !isa<Constant>(LICHandle))
1074 assert(!isa<Constant>(LIC) && "Why are we unswitching on a constant?");
1090 if (IsEqual || (isa<ConstantInt>(Val) &&
1131 if (SI == 0 || !isa<ConstantInt>(Val)) continue;
/external/v8/tools/gcmole/
H A Dgcmole.cc54 if (!isa<clang::CXXConstructorDecl>(decl) &&
55 !isa<clang::CXXDestructorDecl>(decl)) {
116 if (isa<T>(*i)) return cast<T>(*i);
659 if (isa<clang::BlockDeclRefExpr>(expr)) {
663 } else if (isa<clang::DeclRefExpr>(expr)) {
1083 } else if (isa<clang::TagType>(t)) {
1085 } else if (isa<clang::SubstTemplateTypeParmType>(t)) {
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp156 if (isa<StoreInst>(*SrcI) || isa<LoadInst>(*SrcI)) {
159 if (isa<StoreInst>(*DstI) || isa<LoadInst>(*DstI)) {
445 if (isa<SCEVConstant>(Y->getD())) {
788 if ((isa<SCEVZeroExtendExpr>(Src) && isa<SCEVZeroExtendExpr>(Dst)) ||
789 (isa<SCEVSignExtendExpr>(Src) && isa<SCEVSignExtendExpr>(Dst))) {
878 if ((isa<SCEVSignExtendExp
[all...]
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp418 return isa<BlockPointerType>(T);
467 if (isa<ObjCInterfaceType>(PT->getPointeeType()) ||
686 if (isa<ObjCInterfaceDecl>(*DI) &&
705 if (isa<ObjCProtocolDecl>(*DI) &&
1439 if (Stmts.empty() || !isa<ObjCForCollectionStmt>(Stmts.back()))
1456 if (Stmts.empty() || !isa<ObjCForCollectionStmt>(Stmts.back()))
1504 assert(isa<ObjCForCollectionStmt>(Stmts.back()) &&
1643 if (isa<CompoundStmt>(S->getBody())) {
1749 if (isa<ReturnStmt>(S) || isa<GotoStm
4275 int isa = 0; local
[all...]
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp229 if (isa<BitCastInst>(UUser) || isa<GetElementPtrInst>(UUser) ||
230 isa<PHINode>(UUser) || isa<SelectInst>(UUser)) {
242 if (isa<LoadInst>(UUser))
275 if (isa<AllocaInst>(P))
1347 if (isa<ReturnInst>(I) || GetBasicInstructionClass(I) == IC_RetainRV)
1349 if (isa<BitCastInst>(I))
1989 if (isa<InvokeInst>(Inst))
2003 if (isa<InvokeIns
[all...]
/external/clang/lib/CodeGen/
H A DCGRTTI.cpp469 if (isa<BuiltinType>(Ty)) {
474 assert(isa<ObjCInterfaceType>(Ty));
696 assert(isa<BuiltinType>(T) || isa<ObjCInterfaceType>(T));
700 if (isa<BuiltinType>(T)) return;
/external/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp218 if (isa<PointerType>(Ty1) && Ty2 == TD->getIntPtrType(Ctx)) return true;
219 if (isa<PointerType>(Ty2) && Ty1 == TD->getIntPtrType(Ctx)) return true;
406 if (isa<InlineAsm>(V1) || isa<InlineAsm>(V2))
875 } else if (isa<GlobalValue>(U.getUser())) {
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp61 for (; isa<PHINode>(I); ++I) {
516 !(isa<CallInst>(TheCall) && cast<CallInst>(TheCall)->isTailCall());
646 if (!isa<Constant>(AI->getArraySize()))
654 while (isa<AllocaInst>(I) &&
655 isa<Constant>(cast<AllocaInst>(I)->getArraySize())) {
/external/chromium_org/third_party/lzma_sdk/
H A D7zDec.c333 #define CASE_BRA_CONV(isa) case k_ ## isa: isa ## _Convert(outBuffer, outSize, 0, 0); break;
/external/chromium_org/third_party/skia/src/core/
H A DSkXfermode.cpp132 unsigned isa = 255 - sa; local
136 SkAlphaMulAlpha(isa, SkGetPackedR32(dst)),
138 SkAlphaMulAlpha(isa, SkGetPackedG32(dst)),
140 SkAlphaMulAlpha(isa, SkGetPackedB32(dst)));
162 unsigned isa = 255 - sa; local
167 SkAlphaMulAlpha(isa, SkGetPackedR32(dst)),
169 SkAlphaMulAlpha(isa, SkGetPackedG32(dst)),
171 SkAlphaMulAlpha(isa, SkGetPackedB32(dst)));
1854 unsigned isa = 255 - SkGetPackedA32(src); local
1857 SkPacked32ToR16(src) + SkAlphaMulAlpha(SkGetPackedR16(dst), isa),
[all...]
/external/clang/include/clang/AST/
H A DCanonicalType.h351 /// CanQual<T> to a specific Type class. We're prefer isa/dyn_cast/cast/etc.
694 assert((Other.isNull() || isa<T>(Other.getTypePtr())) &&
710 if (isa<U>(Stored.getTypePtr()))
722 assert(!Stored.isNull() && isa<U>(Stored.getTypePtr()));
/external/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h41 return isa<DECL>(D);
93 return isa<STMT>(S);
112 return isa<STMT>(S);
/external/llvm/include/llvm/Analysis/
H A DScalarEvolution.h164 /// Methods for support type inquiry through isa, cast, and dyn_cast:
270 return !isa<SCEVCouldNotCompute>(Exact) ||
271 !isa<SCEVCouldNotCompute>(Max);
323 return ExitNotTaken.ExitingBlock || !isa<SCEVCouldNotCompute>(Max);

Completed in 772 milliseconds

<<11121314151617181920>>