HomeSort by relevance Sort by last modified time
    Searched refs:isa (Results 1 - 25 of 547) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/BlocksRuntime/tests/
flagsisa.c 15 __block void *isa; local
17 ^{ flags=1; isa = (void *)isa; };
nullblockisa.c 28 if (custom->innerp->isa != (void *)NULL) {
29 printf("not a NULL __block isa\n");
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
RecognizerSharedState.pm 12 isa => 'ArrayRef[ANTLR::Runtime::BitSet]',
18 isa => 'Int',
27 isa => 'Bool',
38 isa => 'Int',
46 isa => 'Bool',
53 isa => 'Int',
61 isa => 'Int',
72 isa => 'Maybe[ArrayRef[HashRef[Int]]]',
84 isa => 'Maybe[ANTLR::Runtime::Token]',
92 isa => 'Int'
    [all...]
CharStreamState.pm 8 isa => 'Int',
15 isa => 'Int',
22 isa => 'Int',
NoViableAltException.pm 9 isa => 'Str',
15 isa => 'Int',
21 isa => 'Int',
RecognitionException.pm 19 isa => 'Int',
30 isa => 'Any',
39 isa => 'Maybe[Char]',
44 isa => 'Int',
50 isa => 'Int',
56 isa => 'Bool',
93 if ($self->input->isa('ANTLR::Runtime::TokenStream')) {
DFA.pm 10 isa => 'ArrayRef[Int]',
15 isa => 'ArrayRef[Int]',
20 isa => 'ArrayRef[Str]',
25 isa => 'ArrayRef[Str]',
30 isa => 'ArrayRef[Int]',
35 isa => 'ArrayRef[Int]',
40 isa => 'ArrayRef[ArrayRef[Int]]',
45 isa => 'Int',
52 isa => 'ANTLR::Runtime::BaseRecognizer',
CommonToken.pm 16 isa => 'Int',
22 isa => 'Int',
28 isa => 'Int',
35 isa => 'Int',
41 isa => 'Maybe[ANTLR::Runtime::CharStream]',
49 isa => 'Maybe[Str]',
55 isa => 'Int',
62 isa => 'Int',
68 isa => 'Int',
ANTLRStringStream.pm 14 isa => 'Str',
20 isa => 'Int',
26 isa => 'Int',
32 isa => 'Int',
38 isa => 'Int',
44 isa => 'ArrayRef[Maybe[ANTLR::Runtime::CharStreamState]]',
50 isa => 'Int',
56 isa => 'Str',
  /external/clang/test/Sema/
builtin_objc_msgSend.c 7 Class isa; member in struct:objc_object
  /external/embunit/inc/
Test.h 58 TestImplement* isa; member in struct:__Test
61 #define Test_name(s) ((Test*)s)->isa->name(s)
62 #define Test_run(s,r) ((Test*)s)->isa->run(s,r)
63 #define Test_countTestCases(s) ((Test*)s)->isa->countTestCases(s)
TestListener.h 55 TestListnerImplement* isa; member in struct:__TestListner
58 #define TestListner_startTest(s,t) ((TestListner*)s)->isa->startTest(s,t)
59 #define TestListner_endTest(s,t) ((TestListner*)s)->isa->endTest(s,t)
60 #define TestListner_addFailure(s,t,m,l,f) ((TestListner*)s)->isa->addFailure(s,t,m,l,f)
RepeatedTest.h 42 TestImplement* isa; member in struct:__RepeatedTest
TestCase.h 42 TestImplement* isa; member in struct:__TestCase
TestSuite.h 42 TestImplement* isa; member in struct:__TestSuite
  /external/clang/test/CodeGenCXX/
debug-info-cxx0x.cpp 14 template<typename U> static P<T,U> isa(U);
15 decltype(isa(int())) f() {}
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 56 if (isa<ConstantSDNode>(Node)) return true;
57 if (isa<ConstantFPSDNode>(Node)) return true;
58 if (isa<RegisterSDNode>(Node)) return true;
59 if (isa<RegisterMaskSDNode>(Node)) return true;
60 if (isa<GlobalAddressSDNode>(Node)) return true;
61 if (isa<BasicBlockSDNode>(Node)) return true;
62 if (isa<FrameIndexSDNode>(Node)) return true;
63 if (isa<ConstantPoolSDNode>(Node)) return true;
64 if (isa<TargetIndexSDNode>(Node)) return true;
65 if (isa<JumpTableSDNode>(Node)) return true
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
InetSocketAddressTest.java 60 InetSocketAddress isa = new InetSocketAddress(ia, 80); local
61 assertEquals(80,isa.getPort());
62 //assertEquals(results[i], isa.getHostName());
65 InetSocketAddress isa = new InetSocketAddress((InetAddress)null, 80); local
66 assertEquals("0.0.0.0", isa.getHostName());
82 InetSocketAddress isa = new InetSocketAddress(65535); local
83 assertEquals("0.0.0.0", isa.getHostName());
84 assertEquals(65535, isa.getPort());
122 InetSocketAddress isa = new InetSocketAddress(ia, 0); local
123 assertEquals(ia, isa.getAddress())
125 InetSocketAddress isa = new InetSocketAddress((InetAddress) null, 0); local
    [all...]
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 35 if (isa<PointerType>(From) && isa<PointerType>(To)) {
69 if (isa<ArraySubscriptExpr>(Expr) ||
70 isa<CallExpr>(Expr) ||
71 isa<DeclRefExpr>(Expr) ||
72 isa<CastExpr>(Expr) ||
73 isa<CXXNewExpr>(Expr) ||
74 isa<CXXConstructExpr>(Expr) ||
75 isa<CXXDeleteExpr>(Expr) ||
76 isa<CXXNoexceptExpr>(Expr) |
    [all...]
  /external/llvm/lib/Analysis/
CodeMetrics.cpp 32 if (isa<CallInst>(II) || isa<InvokeInst>(II)) {
54 if (!isa<InlineAsm>(CS.getCalledValue()))
64 if (isa<ExtractElementInst>(II) || II->getType()->isVectorTy())
78 if (isa<ReturnInst>(BB->getTerminator()))
92 notDuplicatable |= isa<IndirectBrInst>(BB->getTerminator());
Loads.cpp 42 if (isa<BinaryOperator>(A) || isa<CastInst>(A) ||
43 isa<PHINode>(A) || isa<GetElementPtrInst>(A))
109 if (isa<CallInst>(BBI) && BBI->mayWriteToMemory() &&
110 !isa<DbgInfoIntrinsic>(BBI))
157 if (isa<DbgInfoIntrinsic>(Inst))
188 if ((isa<AllocaInst>(Ptr) || isa<GlobalVariable>(Ptr)) &&
189 (isa<AllocaInst>(SI->getOperand(1)) |
    [all...]
  /dalvik/hit/src/com/android/hit/
ClassInstance.java 41 ClassObj isa = mHeap.mState.findClass(mClassId); local
43 resolve(state, isa, isa.mStaticFieldTypes, isa.mStaticFieldValues);
44 resolve(state, isa, isa.mFieldTypes, mFieldValues);
47 private void resolve(State state, ClassObj isa, int[] types,
87 ClassObj isa = mHeap.mState.findClass(mClassId); local
89 return isa.getSize();
107 ClassObj isa = state.findClass(mClassId) local
158 ClassObj isa = mHeap.mState.findClass(mClassId); local
    [all...]
  /external/clang/lib/AST/
DeclFriend.cpp 35 assert(isa<FunctionDecl>(D) ||
36 isa<CXXRecordDecl>(D) ||
37 isa<FunctionTemplateDecl>(D) ||
38 isa<ClassTemplateDecl>(D));
  /external/clang/test/SemaTemplate/
template-id-expr.cpp 6 static void isa(const FromCl &Val) { } function in struct:isa_impl_cl
10 void isa(const Y &Val) { return isa_impl_cl<Y>::template isa<X>(Val); } function
13 void f0(const Value &Val) { isa<Value>(Val); }
  /external/compiler-rt/BlocksRuntime/
Block_private.h 71 void *isa; member in struct:Block_layout
81 void *isa; member in struct:Block_byref
92 void *isa; member in struct:Block_byref_header
164 void *isa; member in struct:Block_basic

Completed in 676 milliseconds

1 2 3 4 5 6 7 8 91011>>