Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/gcc/
H A Dbuiltin-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. */
H A Dcommon.opt1100 Construct webs and split unrelated uses of single variable
/freebsd-12.1/contrib/llvm/lib/Support/Unix/
H A DThreading.inc63 // Construct the attributes object.
73 // Construct and execute the thread.
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclPrinter.cpp321 } else if (CXXConstructExpr *Construct = in PrintConstructorInitializers() local
323 Args = Construct->getArgs(); in PrintConstructorInitializers()
324 NumArgs = Construct->getNumArgs(); in PrintConstructorInitializers()
838 if (CXXConstructExpr *Construct = in VisitVarDecl() local
841 !Construct->isListInitialization()) { in VisitVarDecl()
842 ImplicitInit = Construct->getNumArgs() == 0 || in VisitVarDecl()
843 Construct->getArg(0)->isDefaultArgument(); in VisitVarDecl()
H A DDeclCXX.cpp2350 if (const auto *Construct = dyn_cast<CXXConstructExpr>(E)) in getTargetConstructor() local
2351 return Construct->getConstructor(); in getTargetConstructor()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h3369 CXXConstructExpr *Construct = dyn_cast<CXXConstructExpr>(Init); in TransformInitializer() local
3370 if (!NotCopyInit && !(Construct && Construct->isListInitialization())) in TransformInitializer()
3387 if (!Construct || isa<CXXTemporaryObjectExpr>(Construct)) in TransformInitializer()
3392 if (Construct && Construct->isStdInitListInitialization()) in TransformInitializer()
3393 return TransformInitializer(Construct->getArg(0), NotCopyInit); in TransformInitializer()
3398 Construct->isListInitialization()); in TransformInitializer()
3402 if (getDerived().TransformExprs(Construct->getArgs(), Construct->getNumArgs(), in TransformInitializer()
3407 if (Construct->isListInitialization()) in TransformInitializer()
3408 return getDerived().RebuildInitList(Construct->getBeginLoc(), NewArgs, in TransformInitializer()
3409 Construct->getEndLoc()); in TransformInitializer()
[all …]
H A DSemaDecl.cpp1717 const CXXConstructExpr *Construct = in ShouldDiagnoseUnusedDecl() local
1719 if (Construct && !Construct->isElidable()) { in ShouldDiagnoseUnusedDecl()
1720 CXXConstructorDecl *CD = Construct->getConstructor(); in ShouldDiagnoseUnusedDecl()
/freebsd-12.1/contrib/gdb/
H A Dgettext.m4204 dnl Construct list of names of catalog files to be constructed.
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDecl.cpp1568 if (const CXXConstructExpr *Construct = dyn_cast<CXXConstructExpr>(Init)) in isTrivialInitializer() local
1569 if (CXXConstructorDecl *Constructor = Construct->getConstructor()) in isTrivialInitializer()
1572 !Construct->requiresZeroInitialization()) in isTrivialInitializer()
/freebsd-12.1/contrib/libstdc++/
H A Dconfigure.ac212 # Construct crosses by hand, eliminating bits that need ld...
H A 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.
H A DChangeLog-19991480 (stringbuf::str()): Construct return string if output has occurred.
2348 * docs/index.html: Construct.
H A DChangeLog-200568 Construct _M_value.
1280 (__rc_string_base()): Construct with _S_empty_rep()._M_refcopy().
/freebsd-12.1/contrib/ncurses/
H A Dconfigure.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
H A Daclocal.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
/freebsd-12.1/lib/libomp/
H A Dkmp_i18n_default.inc225 "Construct identifier invalid.",
/freebsd-12.1/contrib/openmp/runtime/src/i18n/
H A Den_US.txt271 ConstructIdentInvalid "Construct identifier invalid."
/freebsd-12.1/contrib/dialog/
H A Daclocal.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
/freebsd-12.1/contrib/libc++/include/
H A D__hash_table2522 "Construct cannot be called with a hash value type");
2539 "Construct cannot be called with a hash value type");
/freebsd-12.1/contrib/llvm/lib/Support/Windows/
H A DPath.inc965 // Construct the current directory entry.
/freebsd-12.1/contrib/apr/
H A Dconfigure.in2774 dnl ----------------------------- Construct the files
/freebsd-12.1/contrib/libstdc++/include/ext/
H A Drope1822 // Construct a rope from a function that can compute its members
/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog-2000304 * method.c (do_build_assign_ref): Construct appropriately
2621 (lookup_template_class): Construct nodes in
/freebsd-12.1/contrib/libevent/
H A DChangeLog-2.0897 o Construct Windows locks using InitializeCriticalSectionAndSpinCount (32c6f1b)
/freebsd-12.1/contrib/ntp/sntp/libevent/
H A DChangeLog-2.0897 o Construct Windows locks using InitializeCriticalSectionAndSpinCount (32c6f1b)

12