OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:constructors
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/slapd/slapi/
slapi_ext.c
56
slapi_extension_constructor_fnptr *
constructors
;
member in struct:slapi_registered_extension_set::slapi_registered_extension
111
assert( registered_extensions.extensions[objecttype].
constructors
!= NULL );
112
constructor = registered_extensions.extensions[objecttype].
constructors
[extensionhandle];
208
if ( re->
constructors
== NULL ) {
209
re->
constructors
= (slapi_extension_constructor_fnptr *)slapi_ch_calloc( re->count,
212
re->
constructors
= (slapi_extension_constructor_fnptr *)slapi_ch_realloc( (char *)re->
constructors
,
215
re->
constructors
[*extensionhandle] = constructor;
/src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
Registry.cpp
50
const ConstructorMap &
constructors
() const { return
Constructors
; }
function in class:clang::ast_matchers::dynamic::__anon2705::RegistryMaps
56
ConstructorMap
Constructors
;
63
assert(
Constructors
.find(MatcherName) ==
Constructors
.end());
64
Constructors
[MatcherName] = std::move(Callback);
599
auto it = RegistryData->
constructors
().find(MatcherName);
600
return it == RegistryData->
constructors
().end()
659
for (const auto &M : RegistryData->
constructors
()) {
/src/external/mit/isl/dist/interface/
generator.h
47
/* isl_class collects all
constructors
and methods for an isl "class".
85
function_set
constructors
;
member in struct:isl_class
generator.cc
162
* In particular, look through all exported
constructors
for the class and
167
const function_set &
constructors
= clazz.
constructors
;
local
170
for (fi =
constructors
.begin(); fi !=
constructors
.end(); ++fi) {
368
*
constructors
from methods that set an enum value,
424
c->
constructors
.insert(method);
/src/external/gpl3/gcc/dist/gcc/
collect2.cc
25
/* Build tables of static
constructors
and destructors and run ld. */
233
static struct head
constructors
; /* list of
constructors
found */
260
/* Lists to keep libraries to be scanned for global
constructors
/destructors. */
339
PASS_FIRST, /* without
constructors
*/
342
PASS_SECOND, /* with
constructors
linked in */
366
static
constructors
and destructors.
374
number of pointers (or -1 if the
constructors
are built in a separate
1515
/* The AIX linker will discard static
constructors
in object files if
1661
static
constructors
and destructors to call. Write the constructor an
231
static struct head
constructors
; \/* list of
constructors
found *\/
variable in typeref:struct:head
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
collect2.cc
25
/* Build tables of static
constructors
and destructors and run ld. */
233
static struct head
constructors
; /* list of
constructors
found */
260
/* Lists to keep libraries to be scanned for global
constructors
/destructors. */
339
PASS_FIRST, /* without
constructors
*/
342
PASS_SECOND, /* with
constructors
linked in */
366
static
constructors
and destructors.
374
number of pointers (or -1 if the
constructors
are built in a separate
1511
/* The AIX linker will discard static
constructors
in object files if
1657
static
constructors
and destructors to call. Write the constructor an
231
static struct head
constructors
; \/* list of
constructors
found *\/
variable in typeref:struct:head
[
all
...]
Completed in 29 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026