Searched refs:storage (Results 76 - 89 of 89) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h146 /// This is a storage for names that are constructed on demand. For
460 const VarDecl *variable, llvm::Value *storage, CGBuilderTy &Builder,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql631 skel-based conflict storage -- see notes/wc-ng/conflict-storage-2.0.
/freebsd-11-stable/sys/dev/isp/
H A Disp_library.c64 uint8_t storage[QENTRY_LEN]; local
176 ISP_MEMZERO(storage, QENTRY_LEN);
180 ispcontreq64_t *crq = (ispcontreq64_t *) storage;
186 ispcontreq_t *crq = (ispcontreq_t *) storage;
203 isp_put_cont64_req(isp, (ispcontreq64_t *)storage, qe1);
205 isp_put_cont_req(isp, (ispcontreq_t *)storage, qe1);
H A Disp_freebsd.c2273 uint8_t storage[QENTRY_LEN]; local
2274 ct7_entry_t *cto = (ct7_entry_t *) storage;
2910 uint8_t storage[QENTRY_LEN]; local
2911 ct7_entry_t *cto = (ct7_entry_t *) storage;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h222 >::type storage;
234 new (static_cast<void *>(&storage)) TemplateParameterList(C,
/freebsd-11-stable/contrib/subversion/
H A Dbuild.conf1281 description = Test the storage of tree conflict data
1299 description = Test the wc-ng pristine text storage subsystem
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf.c6670 arelent **storage,
6700 *storage++ = p++;
6705 *storage = NULL;
6664 _bfd_elf_canonicalize_dynamic_reloc(bfd *abfd, arelent **storage, asymbol **syms) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp1869 const CompilerType &function_clang_type, int storage, bool is_inline) {
1883 (clang::StorageClass)storage, is_inline, hasWrittenPrototype,
1936 const CompilerType &param_type, int storage, bool add_decl) {
1942 (clang::StorageClass)storage, nullptr);
1867 CreateFunctionDeclaration( DeclContext *decl_ctx, const char *name, const CompilerType &function_clang_type, int storage, bool is_inline) argument
1934 CreateParameterDeclaration( clang::DeclContext *decl_ctx, const char *name, const CompilerType &param_type, int storage, bool add_decl) argument
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cma.c438 struct sockaddr_storage storage; member in union:__anon21
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dconfigure853 --enable-tls Use thread-local storage [default=yes]
7010 # See if we support thread-local storage.
7027 echo "$as_me:$LINENO: checking whether the target supports thread-local storage" >&5
7028 echo $ECHO_N "checking whether the target supports thread-local storage... $ECHO_C" >&6
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js6894 rlocalProtocol = /^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,
/freebsd-11-stable/contrib/gcclibs/libgomp/
H A Dconfigure1024 --enable-tls Use thread-local storage [default=yes]
16983 # See if we support thread-local storage.
17000 echo "$as_me:$LINENO: checking whether the target supports thread-local storage" >&5
17001 echo $ECHO_N "checking whether the target supports thread-local storage... $ECHO_C" >&6
/freebsd-11-stable/contrib/unbound/
H A Dconfigure1586 storage
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure890 --enable-tls Use thread-local storage [default=yes]
31431 echo "$as_me:$LINENO: checking whether the target supports thread-local storage" >&5
31432 echo $ECHO_N "checking whether the target supports thread-local storage... $ECHO_C" >&6
[all...]

Completed in 561 milliseconds

1234