Home
last modified time | relevance | path

Searched defs:component (Results 1 – 25 of 36) sorted by relevance

12

/openbsd/gnu/llvm/llvm/utils/
H A Dllvm-compilers-check280 def execute(self, command, execdir, env, component): argument
519 def configure(self, component, srcdir, builddir, flags, env): argument
563 def make(self, component, srcdir, builddir, flags, env): argument
/openbsd/usr.sbin/nsd/
H A Dconfigparser.y41 struct component { struct
42 struct component *next; argument
56 struct component *comp; argument
/openbsd/gnu/llvm/llvm/cmake/modules/
H A DAddLLVM.cmake2038 set(component ${ARG_COMPONENT}) variable
2040 set(component ${name}) variable
2074 set(component ${ARG_COMPONENT}) variable
2077 set(component ${dest}) variable
2079 set(component ${name}) variable
/openbsd/gnu/gcc/gcc/
H A Dcppdefault.h38 const char *const component; /* The component containing the directory member
H A Dgenmodes.c65 struct mode_data *component; /* mode of components */ member
599 struct mode_data *component = find_mode (base); in make_partial_integer_mode() local
628 struct mode_data *component = find_mode (base); in make_vector_mode() local
H A Dcfgloopanal.c69 int component; /* Number of dfs restarts before reaching the member
H A Dtree-chrec.c668 tree component; in chrec_component_in_loop_num() local
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcppdefault.h58 const char *const component; /* The component containing the directory member
/openbsd/usr.sbin/ldomctl/
H A Dconfig.c49 struct component { struct
55 TAILQ_ENTRY(component) link; argument
218 struct component *component; in pri_init_components() local
1084 struct component *component; in hvmd_finalize_pcie_device() local
2650 struct component *component; in guest_add_iodev() local
2782 struct component *component; in build_config() local
2895 struct component *component; in list_components() local
/openbsd/gnu/llvm/lldb/source/Utility/
H A DFileSpec.cpp439 void FileSpec::PrependPathComponent(llvm::StringRef component) { in PrependPathComponent()
453 void FileSpec::AppendPathComponent(llvm::StringRef component) { in AppendPathComponent()
/openbsd/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_gsc_uc.h51 struct i915_gsc_proxy_component *component; member
/openbsd/sys/kern/
H A Dvfs_lookup.c60 component_push(struct componentname *cnp, char *component, size_t len) in component_push()
/openbsd/gnu/llvm/llvm/include/llvm/Testing/Support/
H A DSupportHelpers.h160 SmallString<128> path(StringRef component) const { in path()
/openbsd/sys/dev/pci/drm/
H A Ddrm_linux.c3422 struct component { struct
3425 const struct component_ops *ops; argument
3426 SLIST_ENTRY(component) next; argument
3434 struct component *component; in component_add() local
3453 struct component *component; in component_bind_all() local
3481 struct component *component; in component_master_add_with_match() local
/openbsd/gnu/llvm/lldb/source/Target/
H A DPathMappingList.cpp178 auto component = llvm::sys::path::begin(components, style); in AppendPathComponents() local
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGVTables.cpp626 llvm::Constant *component, in addRelativeComponent()
721 auto &component = layout.vtable_components()[componentIndex]; in addVTableComponent() local
/openbsd/usr.sbin/makefs/cd9660/
H A Dcd9660_rrip.h80 u_char component [ISODCL ( 5, 5)]; member
H A Diso9660_rrip.h117 u_char component [ISODCL ( 4, 256)]; member
/openbsd/sys/isofs/cd9660/
H A Dcd9660_rrip.h77 u_char component [ISODCL ( 5, 5)]; member
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck2.c1186 build_m_component_ref (datum, component) in build_m_component_ref() argument
/openbsd/gnu/gcc/gcc/cp/
H A Dtypeck2.c1216 build_m_component_ref (tree datum, tree component) in build_m_component_ref()
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp383 for (auto &component : llvm::ArrayRef<ConstString>(module.path).drop_front()) { in AddModule() local
H A DClangExpressionParser.cpp133 for (const std::pair<IdentifierInfo *, SourceLocation> &component : path) in moduleImport() local
/openbsd/lib/libcrypto/x509/
H A Dx509_constraints.c203 int first, component = 0; in x509_constraints_valid_domain_internal() local
/openbsd/gnu/llvm/llvm/lib/Support/
H A DPath.cpp431 for (auto &component : components) { in append() local
734 StringRef component = remaining.take_front(next_slash); in remove_dots() local

12