| /freebsd-12.1/contrib/gcc/ |
| H A D | builtin-attrs.def | 48 /* 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 D | common.opt | 1100 Construct webs and split unrelated uses of single variable
|
| /freebsd-12.1/contrib/llvm/lib/Support/Unix/ |
| H A D | Threading.inc | 63 // Construct the attributes object. 73 // Construct and execute the thread.
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | DeclPrinter.cpp | 321 } 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 D | DeclCXX.cpp | 2350 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 D | TreeTransform.h | 3369 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 D | SemaDecl.cpp | 1717 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 D | gettext.m4 | 204 dnl Construct list of names of catalog files to be constructed.
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 1568 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 D | configure.ac | 212 # Construct crosses by hand, eliminating bits that need ld...
|
| H A D | ChangeLog-2001 | 3086 (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 D | ChangeLog-1999 | 1480 (stringbuf::str()): Construct return string if output has occurred. 2348 * docs/index.html: Construct.
|
| H A D | ChangeLog-2005 | 68 Construct _M_value. 1280 (__rc_string_base()): Construct with _S_empty_rep()._M_refcopy().
|
| /freebsd-12.1/contrib/ncurses/ |
| H A D | configure.in | 1628 ### 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 D | aclocal.m4 | 93 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 D | kmp_i18n_default.inc | 225 "Construct identifier invalid.",
|
| /freebsd-12.1/contrib/openmp/runtime/src/i18n/ |
| H A D | en_US.txt | 271 ConstructIdentInvalid "Construct identifier invalid."
|
| /freebsd-12.1/contrib/dialog/ |
| H A D | aclocal.m4 | 87 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_table | 2522 "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 D | Path.inc | 965 // Construct the current directory entry.
|
| /freebsd-12.1/contrib/apr/ |
| H A D | configure.in | 2774 dnl ----------------------------- Construct the files
|
| /freebsd-12.1/contrib/libstdc++/include/ext/ |
| H A D | rope | 1822 // Construct a rope from a function that can compute its members
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | ChangeLog-2000 | 304 * method.c (do_build_assign_ref): Construct appropriately 2621 (lookup_template_class): Construct nodes in
|
| /freebsd-12.1/contrib/libevent/ |
| H A D | ChangeLog-2.0 | 897 o Construct Windows locks using InitializeCriticalSectionAndSpinCount (32c6f1b)
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/ |
| H A D | ChangeLog-2.0 | 897 o Construct Windows locks using InitializeCriticalSectionAndSpinCount (32c6f1b)
|