Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenACC.cpp48 OpenACCComputeConstruct *Construct = nullptr; in findAndSetChildLoops() member
50 LoopConstructFinder(OpenACCComputeConstruct *Construct) in findAndSetChildLoops()
51 : Construct(Construct) {} in findAndSetChildLoops()
60 C->setParentComputeConstruct(Construct); in findAndSetChildLoops()
H A DDeclPrinter.cpp382 } else if (CXXConstructExpr *Construct = in PrintConstructorInitializers() local
384 Args = Construct->getArgs(); in PrintConstructorInitializers()
385 NumArgs = Construct->getNumArgs(); in PrintConstructorInitializers()
979 } else if (CXXConstructExpr *Construct = in VisitVarDecl() local
982 !Construct->isListInitialization()) { in VisitVarDecl()
983 ImplicitInit = Construct->getNumArgs() == 0 || in VisitVarDecl()
984 Construct->getArg(0)->isDefaultArgument(); in VisitVarDecl()
H A DDeclCXX.cpp2785 if (const auto *Construct = dyn_cast<CXXConstructExpr>(E)) in getTargetConstructor() local
2786 return Construct->getConstructor(); in getTargetConstructor()
H A DExprConstant.cpp7555 auto note = [&](int Construct, QualType NoteTy, SourceLocation NoteLoc) { in checkBitCastConstexprEligibilityType() argument
7558 << NoteTy << Construct << Ty; in checkBitCastConstexprEligibilityType()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2010 PathDiagnosticConstruct Construct(PDC, ErrorNode, R, EntryPoint); in generate() local
2028 Construct.PD->setEndOfPath(LastPiece); in generate()
2030 PathDiagnosticLocation PrevLoc = Construct.PD->getLocation(); in generate()
2033 while (Construct.ascendToPrevNode()) { in generate()
2034 generatePathDiagnosticsForNode(Construct, PrevLoc); in generate()
2036 auto VisitorNotes = VisitorsDiagnostics->find(Construct.getCurrentNode()); in generate()
2052 addEdgeToPath(Construct.getActivePath(), PrevLoc, Note->getLocation()); in generate()
2053 updateStackPiecesWithMessage(Note, Construct.CallStack); in generate()
2054 Construct.getActivePath().push_front(Note); in generate()
2062 Construct.getLocationContextForActivePath()->getStackFrame(); in generate()
[all …]
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dhazard_pointer.cppm
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DThreading.inc64 // Construct the attributes object.
83 // Construct and execute the thread.
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_method_construct.pod20 /* Construct a new method */
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1764 if (const CXXConstructExpr *Construct = dyn_cast<CXXConstructExpr>(Init)) in isTrivialInitializer() local
1765 if (CXXConstructorDecl *Constructor = Construct->getConstructor()) in isTrivialInitializer()
1768 !Construct->requiresZeroInitialization()) in isTrivialInitializer()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h4189 CXXConstructExpr *Construct = dyn_cast<CXXConstructExpr>(Init); in TransformInitializer() local
4190 if (!NotCopyInit && !(Construct && Construct->isListInitialization())) in TransformInitializer()
4207 if (!Construct || isa<CXXTemporaryObjectExpr>(Construct)) in TransformInitializer()
4212 if (Construct && Construct->isStdInitListInitialization()) in TransformInitializer()
4213 return TransformInitializer(Construct->getArg(0), NotCopyInit); in TransformInitializer()
4218 Construct->isListInitialization()); in TransformInitializer()
4223 if (getDerived().TransformExprs(Construct->getArgs(), Construct->getNumArgs(), in TransformInitializer()
4228 if (Construct->isListInitialization()) in TransformInitializer()
4229 return getDerived().RebuildInitList(Construct->getBeginLoc(), NewArgs, in TransformInitializer()
4230 Construct->getEndLoc()); in TransformInitializer()
[all …]
H A DSemaDecl.cpp2004 const auto *Construct = in ShouldDiagnoseUnusedDecl() local
2006 if (Construct && !Construct->isElidable()) { in ShouldDiagnoseUnusedDecl()
2007 const CXXConstructorDecl *CD = Construct->getConstructor(); in ShouldDiagnoseUnusedDecl()
H A DSemaChecking.cpp11756 else if (const auto *Construct = dyn_cast<CXXConstructExpr>(E)) in CheckForIntOverflow() local
11757 Exprs.append(Construct->arg_begin(), Construct->arg_end()); in CheckForIntOverflow()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td64 def Construct : BuiltinGroup;
121 // Composite Construct builtin record:
122 def : DemangledBuiltin<"__spirv_CompositeConstruct", OpenCL_std, Construct, 1, 0>;
H A DSPIRVBuiltins.cpp2474 case SPIRV::Construct: in mapBuiltinToOpcode()
2557 case SPIRV::Construct: in lowerBuiltin()
/freebsd/contrib/ncurses/
H A Dconfigure.in2065 ### Construct the ncurses library-subsets, if any, from this set of keywords:
2130 ### Construct the list of include-directories to be generated
2353 ### Construct the list of subdirectories for which we'll customize makefiles
H A Daclocal.m4153 dnl Construct the list of include-options for the C programs in the Ada95
3951 dnl Construct a search-list of directories for a nonstandard header-file
4005 dnl Construct the list of include-options according to whether we're building
4543 dnl Construct a search-list of directories for a nonstandard library-file
6569 # Construct a sed-script to perform renaming within man-pages
8421 dnl Construct a search-list for a nonstandard header/lib-file
/freebsd/lib/libomp/
H A Dkmp_i18n_default.inc249 "Construct identifier invalid.",
/freebsd/contrib/llvm-project/openmp/runtime/src/i18n/
H A Den_US.txt295 ConstructIdentInvalid "Construct identifier invalid."
/freebsd/contrib/llvm-project/libcxx/include/
H A D__hash_table1790 …static_assert(!__is_hash_value_type<_Args...>::value, "Construct cannot be called with a hash valu…
1814 …static_assert(!__is_hash_value_type<_First, _Rest...>::value, "Construct cannot be called with a h…
H A Dstring922 // Construct a string with the given allocator and enough storage to hold `__size` characters, but
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1063 // Construct the current directory entry.
/freebsd/contrib/dialog/
H A Daclocal.m487 dnl Construct list of names of catalog files to be constructed.
2748 dnl Construct a search-list of directories for a nonstandard header-file
3009 dnl Construct a search-list of directories for a nonstandard library-file
5096 dnl Construct a search-list for a nonstandard header/lib-file
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog-2.0897 o Construct Windows locks using InitializeCriticalSectionAndSpinCount (32c6f1b)
/freebsd/contrib/libevent/
H A DChangeLog-2.0897 o Construct Windows locks using InitializeCriticalSectionAndSpinCount (32c6f1b)
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td12451 "OpenACC Compute Construct">;
12453 : Note<"invalid branch into OpenACC Compute Construct">;
12455 : Note<"invalid branch out of OpenACC Compute Construct">;

12