| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 2005 Construct.PD->setEndOfPath(LastPiece); in generate() 2010 while (Construct.ascendToPrevNode()) { in generate() 2031 Construct.getActivePath().push_front(Note); in generate() 2041 addEdgeToPath(Construct.getActivePath(), PrevLoc, in generate() 2047 if (!Construct.PD->path.empty()) { in generate() 2050 removeUnneededCalls(Construct, Construct.getMutablePieces(), R); in generate() 2057 removePopUpNotes(Construct.getMutablePieces()); in generate() 2060 adjustCallLocations(Construct.getMutablePieces()); in generate() 2069 while (optimizeEdges(Construct, Construct.getMutablePieces(), OCS)) { in generate() 2074 dropFunctionEntryEdge(Construct, Construct.getMutablePieces()); in generate() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclPrinter.cpp | 341 } else if (CXXConstructExpr *Construct = in PrintConstructorInitializers() local 343 Args = Construct->getArgs(); in PrintConstructorInitializers() 344 NumArgs = Construct->getNumArgs(); in PrintConstructorInitializers() 897 if (CXXConstructExpr *Construct = in VisitVarDecl() local 900 !Construct->isListInitialization()) { in VisitVarDecl() 901 ImplicitInit = Construct->getNumArgs() == 0 || in VisitVarDecl() 902 Construct->getArg(0)->isDefaultArgument(); in VisitVarDecl()
|
| H A D | DeclCXX.cpp | 2633 if (const auto *Construct = dyn_cast<CXXConstructExpr>(E)) in getTargetConstructor() local 2634 return Construct->getConstructor(); in getTargetConstructor()
|
| H A D | ExprConstant.cpp | 7174 auto note = [&](int Construct, QualType NoteTy, SourceLocation NoteLoc) { in checkBitCastConstexprEligibilityType() argument 7177 << NoteTy << Construct << Ty; in checkBitCastConstexprEligibilityType()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Threading.inc | 57 // Construct the attributes object. 76 // Construct and execute the thread.
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 1695 if (const CXXConstructExpr *Construct = dyn_cast<CXXConstructExpr>(Init)) in isTrivialInitializer() local 1696 if (CXXConstructorDecl *Constructor = Construct->getConstructor()) in isTrivialInitializer() 1699 !Construct->requiresZeroInitialization()) in isTrivialInitializer()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 3862 CXXConstructExpr *Construct = dyn_cast<CXXConstructExpr>(Init); in TransformInitializer() local 3863 if (!NotCopyInit && !(Construct && Construct->isListInitialization())) in TransformInitializer() 3880 if (!Construct || isa<CXXTemporaryObjectExpr>(Construct)) in TransformInitializer() 3885 if (Construct && Construct->isStdInitListInitialization()) in TransformInitializer() 3886 return TransformInitializer(Construct->getArg(0), NotCopyInit); in TransformInitializer() 3891 Construct->isListInitialization()); in TransformInitializer() 3895 if (getDerived().TransformExprs(Construct->getArgs(), Construct->getNumArgs(), in TransformInitializer() 3900 if (Construct->isListInitialization()) in TransformInitializer() 3901 return getDerived().RebuildInitList(Construct->getBeginLoc(), NewArgs, in TransformInitializer() 3902 Construct->getEndLoc()); in TransformInitializer() [all …]
|
| H A D | SemaDecl.cpp | 1845 const CXXConstructExpr *Construct = in ShouldDiagnoseUnusedDecl() local 1847 if (Construct && !Construct->isElidable()) { in ShouldDiagnoseUnusedDecl() 1848 CXXConstructorDecl *CD = Construct->getConstructor(); in ShouldDiagnoseUnusedDecl()
|
| /freebsd-13.1/contrib/ncurses/ |
| H A D | configure.in | 1934 ### Construct the ncurses library-subsets, if any, from this set of keywords: 1987 ### Construct the list of include-directories to be generated 2196 ### Construct the list of subdirectories for which we'll customize makefiles
|
| H A D | aclocal.m4 | 131 dnl Construct the list of include-options for the C programs in the Ada95 3462 dnl Construct a search-list of directories for a nonstandard header-file 3516 dnl Construct the list of include-options according to whether we're building 3958 dnl Construct a search-list of directories for a nonstandard library-file 5069 # Construct a sed-script to perform renaming within man-pages 7417 dnl Construct a search-list for a nonstandard header/lib-file
|
| /freebsd-13.1/lib/libomp/ |
| H A D | kmp_i18n_default.inc | 249 "Construct identifier invalid.",
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/i18n/ |
| H A D | en_US.txt | 294 ConstructIdentInvalid "Construct identifier invalid."
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | __hash_table | 2453 "Construct cannot be called with a hash value type"); 2470 "Construct cannot be called with a hash value type");
|
| /freebsd-13.1/contrib/dialog/ |
| H A D | aclocal.m4 | 87 dnl Construct list of names of catalog files to be constructed. 2531 dnl Construct a search-list of directories for a nonstandard header-file 2718 dnl Construct a search-list of directories for a nonstandard library-file 4528 dnl Construct a search-list for a nonstandard header/lib-file
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1000 // Construct the current directory entry.
|
| /freebsd-13.1/contrib/apr/ |
| H A D | configure.in | 2930 dnl ----------------------------- Construct the files
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/ |
| H A D | ChangeLog-2.0 | 897 o Construct Windows locks using InitializeCriticalSectionAndSpinCount (32c6f1b)
|
| /freebsd-13.1/contrib/libevent/ |
| H A D | ChangeLog-2.0 | 897 o Construct Windows locks using InitializeCriticalSectionAndSpinCount (32c6f1b)
|
| /freebsd-13.1/contrib/ntp/ |
| H A D | ChangeLog | 3642 * Construct ntpd keyword scanner finite state machine at compile time
|
| H A D | CommitLog | 162042 Construct ntpd keyword scanner finite state machine at compile time 162046 Construct ntpd keyword scanner finite state machine at compile time
|