Home
last modified time | relevance | path

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

12

/src/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()
/src/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 …]
/src/contrib/llvm-project/libcxx/modules/std/
H A Dhazard_pointer.inc17 // 4.1.5, Construct non-empty hazard_pointer
/src/contrib/lyaml/
H A DREADME.md149 "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 DThreading.inc64 // Construct the attributes object.
83 // Construct and execute the thread.
/src/crypto/openssl/doc/internal/man3/
H A Dossl_method_construct.pod20 /* Construct a new method */
/src/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()
/src/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 …]
/src/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()
/src/contrib/ncurses/
H A Dconfigure.in2074 ### 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 Daclocal.m4157 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 DOSSL_HPKE_CTX_new.pod234 =head2 Context Construct/Free
/src/lib/libomp/
H A Dkmp_i18n_default.inc249 "Construct identifier invalid.",
/src/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…
/src/contrib/libdiff/test/
H A Dtest117.right-P.txt854 /* Construct key disk chunk. */
H A Dtest122.right-P.txt854 /* Construct key disk chunk. */
H A Dtest021.right.txt854 /* Construct key disk chunk. */
H A Dtest117.left-P.txt840 /* Construct key disk chunk. */
H A Dtest021.left.txt908 /* Construct key disk chunk. */
H A Dtest122.left-P.txt885 /* Construct key disk chunk. */
/src/contrib/llvm-project/openmp/runtime/src/i18n/
H A Den_US.txt295 ConstructIdentInvalid "Construct identifier invalid."
/src/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1063 // Construct the current directory entry.

12