/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtOpenACC.cpp | 48 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 D | DeclPrinter.cpp | 382 } 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 D | DeclCXX.cpp | 2785 if (const auto *Construct = dyn_cast<CXXConstructExpr>(E)) in getTargetConstructor() local 2786 return Construct->getConstructor(); in getTargetConstructor()
|
H A D | ExprConstant.cpp | 7555 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 D | BugReporter.cpp | 2010 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 D | hazard_pointer.cppm |
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Threading.inc | 64 // Construct the attributes object. 83 // Construct and execute the thread.
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | ossl_method_construct.pod | 20 /* Construct a new method */
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDecl.cpp | 1764 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 D | TreeTransform.h | 4189 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 D | SemaDecl.cpp | 2004 const auto *Construct = in ShouldDiagnoseUnusedDecl() local 2006 if (Construct && !Construct->isElidable()) { in ShouldDiagnoseUnusedDecl() 2007 const CXXConstructorDecl *CD = Construct->getConstructor(); in ShouldDiagnoseUnusedDecl()
|
H A D | SemaChecking.cpp | 11756 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 D | SPIRVBuiltins.td | 64 def Construct : BuiltinGroup; 121 // Composite Construct builtin record: 122 def : DemangledBuiltin<"__spirv_CompositeConstruct", OpenCL_std, Construct, 1, 0>;
|
H A D | SPIRVBuiltins.cpp | 2474 case SPIRV::Construct: in mapBuiltinToOpcode() 2557 case SPIRV::Construct: in lowerBuiltin()
|
/freebsd/contrib/ncurses/ |
H A D | configure.in | 2065 ### 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 D | aclocal.m4 | 153 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 D | kmp_i18n_default.inc | 249 "Construct identifier invalid.",
|
/freebsd/contrib/llvm-project/openmp/runtime/src/i18n/ |
H A D | en_US.txt | 295 ConstructIdentInvalid "Construct identifier invalid."
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | __hash_table | 1790 …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 D | string | 922 // 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 D | Path.inc | 1063 // Construct the current directory entry.
|
/freebsd/contrib/dialog/ |
H A D | aclocal.m4 | 87 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 D | ChangeLog-2.0 | 897 o Construct Windows locks using InitializeCriticalSectionAndSpinCount (32c6f1b)
|
/freebsd/contrib/libevent/ |
H A D | ChangeLog-2.0 | 897 o Construct Windows locks using InitializeCriticalSectionAndSpinCount (32c6f1b)
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticSemaKinds.td | 12451 "OpenACC Compute Construct">; 12453 : Note<"invalid branch into OpenACC Compute Construct">; 12455 : Note<"invalid branch out of OpenACC Compute Construct">;
|