Searched refs:isa (Results 26 - 50 of 537) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DMismatchedTokenException.pm17 isa => 'Int',
H A DMissingTokenException.pm12 isa => 'Any',
H A DCommonTokenStream.pm5 use UNIVERSAL qw( isa );
27 isa => 'ArrayRef[ANTLR::Runtime::Token]',
33 isa => 'HashRef[Int]',
38 isa => 'HashRef[Int]',
43 isa => 'Int',
49 isa => 'Bool',
55 isa => 'Int',
61 isa => 'Int',
359 if (ref($start) && $start->isa('ANTLR::Runtime::Token')) {
363 if (ref($start) && $stop->isa('ANTL
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerHelpers.h28 if (isa<T>(S))
/external/clang/tools/libclang/
H A DIndex_Internal.h34 void *isa; member in struct:_CXCursorAndRangeVisitorBlock
/external/compiler-rt/BlocksRuntime/tests/
H A Dblockimport.c41 printf("isa %p\n", layout->isa);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DPointerArithChecker.cpp51 if (isa<VarRegion>(LR) || isa<CodeTextRegion>(LR) ||
52 isa<CompoundLiteralRegion>(LR)) {
H A DPointerSubChecker.cpp60 if (isa<SymbolicRegion>(BaseLR) || isa<SymbolicRegion>(BaseRR))
/external/llvm/include/llvm/IR/
H A DIntrinsicInst.h11 // functions with the isa/dyncast family of functions. In particular, this
34 /// functions. This allows the standard isa/dyncast/cast functionality to
47 // Methods for support type inquiry through isa, cast, and dyn_cast:
54 return isa<CallInst>(V) && classof(cast<CallInst>(V));
63 // Methods for support type inquiry through isa, cast, and dyn_cast:
73 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
86 // Methods for support type inquiry through isa, cast, and dyn_cast:
91 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
107 // Methods for support type inquiry through isa, cast, and dyn_cast:
112 return isa<IntrinsicIns
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DInetSocketAddressTest.java49 InetSocketAddress isa = InetSocketAddress.createUnresolved(
51 assertTrue(isa.isUnresolved());
52 assertNull(isa.getAddress());
53 assertEquals(isa.getHostName(), legalHostPortPairs[i].host);
54 assertEquals(isa.getPort(), legalHostPortPairs[i].port);
/external/apache-http/src/org/apache/http/impl/conn/
H A DProxySelectorRoutePlanner.java214 final InetSocketAddress isa = (InetSocketAddress) p.address();
216 result = new HttpHost(getHost(isa), isa.getPort());
226 * @param isa the socket address
233 protected String getHost(InetSocketAddress isa) { argument
238 return isa.isUnresolved() ?
239 isa.getHostName() : isa.getAddress().getHostAddress();
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp40 isa<ConstantInt>(I->getOperand(2)))
73 if (!isa<ConstantInt>(III->getOperand(2)))
128 !(isa<BinaryOperator>(PHIUser)) || !CheapToScalarize(PHIUser, true))
160 if (pos && !isa<PHINode>(pos)) {
234 CheapToScalarize(BO, isa<ConstantInt>(EI.getOperand(1)))) {
249 if (isa<Constant>(IE->getOperand(2)) && isa<Constant>(EI.getOperand(1))) {
299 if (isa<UndefValue>(V)) {
323 if (!isa<ConstantInt>(IdxOp))
327 if (isa<UndefValu
[all...]
/external/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysis.cpp85 if (isa<StoreInst>(Ur)) {
92 if (isa<CallInst>(Ur))
95 if (isa<PtrToIntInst>(P))
134 if (isa<LoadInst>(B))
138 if (isa<LoadInst>(A))
145 if (isa<LoadInst>(A))
/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp70 if ((isa<ObjCStringLiteral>(Arg) &&
75 (isa<ObjCArrayLiteral>(Arg) &&
80 (isa<ObjCDictionaryLiteral>(Arg) &&
775 if (!isa<IntegerLiteral>(literalE) && !isa<FloatingLiteral>(literalE))
891 if (isa<ArraySubscriptExpr>(Expr) ||
892 isa<CallExpr>(Expr) ||
893 isa<DeclRefExpr>(Expr) ||
894 isa<CXXNamedCastExpr>(Expr) ||
895 isa<CXXConstructExp
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DADCE.cpp58 if (isa<TerminatorInst>(I.getInstructionIterator()) ||
59 isa<DbgInfoIntrinsic>(I.getInstructionIterator()) ||
60 isa<LandingPadInst>(I.getInstructionIterator()) ||
H A DReg2Mem.cpp53 if (I->getParent() != BB || isa<PHINode>(I))
83 while (isa<AllocaInst>(I)) ++I;
97 if (!(isa<AllocaInst>(iib) && iib->getParent() == BBEntry) &&
116 if (isa<PHINode>(iib))
H A DEarlyCSE.cpp65 return isa<CastInst>(Inst) || isa<BinaryOperator>(Inst) ||
66 isa<GetElementPtrInst>(Inst) || isa<CmpInst>(Inst) ||
67 isa<SelectInst>(Inst) || isa<ExtractElementInst>(Inst) ||
68 isa<InsertElementInst>(Inst) || isa<ShuffleVectorInst>(Inst) ||
69 isa<ExtractValueInst>(Inst) || isa<InsertValueIns
[all...]
/external/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/
H A DClass.pm11 isa => 'Str',
/external/clang/include/clang/AST/
H A DGlobalDecl.h32 assert(!isa<CXXConstructorDecl>(D) && "Use other ctor with ctor decls!");
33 assert(!isa<CXXDestructorDecl>(D) && "Use other ctor with dtor decls!");
63 assert(isa<CXXConstructorDecl>(getDecl()) && "Decl is not a ctor!");
68 assert(isa<CXXDestructorDecl>(getDecl()) && "Decl is not a dtor!");
/external/clang/lib/AST/
H A DParentMap.cpp127 do { S = getParent(S); } while (S && isa<ParenExpr>(S));
135 while (S && (isa<ParenExpr>(S) || isa<CastExpr>(S)));
143 } while (S && isa<Expr>(S) && cast<Expr>(S)->IgnoreParenImpCasts() != S);
150 while (isa<ParenExpr>(S)) {
162 while (P && (isa<ParenExpr>(P) || isa<CastExpr>(P) ||
163 isa<ExprWithCleanups>(P))) {
173 return isa<Expr>(P);
/external/embunit/inc/
H A DTestCaller.h56 TestImplement* isa; member in struct:__TestCaller
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAllocaHoisting.cpp29 if (allocaInst && isa<ConstantInt>(allocaInst->getArraySize())) {
/external/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp257 if (isa<CmpInst>(L)) {
263 } else if (isa<CallInst>(L)) {
265 } else if (isa<PHINode>(L)) {
278 } else if (isa<InvokeInst>(L)) {
290 } else if (isa<BranchInst>(L)) {
308 } else if (isa<SwitchInst>(L)) {
346 } else if (isa<UnreachableInst>(L)) {
375 if (isa<GlobalValue>(L))
380 if (isa<ConstantExpr>(L))
386 if (isa<ConstantPointerNul
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp38 if (DR && isa<EnumConstantDecl>(DR->getDecl()))
70 if (isa<OffsetOfExpr>(S))
/external/llvm/lib/IR/
H A DUser.cpp29 assert((!isa<Constant>(this) || isa<GlobalValue>(this)) &&

Completed in 639 milliseconds

1234567891011>>