Searched refs:initialize (Results 201 - 207 of 207) sorted by relevance

123456789

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h1116 /// transitively containing this type to be non-trivial to default initialize
1179 /// default-initialize, which is a union that has a member that is non-trivial
1180 /// to default-initialize. If this returns true,
5581 void initialize(ArrayRef<ObjCProtocolDecl *> protocols) {
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe_elink.c7452 /* No need to initialize second phy in case of first
7454 * need to initialize the first phy, since they are
7893 * initialize it
11172 uint8_t port, initialize = 1; local
11257 initialize = 0;
11282 if (initialize)
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex536 % initialize
7582 % First we save the token context, and initialize argument numbering.
8405 % initialize:
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex511 % initialize
6485 % initialize:
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex503 % initialize
6356 % initialize:
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp228 OMPBuilder->initialize();
2408 assert(Init && "failed to initialize as constant");
5112 // initialize the declaration which performed lifetime extension.
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2815 DI->getTypeLoc().initialize(const_cast<ASTContext &>(*this), L);

Completed in 502 milliseconds

123456789