Searched refs:construct (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-10-stable/contrib/gcc/
H A Dc-incpath.c224 && cur->construct == tmp->construct)
233 && cur->construct == tmp->construct)
241 && cur->construct == join->construct))
359 p->construct = 0;
/freebsd-10-stable/contrib/libstdc++/include/ext/
H A Dnew_allocator.h104 // 402. wrong new expression in [some_] allocator::construct
106 construct(pointer __p, const _Tp& __val) function in class:new_allocator
H A Dmalloc_allocator.h108 // 402. wrong new expression in [some_] allocator::construct
110 construct(pointer __p, const _Tp& __val) function in class:malloc_allocator
H A Darray_allocator.h77 // 402. wrong new expression in [some_] allocator::construct
79 construct(pointer __p, const _Tp& __val) function in class:array_allocator_base
H A Dcodecvt_specializations.h88 // Number of external bytes needed to construct one complete
115 { construct(__obj); }
121 construct(__obj);
188 construct(const encoding_state& __obj) function in class:encoding_state
H A Dpool_allocator.h164 // 402. wrong new expression in [some_] allocator::construct
166 construct(pointer __p, const _Tp& __val) function in class:__pool_alloc
H A Dthrow_allocator.h232 construct(pointer p, const T& val) function in class:throw_allocator
233 { return std::allocator<value_type>().construct(p, val); }
H A Dmt_allocator.h593 // 402. wrong new expression in [some_] allocator::construct
595 construct(pointer __p, const _Tp& __val) function in class:__mt_alloc_base
/freebsd-10-stable/contrib/libstdc++/include/backward/
H A Diterator.h165 construct(_T1* __p, const _T2& __value) function
170 construct(_T1* __p) function
/freebsd-10-stable/contrib/ofed/management/opensm/osmeventplugin/src/
H A Dosmeventplugin.c64 static void *construct(osm_opensm_t *osm) function
185 create:construct,
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DStatistic.h46 /// construct - This should only be called for non-global statistics.
47 void construct(const char *name, const char *desc) { function in class:llvm::Statistic
/freebsd-10-stable/contrib/libstdc++/include/bits/
H A Dstl_uninitialized.h239 __alloc.construct(&*__cur, *__first);
265 __alloc.construct(&*__cur, __x);
291 __alloc.construct(&*__cur, __x);
H A Dstl_list.h463 _M_get_Tp_allocator().construct(&__p->_M_data, __x);
474 // [23.2.2.1] construct/copy/destroy
H A Dstl_vector.h203 // [23.2.4.1] construct/copy/destroy
615 this->_M_impl.construct(this->_M_impl._M_finish, __x);
H A Dstl_deque.h686 // [23.2.1.1] construct/copy/destroy
1048 this->_M_impl.construct(this->_M_impl._M_start._M_cur - 1, __x);
1070 this->_M_impl.construct(this->_M_impl._M_finish._M_cur, __x);
/freebsd-10-stable/contrib/gcclibs/libcpp/
H A Dmakedepend.c64 dir->construct = 0;
H A Dfiles.c320 if (file->dir->construct)
321 path = file->dir->construct (file->name, file->dir);
990 dir->construct = 0;
/freebsd-10-stable/libexec/rtld-elf/i386/
H A Drtld_start.S39 movl %esp,%ecx # construct address of obj_main
/freebsd-10-stable/share/mk/
H A Dbsd.test.mk45 # Ordered list of directories to construct the PATH for the tests.
54 # Ordered list of directories to construct the LD_LIBRARY_PATH for the tests.
/freebsd-10-stable/libexec/rtld-elf/amd64/
H A Drtld_start.S37 movq %rsp,%rdx # construct address of obj_main
/freebsd-10-stable/contrib/gcc/config/
H A Ddarwin-c.c435 p->construct = framework_construct_pathname;
453 p->construct = framework_construct_pathname;
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DOverload.h331 void construct();
531 Ambiguous.construct();
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h464 /// The class knows how to construct the stack hint message based on
478 /// 'getMessageForX()' methods to construct a specific message.
496 /// supply a message that will be used to construct an extra hint on the
598 static PathDiagnosticCallPiece *construct(const ExplodedNode *N,
602 static PathDiagnosticCallPiece *construct(PathPieces &pieces,
/freebsd-10-stable/contrib/gcclibs/libcpp/include/
H A Dcpplib.h508 /* Routine to construct pathname, given the search path name and the
512 char *(*construct) (const char *header, cpp_dir *dir); member in struct:cpp_dir
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp871 PathDiagnosticCallPiece::construct(const ExplodedNode *N, function in class:PathDiagnosticCallPiece
882 PathDiagnosticCallPiece::construct(PathPieces &path, function in class:PathDiagnosticCallPiece

Completed in 198 milliseconds

12