/openbsd/gnu/llvm/llvm/utils/ |
H A D | llvm-compilers-check | 280 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 D | configparser.y | 41 struct component { struct 42 struct component *next; argument 56 struct component *comp; argument
|
/openbsd/gnu/llvm/llvm/cmake/modules/ |
H A D | AddLLVM.cmake | 2038 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 D | cppdefault.h | 38 const char *const component; /* The component containing the directory member
|
H A D | genmodes.c | 65 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 D | cfgloopanal.c | 69 int component; /* Number of dfs restarts before reaching the member
|
H A D | tree-chrec.c | 668 tree component; in chrec_component_in_loop_num() local
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | cppdefault.h | 58 const char *const component; /* The component containing the directory member
|
/openbsd/usr.sbin/ldomctl/ |
H A D | config.c | 49 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 D | FileSpec.cpp | 439 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 D | intel_gsc_uc.h | 51 struct i915_gsc_proxy_component *component; member
|
/openbsd/sys/kern/ |
H A D | vfs_lookup.c | 60 component_push(struct componentname *cnp, char *component, size_t len) in component_push()
|
/openbsd/gnu/llvm/llvm/include/llvm/Testing/Support/ |
H A D | SupportHelpers.h | 160 SmallString<128> path(StringRef component) const { in path()
|
/openbsd/sys/dev/pci/drm/ |
H A D | drm_linux.c | 3422 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 D | PathMappingList.cpp | 178 auto component = llvm::sys::path::begin(components, style); in AppendPathComponents() local
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGVTables.cpp | 626 llvm::Constant *component, in addRelativeComponent() 721 auto &component = layout.vtable_components()[componentIndex]; in addVTableComponent() local
|
/openbsd/usr.sbin/makefs/cd9660/ |
H A D | cd9660_rrip.h | 80 u_char component [ISODCL ( 5, 5)]; member
|
H A D | iso9660_rrip.h | 117 u_char component [ISODCL ( 4, 256)]; member
|
/openbsd/sys/isofs/cd9660/ |
H A D | cd9660_rrip.h | 77 u_char component [ISODCL ( 5, 5)]; member
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | typeck2.c | 1186 build_m_component_ref (datum, component) in build_m_component_ref() argument
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | typeck2.c | 1216 build_m_component_ref (tree datum, tree component) in build_m_component_ref()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangModulesDeclVendor.cpp | 383 for (auto &component : llvm::ArrayRef<ConstString>(module.path).drop_front()) { in AddModule() local
|
H A D | ClangExpressionParser.cpp | 133 for (const std::pair<IdentifierInfo *, SourceLocation> &component : path) in moduleImport() local
|
/openbsd/lib/libcrypto/x509/ |
H A D | x509_constraints.c | 203 int first, component = 0; in x509_constraints_valid_domain_internal() local
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | Path.cpp | 431 for (auto &component : components) { in append() local 734 StringRef component = remaining.take_front(next_slash); in remove_dots() local
|