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

/freebsd-9.3-release/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.c1074 /* Print out a C initializer -- also support C compound-literals.
1075 initializer:
1077 { initializer-list }
1078 { initializer-list , } */
1091 declarator = initializer */
1105 initialize and the TREE_VALUE is the initializer. */
1122 /* initializer-list:
1123 designation(opt) initializer
1124 initializer-list , designation(opt) initializer
[all...]
/freebsd-9.3-release/contrib/ncurses/progs/
H A Dinfocmp.c993 ," -e format output for C initializer"
1034 static char *initializer; local
1037 if (initializer == 0)
1038 initializer = (char *) malloc(strlen(entries->tterm.term_names) +
1041 (void) strcpy(initializer, entries->tterm.term_names);
1042 for (s = initializer; *s != 0 && *s != '|'; s++) {
1048 return initializer;
1548 /* dump as C initializer for the terminal type */
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExprCXX.cpp147 Expr *initializer, QualType ty,
158 assert((initializer != 0 || initializationStyle == NoInit) &&
159 "Only NoInit can have no initializer.");
160 StoredInitializationStyle = initializer ? initializationStyle + 1 : 0;
161 AllocateArgsArray(C, arraySize != 0, placementArgs.size(), initializer != 0);
173 if (initializer) {
174 if (initializer->isInstantiationDependent())
177 if (initializer->containsUnexpandedParameterPack())
180 SubExprs[i++] = initializer;
141 CXXNewExpr(const ASTContext &C, bool globalNew, FunctionDecl *operatorNew, FunctionDecl *operatorDelete, bool usualArrayDeleteWantsSize, ArrayRef<Expr*> placementArgs, SourceRange typeIdParens, Expr *arraySize, InitializationStyle initializationStyle, Expr *initializer, QualType ty, TypeSourceInfo *allocatedTypeInfo, SourceRange Range, SourceRange directInitRange) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCFG.h125 /// CFGInitializer - Represents C++ base or member initializer from
129 CFGInitializer(CXXCtorInitializer *initializer) argument
130 : CFGElement(Initializer, initializer) {}
574 void appendInitializer(CXXCtorInitializer *initializer, argument
576 Elements.push_back(CFGInitializer(initializer), C);
/freebsd-9.3-release/contrib/gcc/cp/
H A Dparser.c4080 ( type-id ) { initializer-list , [opt] }
4280 /* Parse the initializer-list. */
4300 initializer was a constant, in constant
5199 :: [opt] new new-placement [opt] new-type-id new-initializer [opt]
5200 :: [opt] new new-placement [opt] ( type-id ) new-initializer [opt]
5210 tree initializer;
5254 /* If the next token is a `(', then we have a new-initializer. */
5256 initializer = cp_parser_new_initializer (parser);
5258 initializer = NULL_TREE;
5266 return build_new (placement, type, nelts, initializer, global_scope_
5208 tree initializer; local
6722 tree initializer = NULL_TREE; local
11179 tree initializer; local
12883 tree initializer; local
12952 tree initializer; local
14032 tree initializer; local
[all...]
H A Ddecl.c160 the TREE_VALUE slot and the initializer is stored
3329 /* Generate an initializer for a function naming variable from
3833 have been parsed, before parsing the initializer if any.
3917 /* Is it valid for this decl to have an initializer at all?
3919 tell `cp_finish_decl' to ignore the initializer once it is parsed. */
4025 includes an initializer; otherwise, it is a declaration.
4091 /* Is it valid for this decl to have an initializer at all?
4093 tell `cp_finish_decl' to ignore the initializer once it is parsed. */
4101 error ("variable %q#D has initializer but incomplete type", decl);
4150 Returns an initializer expressio
4238 tree initializer = init ? init : DECL_INITIAL (decl); local
[all...]
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dcgram.y815 } T_ASSIGN initializer {
827 } T_ASSIGN initializer {
1116 initializer: label
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DCommandLine.h305 struct initializer { struct in namespace:llvm::cl
307 initializer(const Ty &Val) : Init(Val) {} function in struct:llvm::cl::initializer
314 initializer<Ty> init(const Ty &Val) {
315 return initializer<Ty>(Val);
/freebsd-9.3-release/contrib/cvs/src/
H A Dsanity.sh1310 * You must call an initializer method to properly initialize the Button.
1560 * You must call an initializer method to properly initialize the Button.
1753 * You must call an initializer method to properly initialize the Button.
1925 * You must call an initializer method to properly initialize the Button.
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h937 /// \brief A use of a default initializer in a constructor or in aggregate
940 /// This wraps a use of a C++ default initializer (technically,
941 /// a brace-or-equal-initializer for a non-static data member) when it
942 /// is implicitly used in a mem-initializer-list in a constructor
949 /// \brief The location where the default initializer expression was used.
958 /// \p Field is the non-static data member whose default initializer is used
965 /// \brief Get the field whose initializer will be used.
1141 /// zero-initialization before the initializer is called.
1566 /// initializer of an array captured by copy.
1568 /// \param Iter The iterator that points at the capture initializer fo
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp263 // the same semantic constraints as the initializer expression in
1132 // allow at most one initializer per member.
1146 // might not have initializers in the member initializer list.
1852 /// bitfield width if there is one, 'InitExpr' specifies the initializer if
1853 /// one has been parsed, and 'InitStyle' is set if an in-class initializer is
2335 /// in-class initializer for a non-static C++ class member, and after
2336 /// instantiating an in-class initializer in a class template. Such actions
2430 /// \brief Handle a C++ member initializer using braced-init-list syntax.
2446 /// \brief Handle a C++ member initializer using parentheses syntax.
2489 /// \brief Handle a C++ member initializer
3454 CXXCtorInitializer **initializer = local
[all...]
/freebsd-9.3-release/contrib/ncurses/
H A Dconfigure15573 TEST::TEST(int x = 1) // some compilers do not like second initializer

Completed in 342 milliseconds