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

1234567891011>>

/external/compiler-rt/test/BlocksRuntime/
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',
/external/syslinux/gpxe/src/drivers/bus/
H A Disa.c7 #include <gpxe/isa.h>
12 * isa.c implements a "classical" port-scanning method of ISA device
58 * @v isa ISA device
61 static int isa_probe ( struct isa_device *isa ) {
65 isa->driver->name, isa->ioaddr );
67 if ( ( rc = isa->driver->probe ( isa ) ) != 0 ) {
79 * @v isa ISA device
81 static void isa_remove ( struct isa_device *isa ) {
95 struct isa_device *isa = NULL; local
151 struct isa_device *isa; local
[all...]
/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/syslinux/gpxe/src/include/gpxe/
H A Disa.h50 * @v isa ISA device
54 int ( * probe ) ( struct isa_device *isa );
58 * @v isa ISA device
60 void ( * remove ) ( struct isa_device *isa );
72 * @v isa ISA device
75 static inline void isa_set_drvdata ( struct isa_device *isa, void *priv ) { argument
76 isa->priv = priv;
82 * @v isa ISA device
85 static inline void * isa_get_drvdata ( struct isa_device *isa ) {
86 return isa
[all...]
/external/clang/test/Sema/
H A Dbuiltin_objc_msgSend.c7 Class isa; member in struct:objc_object
/external/elfutils/libdw/
H A Ddwarf_lineisa.c42 *isap = line->isa;
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h53 if (isa<ConstantSDNode>(Node)) return true;
54 if (isa<ConstantFPSDNode>(Node)) return true;
55 if (isa<RegisterSDNode>(Node)) return true;
56 if (isa<GlobalAddressSDNode>(Node)) return true;
57 if (isa<BasicBlockSDNode>(Node)) return true;
58 if (isa<FrameIndexSDNode>(Node)) return true;
59 if (isa<ConstantPoolSDNode>(Node)) return true;
60 if (isa<JumpTableSDNode>(Node)) return true;
61 if (isa<ExternalSymbolSDNode>(Node)) return true;
62 if (isa<BlockAddressSDNod
[all...]
/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/llvm/test/MC/AsmParser/
H A Ddirective_loc.s13 .loc 1 2 0 isa 3
14 # CHECK: 1 2 0 isa 3
/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/clang/lib/Index/
H A DIndexingContext.cpp53 if (isa<NonTypeTemplateParmDecl>(D) || isa<TemplateTypeParmDecl>(D))
103 if (isa<TemplateTemplateParmDecl>(D))
106 if (isa<ObjCTypeParamDecl>(D))
150 if (isa<ObjCInterfaceDecl>(D))
152 if (isa<ObjCCategoryDecl>(D))
154 if (isa<ObjCIvarDecl>(D))
156 if (isa<ObjCMethodDecl>(D))
158 if (isa<ImportDecl>(D))
185 return MD->isThisDeclarationADefinition() || isa<ObjCImplDec
[all...]
/external/elfutils/tests/
H A Drun-dwfllines.sh25 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
27 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
29 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
31 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
33 time: 0, len: 0, idx: 0, b: 1, e: 1, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
36 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
38 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
40 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
42 time: 0, len: 0, idx: 0, b: 1, e: 1, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
45 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa
[all...]
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DLoads.cpp40 if (isa<BinaryOperator>(A) || isa<CastInst>(A) ||
41 isa<PHINode>(A) || isa<GetElementPtrInst>(A))
102 if (!isa<GlobalAlias>(GV) && !GV->mayBeOverridden()) {
137 if (isa<CallInst>(BBI) && BBI->mayWriteToMemory() &&
138 !isa<DbgInfoIntrinsic>(BBI))
180 if (isa<DbgInfoIntrinsic>(Inst))
207 if ((isa<AllocaInst>(Ptr) || isa<GlobalVariabl
[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/lib/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/honggfuzz/third_party/android/libBlocksRuntime/
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/Target/PowerPC/
H A DPPCBoolRetToInt.cpp125 return isa<ReturnInst>(V) || isa<CallInst>(V) || isa<PHINode>(V) ||
126 isa<DbgInfoIntrinsic>(V);
129 return isa<Constant>(V) || isa<Argument>(V) || isa<CallInst>(V) ||
130 isa<PHINode>(V);
199 if (!std::any_of(Defs.begin(), Defs.end(), isa<Instruction, Value *>))
206 if (!isa<PHINod
[all...]

Completed in 3339 milliseconds

1234567891011>>