Searched refs:isa (Results 76 - 100 of 1051) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/sparc64/sparc64/
H A Dautoconf.c39 #include <isa/isavar.h>
/freebsd-11-stable/sys/dev/ed/
H A Dif_ed_isa.c49 #include <isa/isavar.h>
201 DRIVER_MODULE(ed, isa, ed_isa_driver, ed_devclass, 0, 0);
202 MODULE_DEPEND(ed, isa, 1, 1, 1);
204 MODULE_PNP_INFO("E:pnpid;", isa, ed, ed_ids, sizeof(ed_ids[0]),
/freebsd-11-stable/sys/dev/snc/
H A Dif_snc_cbus.c53 #include <isa/isavar.h>
54 #include <sys/malloc.h> /* as dependency for isa/isa_common.h */
55 #include <isa/isa_common.h> /* for snc_isapnp_reconfig() */
209 DRIVER_MODULE(snc, isa, snc_isa_driver, snc_devclass, 0, 0);
210 MODULE_DEPEND(snc, isa, 1, 1, 1);
/freebsd-11-stable/sys/i386/isa/
H A Delink.c31 __FBSDID("$FreeBSD: stable/11/sys/i386/isa/elink.c 331722 2018-03-29 02:50:57Z eadler $");
44 #include <i386/isa/elink.h>
H A Dpmtimer.c43 #include <isa/isavar.h>
149 DRIVER_MODULE(pmtimer, isa, pmtimer_driver, pmtimer_devclass, 0, 0);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnyCall.h70 if (D && ((K == Function && !isa<FunctionDecl>(D)) ||
71 (K == Block && !isa<BlockDecl>(D))))
94 if (isa<CXXConstructorDecl>(D)) {
96 } else if (isa <CXXDestructorDecl>(D)) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerHelpers.h33 if (isa<T>(S))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAllocaHoisting.cpp48 if (allocaInst && isa<ConstantInt>(allocaInst->getArraySize())) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Core/
H A DLookup.cpp32 while (Context && (!isa<NamespaceDecl>(Context) ||
87 while (DeclA && !isa<NamespaceDecl>(DeclA))
201 isa<TranslationUnitDecl>(FromDecl->getDeclContext());
203 isa<CXXRecordDecl>(FromDecl) &&
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCtorUtils.cpp90 if (isa<ConstantAggregateZero>(GV->getInitializer()))
95 if (isa<ConstantAggregateZero>(V))
98 if (isa<ConstantPointerNull>(CS->getOperand(1)))
102 if (!isa<Function>(CS->getOperand(1)))
H A DEscapeEnumerator.cpp40 if (!isa<ReturnInst>(TI) && !isa<ResumeInst>(TI))
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCasting.h9 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
26 // isa<x> Support Templates
52 // The core of the implementation of isa<X> is here; To and From should be
54 // implementation of isa<> without rewriting it from scratch.
84 assert(Val && "isa<> used on a null pointer");
91 assert(Val && "isa<> used on a null pointer");
98 assert(Val && "isa<> used on a null pointer");
105 assert(Val && "isa<> used on a null pointer");
112 assert(Val && "isa<> used on a null pointer");
136 // isa<
141 template <class X, class Y> LLVM_NODISCARD inline bool isa(const Y &Val) { function in namespace:llvm
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/opt/
H A DAnalysisWrappers.cpp48 if (!isa<Constant>(*AI)) continue;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.h36 clang::ObjCInterfaceDecl *GetDeclForISA(ObjCLanguageRuntime::ObjCISA isa);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp22 if (!isa<ObjCImplDecl>(D))
79 if (isa<TranslationUnitDecl>(D))
270 if (isa<StringLiteral>(S) && isa<ObjCStringLiteral>(Parent))
280 if ((isa<MemberExpr>(S) || isa<DeclRefExpr>(S)) &&
299 for (; (ParentIndex + 1) <= Parents.size() && isa<ImplicitCastExpr>(Parent);
396 if (!isa<CompoundStmt>(CodeRangeStmt)) {
416 return isa<FunctionDecl>(D) || isa<ObjCMethodDec
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
H A Druntime.c320 result->isa = _NSConcreteMallocBlock;
348 result->isa = _NSConcreteFinalizingBlock;
351 result->isa = _NSConcreteAutoBlock;
388 copy->isa = &_NSConcreteWeakBlockVariable; // mark isa field so it gets weak scanning
423 // by using an isa that directs the code to a finalizer that calls the byref_destroy method.
573 // flags will indicate if it holds a __weak reference and needs a special isa
633 if (closure->isa == NULL) {
634 cp += sprintf(cp, "isa: NULL\n");
636 else if (closure->isa
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp187 if (isa<BinaryOperator>(A) || isa<CastInst>(A) || isa<PHINode>(A) ||
188 isa<GetElementPtrInst>(A))
299 if (isa<CallInst>(BBI) && BBI->mayWriteToMemory() &&
300 !isa<DbgInfoIntrinsic>(BBI))
392 if (isa<DbgInfoIntrinsic>(Inst))
449 if ((isa<AllocaInst>(StrippedPtr) || isa<GlobalVariable>(StrippedPtr)) &&
450 (isa<AllocaIns
[all...]
/freebsd-11-stable/sys/dev/ppc/
H A Dppc_acpi.c39 #include <isa/isareg.h>
40 #include <isa/isavar.h>
/freebsd-11-stable/sys/pc98/cbus/
H A Dsio_cbus.c43 #include <isa/isavar.h>
119 DRIVER_MODULE(sio, isa, sio_isa_driver, sio_devclass, 0, 0);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DLexicallyOrderedRecursiveASTVisitor.h89 if (!isa<ObjCImplementationDecl>(Child) &&
90 !isa<ObjCCategoryImplDecl>(Child)) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DAddress.h97 return llvm::isa<llvm::Constant>(addr.getPointer());
111 template <class U> inline bool isa(CodeGen::Address addr) { function in namespace:clang
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCFLSteensAliasAnalysis.h83 if (isa<Constant>(LocA.Ptr) && isa<Constant>(LocB.Ptr))
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp40 if (DR && isa<EnumConstantDecl>(DR->getDecl()))
68 if (isa<OffsetOfExpr>(S))
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DMutations.cpp88 if (isa<CompoundStatement>(S->parent())) {
94 if (isa<EmptyStatement>(S))
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DSourceExtraction.cpp30 if (isa<CompoundStmt>(S))
85 if (isa<Expr>(S))

Completed in 138 milliseconds

1234567891011>>