| /src/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()
|
| /src/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 …]
|
| /src/contrib/llvm-project/libcxx/modules/std/ |
| H A D | hazard_pointer.inc | 17 // 4.1.5, Construct non-empty hazard_pointer
|
| /src/contrib/lyaml/ |
| H A D | README.md | 149 "Parse, Compose, Construct" processing model described in the 152 Implementing the remaining "Compose" and "Construct" processes in
|
| /src/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Threading.inc | 64 // Construct the attributes object. 83 // Construct and execute the thread.
|
| /src/crypto/openssl/doc/internal/man3/ |
| H A D | ossl_method_construct.pod | 20 /* Construct a new method */
|
| /src/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()
|
| /src/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 …]
|
| /src/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()
|
| /src/contrib/ncurses/ |
| H A D | configure.in | 2074 ### Construct the ncurses library-subsets, if any, from this set of keywords: 2142 ### Construct the list of include-directories to be generated 2365 ### Construct the list of subdirectories for which we'll customize makefiles
|
| H A D | aclocal.m4 | 157 dnl Construct the list of include-options for the C programs in the Ada95 4089 dnl Construct a search-list of directories for a nonstandard header-file 4143 dnl Construct the list of include-options according to whether we're building 4719 dnl Construct a search-list of directories for a nonstandard library-file 6724 # Construct a sed script to perform renaming within man pages 8622 dnl Construct a search-list for a nonstandard header/lib-file
|
| /src/crypto/openssl/doc/man3/ |
| H A D | OSSL_HPKE_CTX_new.pod | 234 =head2 Context Construct/Free
|
| /src/lib/libomp/ |
| H A D | kmp_i18n_default.inc | 249 "Construct identifier invalid.",
|
| /src/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…
|
| /src/contrib/libdiff/test/ |
| H A D | test117.right-P.txt | 854 /* Construct key disk chunk. */
|
| H A D | test122.right-P.txt | 854 /* Construct key disk chunk. */
|
| H A D | test021.right.txt | 854 /* Construct key disk chunk. */
|
| H A D | test117.left-P.txt | 840 /* Construct key disk chunk. */
|
| H A D | test021.left.txt | 908 /* Construct key disk chunk. */
|
| H A D | test122.left-P.txt | 885 /* Construct key disk chunk. */
|
| /src/contrib/llvm-project/openmp/runtime/src/i18n/ |
| H A D | en_US.txt | 295 ConstructIdentInvalid "Construct identifier invalid."
|
| /src/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1063 // Construct the current directory entry.
|