Searched refs:initializer (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Initialization/
H A DSystemLifetimeManager.cpp27 std::unique_ptr<SystemInitializer> initializer,
35 m_initializer = std::move(initializer);
26 Initialize( std::unique_ptr<SystemInitializer> initializer, LoadPluginCallbackType plugin_callback) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Initialization/
H A DSystemLifetimeManager.h26 llvm::Error Initialize(std::unique_ptr<SystemInitializer> initializer,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DConstantInitFuture.h45 /// A "future" for a completed constant initializer, which can be passed
58 /// A future can be explicitly created from a fixed initializer.
59 explicit ConstantInitFuture(llvm::Constant *initializer) : Data(initializer) { argument
60 assert(initializer && "creating null future");
66 /// Return the type of the initializer.
69 /// Abandon this initializer.
72 /// Install the initializer into a global variable. This cannot
H A DConstantInitBuilder.h77 llvm::GlobalVariable *createGlobal(llvm::Constant *initializer,
85 ConstantInitFuture createFuture(llvm::Constant *initializer);
88 llvm::Constant *initializer);
96 /// initializer builders.
185 /// Add a new value to this initializer.
187 assert(value && "adding null value to constant initializer");
212 /// Add a bunch of new values to this initializer.
244 /// Return the offset from the start of the initializer to the
248 /// currently in place in the initializer.
367 /// create a global variable with it as the initializer
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DConstantInitBuilder.cpp1 //===--- ConstantInitBuilder.cpp - Global initializer builder -------------===//
52 ConstantInitBuilderBase::createFuture(llvm::Constant *initializer) { argument
54 Buffer.push_back(initializer);
67 ConstantInitBuilderBase::createGlobal(llvm::Constant *initializer, argument
74 initializer->getType(),
77 initializer,
88 llvm::Constant *initializer){
89 GV->setInitializer(initializer);
150 // position after installing the initializer.
87 setGlobalInitializer(llvm::GlobalVariable *GV, llvm::Constant *initializer) argument
/freebsd-11-stable/contrib/unbound/dynlibmod/
H A Ddynlibmod.c105 __DYNSYM initializer; local
111 initializer = __LOADSYM(dynamic_library,"init");
112 if (initializer == NULL) {
117 de->func_init = (func_init_t)(void*)initializer;
/freebsd-11-stable/contrib/gcc/
H A Dc-pretty-print.h79 c_pretty_print_fn initializer; member in struct:c_pretty_print_info
144 pp_c_base (PPI)->initializer (pp_c_base (PPI), E)
H A Dc-pretty-print.c1098 /* Print out a C initializer -- also support C compound-literals.
1099 initializer:
1101 { initializer-list }
1102 { initializer-list , } */
1115 declarator = initializer */
1129 initialize and the TREE_VALUE is the initializer. */
1146 /* initializer-list:
1147 designation(opt) initializer
1148 initializer-list , designation(opt) initializer
[all...]
/freebsd-11-stable/usr.sbin/bhyve/
H A Dsmbiostbl.c79 initializer_func_t initializer; member in struct:smbios_template_entry
816 initializer_func_t initializer; local
822 initializer = smbios_template[i].initializer;
824 err = (*initializer)(entry, strings, curaddr, &endaddr,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h190 /// \param[in] initializer
191 /// The constant initializer for the variable.
198 void MaybeSetConstantResult(llvm::Constant *initializer,
H A DIRForTarget.cpp346 GlobalValue::ExternalLinkage, nullptr, /* no initializer */
385 LLDB_LOG(log, "Couldn't find initializer for unused variable");
388 "({0}) has no writes and no initializer\n",
394 Constant *initializer = result_global->getInitializer(); local
397 new StoreInst(initializer, new_result_global, first_entry_instruction);
578 LLDB_LOG(log, "NSString variable does not have an initializer");
581 "constant string does not have an initializer\n");
591 "NSString variable's initializer is not a ConstantStruct");
611 "NSString variable's initializer structure has an "
625 LLDB_LOG(log, "NSString initializer'
[all...]
/freebsd-11-stable/contrib/ncurses/progs/
H A Dinfocmp.c1180 ," -e format output for C initializer"
1221 static char *initializer; local
1225 if (initializer == 0) {
1229 initializer = (char *) malloc(need + 1);
1230 if (initializer == 0)
1234 _nc_STRCPY(initializer, entries->tterm.term_names, need);
1235 for (s = initializer; *s != 0 && *s != '|'; s++) {
1241 return initializer;
1807 /* dump as C initializer for the terminal type */
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dcgram.y822 } T_ASSIGN initializer {
834 } T_ASSIGN initializer {
1123 initializer: label
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h223 /// Represents C++ base or member initializer from constructor's initialization
227 explicit CFGInitializer(CXXCtorInitializer *initializer) argument
228 : CFGElement(Initializer, initializer) {}
1111 void appendInitializer(CXXCtorInitializer *initializer,
1113 Elements.push_back(CFGInitializer(initializer), C);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h428 template <class Ty> struct initializer { struct in namespace:llvm
430 initializer(const Ty &Val) : Init(Val) {} function in struct:llvm::initializer
435 template <class Ty> initializer<Ty> init(const Ty &Val) {
436 return initializer<Ty>(Val);
691 /// as an initializer list to the ValuesClass constructor.
/freebsd-11-stable/contrib/gcc/cp/
H A Dparser.c4267 ( type-id ) { initializer-list , [opt] }
4467 /* Parse the initializer-list. */
4487 initializer was a constant, in constant
5386 :: [opt] new new-placement [opt] new-type-id new-initializer [opt]
5387 :: [opt] new new-placement [opt] ( type-id ) new-initializer [opt]
5397 tree initializer;
5441 /* If the next token is a `(', then we have a new-initializer. */
5443 initializer = cp_parser_new_initializer (parser);
5445 initializer = NULL_TREE;
5453 return build_new (placement, type, nelts, initializer, global_scope_
5395 tree initializer; local
6943 tree initializer = NULL_TREE; local
11513 tree initializer; local
13302 tree initializer; local
13371 tree initializer; local
14451 tree initializer; local
[all...]
H A Ddecl.c161 the TREE_VALUE slot and the initializer is stored
3330 /* Generate an initializer for a function naming variable from
3852 have been parsed, before parsing the initializer if any.
3936 /* Is it valid for this decl to have an initializer at all?
3938 tell `cp_finish_decl' to ignore the initializer once it is parsed. */
4044 includes an initializer; otherwise, it is a declaration.
4110 /* Is it valid for this decl to have an initializer at all?
4112 tell `cp_finish_decl' to ignore the initializer once it is parsed. */
4120 error ("variable %q#D has initializer but incomplete type", decl);
4169 Returns an initializer expressio
4258 tree initializer = init ? init : DECL_INITIAL (decl); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp261 // the same semantic constraints as the initializer expression in
1151 // ... the initializer is e.get<i>().
1180 // initializer is e.get<i-1>().
1189 // Otherwise, the initializer is get<i-1>(e), where get is looked up
1209 // initializer, where the reference is an lvalue reference if the
1210 // initializer is an lvalue and an rvalue reference otherwise
2209 // allow at most one initializer per member.
2227 // might not have initializers in the member initializer list.
3150 /// bitfield width if there is one, 'InitExpr' specifies the initializer if
3151 /// one has been parsed, and 'InitStyle' is set if an in-class initializer i
[all...]
/freebsd-11-stable/contrib/ncurses/
H A Dconfigure19084 TEST::TEST(int x = 1) // some compilers do not like second initializer

Completed in 252 milliseconds