Searched refs:isa (Results 1 - 25 of 537) sorted by relevance

1234567891011>>

/external/compiler-rt/BlocksRuntime/tests/
H A Dflagsisa.c15 __block void *isa; local
17 ^{ flags=1; isa = (void *)isa; };
H A Dnullblockisa.c28 if (custom->innerp->isa != (void *)NULL) {
29 printf("not a NULL __block isa\n");
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DRecognizerSharedState.pm12 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
[all...]
H A DCharStreamState.pm8 isa => 'Int',
15 isa => 'Int',
22 isa => 'Int',
H A DNoViableAltException.pm9 isa => 'Str',
15 isa => 'Int',
21 isa => 'Int',
H A DRecognitionException.pm19 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')) {
H A DDFA.pm10 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',
H A DCommonToken.pm16 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',
H A DANTLRStringStream.pm14 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/CodeGenCXX/
H A Ddebug-info-cxx0x.cpp14 template<typename U> static P<T,U> isa(U);
15 decltype(isa(int())) f() {}
/external/clang/test/Sema/
H A Dbuiltin_objc_msgSend.c7 Class isa; member in struct:objc_object
/external/embunit/inc/
H A DTest.h58 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)
H A DTestListener.h55 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)
H A DRepeatedTest.h42 TestImplement* isa; member in struct:__RepeatedTest
H A DTestCase.h42 TestImplement* isa; member in struct:__TestCase
H A DTestSuite.h42 TestImplement* isa; member in struct:__TestSuite
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h56 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<JumpTableSDNod
[all...]
/external/clang/lib/Sema/
H A DSemaFixItUtils.cpp35 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<CXXNoexceptExp
[all...]
/external/llvm/lib/Analysis/
H A DCodeMetrics.cpp32 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());
H A DLoads.cpp42 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<AllocaIns
[all...]
/external/clang/lib/AST/
H A DDeclFriend.cpp35 assert(isa<FunctionDecl>(D) ||
36 isa<CXXRecordDecl>(D) ||
37 isa<FunctionTemplateDecl>(D) ||
38 isa<ClassTemplateDecl>(D));
/external/clang/test/SemaTemplate/
H A Dtemplate-id-expr.cpp6 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/
H A DBlock_private.h71 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
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.h212 return isa<InvokeInst>(V) ? IC_CallOrUser : IC_User;
266 return isa<ConstantPointerNull>(V) || isa<UndefValue>(V);
270 return isa<BitCastInst>(I) ||
271 (isa<GetElementPtrInst>(I) &&
291 isa<ConstantPointerNull>(OldArg))) &&
306 if (isa<Constant>(Op) || isa<AllocaInst>(Op))
366 if (isa<CallInst>(V) || isa<InvokeIns
[all...]
/external/llvm/unittests/IR/
H A DMDBuilderTest.cpp39 EXPECT_TRUE(isa<ConstantFP>(Op));
52 EXPECT_TRUE(isa<ConstantInt>(R1->getOperand(0)));
53 EXPECT_TRUE(isa<ConstantInt>(R1->getOperand(1)));
77 EXPECT_TRUE(isa<MDString>(R0->getOperand(0)));
94 EXPECT_TRUE(isa<MDString>(N0->getOperand(0)));
95 EXPECT_TRUE(isa<MDString>(N1->getOperand(0)));
96 EXPECT_TRUE(isa<MDString>(N2->getOperand(0)));
103 EXPECT_TRUE(isa<ConstantInt>(N2->getOperand(2)));

Completed in 508 milliseconds

1234567891011>>