Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2005 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 DDeclPrinter.cpp341 } 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 DDeclCXX.cpp2633 if (const auto *Construct = dyn_cast<CXXConstructExpr>(E)) in getTargetConstructor() local
2634 return Construct->getConstructor(); in getTargetConstructor()
H A DExprConstant.cpp7174 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 DThreading.inc57 // Construct the attributes object.
76 // Construct and execute the thread.
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1695 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 DTreeTransform.h3862 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 DSemaDecl.cpp1845 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 Dconfigure.in1934 ### 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 Daclocal.m4131 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 Dkmp_i18n_default.inc249 "Construct identifier invalid.",
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/i18n/
H A Den_US.txt294 ConstructIdentInvalid "Construct identifier invalid."
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A D__hash_table2453 "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 Daclocal.m487 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 DPath.inc1000 // Construct the current directory entry.
/freebsd-13.1/contrib/apr/
H A Dconfigure.in2930 dnl ----------------------------- Construct the files
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A DChangeLog-2.0897 o Construct Windows locks using InitializeCriticalSectionAndSpinCount (32c6f1b)
/freebsd-13.1/contrib/libevent/
H A DChangeLog-2.0897 o Construct Windows locks using InitializeCriticalSectionAndSpinCount (32c6f1b)
/freebsd-13.1/contrib/ntp/
H A DChangeLog3642 * Construct ntpd keyword scanner finite state machine at compile time
H A DCommitLog162042 Construct ntpd keyword scanner finite state machine at compile time
162046 Construct ntpd keyword scanner finite state machine at compile time