Home
last modified time | relevance | path

Searched refs:Instance (Results 1 – 25 of 48) sorted by relevance

12

/freebsd-9-stable/contrib/llvm/include/llvm/MC/
DMCLabel.h28 unsigned Instance; variable
33 : Instance(instance) {} in MCLabel()
39 unsigned getInstance() const { return Instance; } in getInstance()
43 unsigned incInstance() { return ++Instance; } in incInstance()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Frontend/
DFrontendAction.h39 CompilerInstance *Instance; variable
115 assert(Instance && "Compiler instance not registered!"); in getCompilerInstance()
116 return *Instance; in getCompilerInstance()
119 void setCompilerInstance(CompilerInstance *Value) { Instance = Value; } in setCompilerInstance()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp4099 ClassTemplateDecl *Instance) { in isInstantiationOf() argument
4103 Instance = Instance->getCanonicalDecl(); in isInstantiationOf()
4104 if (Pattern == Instance) return true; in isInstantiationOf()
4105 Instance = Instance->getInstantiatedFromMemberTemplate(); in isInstantiationOf()
4106 } while (Instance); in isInstantiationOf()
4112 FunctionTemplateDecl *Instance) { in isInstantiationOf() argument
4116 Instance = Instance->getCanonicalDecl(); in isInstantiationOf()
4117 if (Pattern == Instance) return true; in isInstantiationOf()
4118 Instance = Instance->getInstantiatedFromMemberTemplate(); in isInstantiationOf()
4119 } while (Instance); in isInstantiationOf()
[all …]
/freebsd-9-stable/sys/contrib/dev/acpica/tables/
Dtbxface.c268 UINT32 Instance, in ACPI_EXPORT_SYMBOL()
293 if (++j < Instance) in ACPI_EXPORT_SYMBOL()
353 UINT32 Instance, in ACPI_EXPORT_SYMBOL()
378 if (++j < Instance) in ACPI_EXPORT_SYMBOL()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Frontend/
DCompilerInstance.cpp753 CompilerInstance &Instance; member
763 Data.Instance.ExecuteAction(Data.CreateModuleAction); in doCompileMapModule()
863 CompilerInstance Instance; in compileModule() local
864 Instance.setInvocation(&*Invocation); in compileModule()
866 Instance.createDiagnostics(new ForwardingDiagnosticConsumer( in compileModule()
872 Instance.createFileManager(); // FIXME: Adopt file manager from importer? in compileModule()
873 Instance.createSourceManager(Instance.getFileManager()); in compileModule()
874 SourceManager &SourceMgr = Instance.getSourceManager(); in compileModule()
896 ModuleMapFile = Instance.getFileManager().getVirtualFile( in compileModule()
908 CompileModuleMapData Data = { Instance, CreateModuleAction }; in compileModule()
[all …]
DFrontendAction.cpp118 FrontendAction::FrontendAction() : Instance(0) {} in FrontendAction()
164 assert(!Instance && "Already processing a source file!"); in BeginSourceFile()
/freebsd-9-stable/sys/dev/ofw/
Dofw_if.m178 * @param _handle Instance handle
218 * @param _instance Instance handle
265 * @param _instance Instance to close
/freebsd-9-stable/sys/contrib/dev/acpica/include/
Dacpixf.h181 UINT32 Instance,
187 UINT32 Instance,
Dactbl2.h194 UINT8 Instance; member
/freebsd-9-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
DTransRetainReleaseDealloc.cpp83 if (E->getReceiverKind() == ObjCMessageExpr::Instance) in VisitObjCMessageExpr()
127 case ObjCMessageExpr::Instance: in VisitObjCMessageExpr()
DTransAutoreleasePool.cpp359 if (ME->getReceiverKind() == ObjCMessageExpr::Instance && in isPoolCreation()
378 if (ME->getReceiverKind() == ObjCMessageExpr::Instance) { in isPoolDrain()
DTransZeroOutPropsInDealloc.cpp47 if (ME->getReceiverKind() != ObjCMessageExpr::Instance) in VisitObjCMessageExpr()
DTransforms.cpp190 case ObjCMessageExpr::Instance: in hasSideEffects()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DNSAPI.cpp226 bool Instance) const { in getNSNumberLiteralSelector()
264 if (Instance) { in getNSNumberLiteralSelector()
DDeclObjC.cpp515 bool Instance) const { in lookupPrivateMethod()
525 Method = Instance ? ImpDecl->getInstanceMethod(Sel) in lookupPrivateMethod()
530 Method = Instance ? getCategoryInstanceMethod(Sel) in lookupPrivateMethod()
536 if (!Instance && !Method && !getSuperClass()) { in lookupPrivateMethod()
545 return getSuperClass()->lookupPrivateMethod(Sel, Instance); in lookupPrivateMethod()
/freebsd-9-stable/sys/sys/
Daac_ioctl.h184 int32_t Instance; member
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DNSAPI.h164 bool Instance) const;
DExprObjC.h1023 Instance,
1162 return getReceiverKind() == Instance || getReceiverKind() == SuperInstance;
1174 if (getReceiverKind() == Instance)
1186 Kind = Instance;
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReaderInternals.h157 SmallVector<ObjCMethodDecl *, 2> Instance; member
/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp36 case ObjCMessageExpr::Instance: return false; in scan_dealloc()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp43 if (Msg->getReceiverKind() == ObjCMessageExpr::Instance) { in checkForLiteralCreation()
125 case ObjCMessageExpr::Instance: in maybeAdjustInterfaceForSubscriptingCheck()
293 Msg->getReceiverKind() != ObjCMessageExpr::Instance) in rewriteToObjCSubscriptSyntax()
/freebsd-9-stable/sbin/natd/
Dnatd.c1033 Instance, enumerator
1305 { Instance,
1518 case Instance: in ParseOption()
/freebsd-9-stable/sys/xen/xenbus/
Dxenbusb_if.m71 * \param _ivars Instance variables from the XenBus child device for
/freebsd-9-stable/contrib/llvm/utils/TableGen/
DSubtargetEmitter.cpp1400 const std::string &Instance = R->getName(); in ParseFeaturesFunction() local
1406 << Instance << ") != 0) " in ParseFeaturesFunction()
1410 << Instance << ") != 0 && " in ParseFeaturesFunction()
/freebsd-9-stable/sys/dev/asr/
Di2omsg.h1140 U16 Instance; member

12