Home
last modified time | relevance | path

Searched refs:Interface (Results 1 – 25 of 249) sorted by relevance

12345678910

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DObjectFileInterface.cpp25 void addInitSymbol(MaterializationUnit::Interface &I, ExecutionSession &ES, in addInitSymbol()
40 static Expected<MaterializationUnit::Interface>
43 MaterializationUnit::Interface I; in getMachOObjectFileSymbolInfo()
97 static Expected<MaterializationUnit::Interface>
100 MaterializationUnit::Interface I; in getELFObjectFileSymbolInfo()
151 static Expected<MaterializationUnit::Interface>
154 MaterializationUnit::Interface I; in getCOFFObjectFileSymbolInfo()
233 Expected<MaterializationUnit::Interface>
236 MaterializationUnit::Interface I; in getGenericObjectFileSymbolInfo()
273 Expected<MaterializationUnit::Interface>
H A DLayer.cpp35 : MaterializationUnit(Interface()), TSM(std::move(TSM)) { in IRMaterializationUnit()
103 ThreadSafeModule TSM, Interface I, in IRMaterializationUnit()
171 MaterializationUnit::Interface I) { in add()
209 ObjectLayer &L, std::unique_ptr<MemoryBuffer> O, Interface I) in BasicObjectLayerMaterializationUnit()
/openbsd-src/share/snmp/
H A DIANAifType-MIB.txt39 DESCRIPTION "Updated Interface Types (ifType) registry name."
382 Interface types must not be directly added to the
384 to the 'Interface Types (ifType)' registry at
454 smdsIcip(52), -- SMDS InterCarrier Interface
541 atmSubInterface (134), -- ATM Sub Interface
549 ipForward (142), -- IP Forwarding Interface
556 atmVirtual (149), -- ATM Virtual Interface
557 mplsTunnel (150), -- MPLS Tunnel Virtual Interface
562 compositeLink (155), -- Avici Composite Link Interface
565 frForward (158), -- Frame Forward Interface
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.cpp192 std::vector<DiffOutput> getSingleIF(InterfaceFile *Interface, in getSingleIF() argument
197 Order, Interface->getInstallName())); in getSingleIF()
200 Order, Interface->getCurrentVersion())); in getSingleIF()
203 Order, Interface->getCompatibilityVersion())); in getSingleIF()
206 Order, Interface->getSwiftABIVersion())); in getSingleIF()
209 Order, Interface->isInstallAPI())); in getSingleIF()
212 Order, Interface->isTwoLevelNamespace())); in getSingleIF()
215 Order, Interface->isApplicationExtensionSafe())); in getSingleIF()
217 Interface->reexportedLibraries(), Order); in getSingleIF()
218 diffAttribute("Allowable Clients", Output, Interface->allowableClients(), in getSingleIF()
[all …]
/openbsd-src/usr.sbin/map-mbone/
H A Dmapper.c67 } Interface; typedef
91 Interface * find_interface(u_int32_t addr, Node *node);
127 Interface *find_interface(u_int32_t addr, Node *node) in find_interface()
129 Interface *ifc; in find_interface()
135 ifc = malloc(sizeof(Interface)); in find_interface()
147 Interface *ifc; in find_neighbor()
309 Interface *ifc; in accept_neighbors()
333 Interface *ifc_i, *next_ifc_i; in accept_neighbors()
349 Interface *ifc_n = find_interface(ifc_i->addr, node); in accept_neighbors()
444 Interface *if in accept_neighbors2()
[all...]
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DLayer.h46 IRMaterializationUnit(ThreadSafeModule TSM, Interface I,
146 MaterializationUnit::Interface I);
156 MaterializationUnit::Interface I) { in add()
183 Interface I);
H A DObjectFileInterface.h26 void addInitSymbol(MaterializationUnit::Interface &I, ExecutionSession &ES,
32 Expected<MaterializationUnit::Interface>
/openbsd-src/gnu/usr.bin/perl/amigaos4/
H A Damigaos.c37 struct Interface *OpenInterface(CONST_STRPTR libname, uint32 libver) in OpenInterface()
40 struct Interface *iface = IExec->GetInterface(base, "main", 1, NULL); in OpenInterface()
53 void CloseInterface(struct Interface *iface) in CloseInterface()
82 CloseInterface((struct Interface *)IDOS); in ___closeinterfaces()
83 CloseInterface((struct Interface *)IUtility); in ___closeinterfaces()
486 CloseInterface((struct Interface *)myIDOS); in ___makeenviron()
494 CloseInterface((struct Interface *)myIDOS); in ___makeenviron()
519 CloseInterface((struct Interface *)myIDOS); in ___freeenviron()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExternalASTMerger.cpp325 void ExternalASTMerger::CompleteType(ObjCInterfaceDecl *Interface) { in CompleteType() argument
326 assert(Interface->hasExternalLexicalStorage()); in CompleteType()
328 Interface, [&](ASTImporter &Forward, ASTImporter &Reverse, in CompleteType()
337 Forward.MapImported(SourceInterface, Interface); in CompleteType()
344 bool ExternalASTMerger::CanComplete(DeclContext *Interface) { in CanComplete() argument
345 assert(Interface->hasExternalLexicalStorage() || in CanComplete()
346 Interface->hasExternalVisibleStorage()); in CanComplete()
348 ForEachMatchingDC(Interface, in CanComplete()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseAST.cpp183 bool Interface = true; in ParseAST() local
187 Interface = S.currentModuleIsInterface(); in ParseAST()
193 if (Interface && CodegenModule) in ParseAST()
/openbsd-src/gnu/gcc/libgomp/
H A Dlibgomp.texi74 @uref{http://www.openmp.org, OpenMP} Application Programming Interface (API)
119 the @uref{http://www.openmp.org, OpenMP Application Program Interface} manual,
190 @item @emph{Interface}: @tab @code{logical function omp_get_dynamic()}
216 @item @emph{Interface}: @tab @code{integer function omp_get_max_threads()}
248 @item @emph{Interface}: @tab @code{integer function omp_get_nested()}
273 @item @emph{Interface}: @tab @code{integer function omp_get_num_procs()}
303 @item @emph{Interface}: @tab @code{integer function omp_get_num_threads()}
331 @item @emph{Interface}: @tab @code{integer function omp_get_thread_num()}
358 @item @emph{Interface}: @tab @code{logical function omp_in_parallel()}
382 @item @emph{Interface}: @tab @code{subroutine omp_set_dynamic(set)}
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/
H A DPassSupport.h144 template <typename Interface, bool Default = false>
147 : RegisterAGBase(RPB.getPassName(), &Interface::ID, RPB.getTypeInfo(), in RegisterAnalysisGroup()
151 : RegisterAGBase(Name, &Interface::ID) {} in RegisterAnalysisGroup()
/openbsd-src/sys/stand/efi/include/
H A Defiapi.h465 IN VOID *Interface
482 IN VOID *Interface
490 OUT VOID **Interface
566 OUT VOID **Interface,
620 VOID **Interface
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DLICENSE.TXT1 LLVM System Interface Library
/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp534 auto *Interface = Category->getClassInterface(); in getFragmentsForObjCCategory() local
536 index::generateUSRForDecl(Interface, InterfaceUSR); in getFragmentsForObjCCategory()
542 Interface) in getFragmentsForObjCCategory()
552 const ObjCInterfaceDecl *Interface) { in getFragmentsForObjCInterface() argument
557 .append(Interface->getName(), in getFragmentsForObjCInterface()
561 if (const ObjCInterfaceDecl *SuperClass = Interface->getSuperClass()) { in getFragmentsForObjCInterface()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/all_backends/
H A Dllvm_all_backends.ml1 (*===-- llvm_all_backends.ml - LLVM OCaml Interface -----------*- OCaml -*-===*
H A Dllvm_all_backends.mli1 (*===-- llvm_all_backends.mli - LLVM OCaml Interface ----------*- OCaml -*-===*
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/transforms/utils/
H A Dllvm_transform_utils.ml1 (*===-- llvm_transform_utils.ml - LLVM OCaml Interface --------*- OCaml -*-===*
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/backends/
H A Dllvm_backend.ml.in1 (*===-- llvm_backend.ml.in - LLVM OCaml Interface -------------*- OCaml -*-===*
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1171 const ObjCInterfaceDecl *Interface; member
1192 llvm::hash_code(InterfaceInfo::getHashValue(Key.Interface)), in getHashValue()
1199 return InterfaceInfo::isEqual(LHS.Interface, RHS.Interface) && in isEqual()
1207 lookupRuntimeDefinition(const ObjCInterfaceDecl *Interface, in lookupRuntimeDefinition() argument
1228 PMC[{Interface, LookupSelector, InstanceMethod}]; in lookupRuntimeDefinition()
1232 Val = Interface->lookupPrivateMethod(LookupSelector, InstanceMethod); in lookupRuntimeDefinition()
1236 Val = Interface->lookupMethod(LookupSelector, InstanceMethod); in lookupRuntimeDefinition()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/linker/
H A Dllvm_linker.ml1 (*===-- llvm_linker.ml - LLVM OCaml Interface ------------------*- OCaml -*-===*
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/transforms/vectorize/
H A Dllvm_vectorize.ml1 (*===-- llvm_vectorize.ml - LLVM OCaml Interface --------------*- OCaml -*-===*
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/irreader/
H A Dllvm_irreader.ml1 (*===-- llvm_irreader.ml - LLVM OCaml Interface ---------------*- OCaml -*-===*
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/bitreader/
H A Dllvm_bitreader.ml1 (*===-- llvm_bitreader.ml - LLVM OCaml Interface --------------*- OCaml -*-===*
/openbsd-src/sys/dev/hid/
H A Dfiles.hid3 # Human Interface Devices

12345678910