Home
last modified time | relevance | path

Searched refs:Construct (Results 1 – 25 of 43) sorted by relevance

12

/NextBSD/contrib/gcc/
HDbuiltin-attrs.def48 /* Construct a tree for a given integer and a list containing it. */
62 /* Construct a tree for a list of two integers. */
78 /* Construct trees for identifiers. */
152 /* Construct a tree for a format attribute. */
176 /* Construct a tree for a format_arg attribute. */
HDcommon.opt1100 Construct webs and split unrelated uses of single variable
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclPrinter.cpp552 } else if (CXXConstructExpr *Construct in VisitFunctionDecl() local
554 Args = Construct->getArgs(); in VisitFunctionDecl()
555 NumArgs = Construct->getNumArgs(); in VisitFunctionDecl()
705 if (CXXConstructExpr *Construct = in VisitVarDecl() local
708 !Construct->isListInitialization()) { in VisitVarDecl()
709 ImplicitInit = Construct->getNumArgs() == 0 || in VisitVarDecl()
710 Construct->getArg(0)->isDefaultArgument(); in VisitVarDecl()
HDDeclCXX.cpp1771 if (CXXConstructExpr *Construct = dyn_cast<CXXConstructExpr>(E)) in getTargetConstructor() local
1772 return Construct->getConstructor(); in getTargetConstructor()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGDecl.cpp1091 if (const CXXConstructExpr *Construct = dyn_cast<CXXConstructExpr>(Init)) in isTrivialInitializer() local
1092 if (CXXConstructorDecl *Constructor = Construct->getConstructor()) in isTrivialInitializer()
1095 !Construct->requiresZeroInitialization()) in isTrivialInitializer()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDTreeTransform.h2994 CXXConstructExpr *Construct = dyn_cast<CXXConstructExpr>(Init); in TransformInitializer() local
2995 if (!NotCopyInit && !(Construct && Construct->isListInitialization())) in TransformInitializer()
3012 if (!Construct || isa<CXXTemporaryObjectExpr>(Construct)) in TransformInitializer()
3017 if (Construct && Construct->isStdInitListInitialization()) in TransformInitializer()
3018 return TransformInitializer(Construct->getArg(0), NotCopyInit); in TransformInitializer()
3022 if (getDerived().TransformExprs(Construct->getArgs(), Construct->getNumArgs(), in TransformInitializer()
3027 if (Construct->isListInitialization()) in TransformInitializer()
3028 return getDerived().RebuildInitList(Construct->getLocStart(), NewArgs, in TransformInitializer()
3029 Construct->getLocEnd(), in TransformInitializer()
3030 Construct->getType()); in TransformInitializer()
[all …]
HDSemaDecl.cpp1506 const CXXConstructExpr *Construct = in ShouldDiagnoseUnusedDecl() local
1508 if (Construct && !Construct->isElidable()) { in ShouldDiagnoseUnusedDecl()
1509 CXXConstructorDecl *CD = Construct->getConstructor(); in ShouldDiagnoseUnusedDecl()
/NextBSD/contrib/gdb/
HDgettext.m4204 dnl Construct list of names of catalog files to be constructed.
/NextBSD/contrib/libstdc++/
Dconfigure.ac212 # Construct crosses by hand, eliminating bits that need ld...
DChangeLog-20013086 (toplevel_srcdir): Construct from $toprel.
4399 * tests_flags.in (CXX): Construct here.
5636 * src/locale.cc (locale::name()): Construct mangled name
5648 * src/locale.cc: (locale::locale(const char*)): Construct named
5828 * mkcheck.in: Construct file names that match $objdir structure.
DChangeLog-19991480 (stringbuf::str()): Construct return string if output has occurred.
2348 * docs/index.html: Construct.
DChangeLog-200568 Construct _M_value.
1280 (__rc_string_base()): Construct with _S_empty_rep()._M_refcopy().
/NextBSD/contrib/groff/src/devices/xditview/
HDChangeLog142 (find_file): Construct font path similar to groff: First the contents
/NextBSD/contrib/ncurses/
HDconfigure.in1628 ### Construct the ncurses library-subsets, if any, from this set of keywords:
1680 ### Construct the list of include-directories to be generated
1875 ### Construct the list of subdirectories for which we'll customize makefiles
HDaclocal.m493 dnl Construct the list of include-options for the C programs in the Ada95
2735 dnl Construct a search-list of directories for a nonstandard header-file
2788 dnl Construct the list of include-options according to whether we're building
3062 dnl Construct a search-list of directories for a nonstandard library-file
4111 # Construct a sed-script to perform renaming within man-pages
6192 dnl Construct a search-list for a nonstandard header/lib-file
/NextBSD/contrib/llvm/lib/Support/Windows/
HDPath.inc590 // Construct the current directory entry.
/NextBSD/contrib/dialog/
HDaclocal.m487 dnl Construct list of names of catalog files to be constructed.
2264 dnl Construct a search-list of directories for a nonstandard header-file
2441 dnl Construct a search-list of directories for a nonstandard library-file
3941 dnl Construct a search-list for a nonstandard header/lib-file
/NextBSD/contrib/groff/contrib/groffer/
HDChangeLog19 - whatis_filename(): Rename of what_is(). Construct a better
/NextBSD/contrib/libstdc++/include/ext/
Drope1822 // Construct a rope from a function that can compute its members
/NextBSD/contrib/apr/
HDconfigure.in2774 dnl ----------------------------- Construct the files
/NextBSD/contrib/gcc/cp/
HDChangeLog-2000304 * method.c (do_build_assign_ref): Construct appropriately
2621 (lookup_template_class): Construct nodes in
HDChangeLog-20023808 expression before calling __cxa_throw. Construct a thrown
/NextBSD/contrib/ntp/sntp/libevent/
HDChangeLog-2.0897 o Construct Windows locks using InitializeCriticalSectionAndSpinCount (32c6f1b)
/NextBSD/contrib/gcc/config/sparc/
HDsparc.md7127 /* Construct the return. */
/NextBSD/contrib/binutils/binutils/
HDChangeLog-91974161 * configure.in: Construct ARCHDEFS based on the BFD target makefile

12