Home
last modified time | relevance | path

Searched full:construct (Results 1 – 25 of 1985) sorted by relevance

12345678910>>...80

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DArrayRef.h66 /// Construct an empty ArrayRef.
69 /// Construct an empty ArrayRef from std::nullopt.
73 /// Construct an ArrayRef from a single element.
77 /// Construct an ArrayRef from a pointer and length.
82 /// Construct an ArrayRef from a range.
88 /// Construct an ArrayRef from a type that has a data() method that returns
102 /// Construct an ArrayRef from a C array.
107 /// Construct an ArrayRef from a std::initializer_list.
123 /// Construct an ArrayRef<T> from iterator_range<U*>. This uses SFINAE
317 /// Construct an empty MutableArrayRef.
[all …]
H A DTwine.h51 /// concatenation method to construct interior nodes; the result must be
175 /// Construct a nullary twine; the kind must be NullKind or EmptyKind.
180 /// Construct a binary twine.
188 /// Construct a twine from explicit values.
262 /// Construct from an empty string.
269 /// Construct from a C string.
288 /// Construct from an std::string.
294 /// Construct from an std::string_view by converting it to a pointer and
305 /// Construct from a StringRef.
312 /// Construct from a StringLiteral.
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_error.cpp82 char const *cons = NULL; // Construct name. in __kmp_pragma()
113 enum cons_type ct, // Construct type. in __kmp_error_construct()
114 ident_t const *ident // Construct ident. in __kmp_error_construct()
116 char *construct = __kmp_pragma(ct, ident); in __kmp_error_construct() local
117 __kmp_fatal(__kmp_msg_format(id, construct), __kmp_msg_null); in __kmp_error_construct()
118 KMP_INTERNAL_FREE(construct); in __kmp_error_construct()
122 enum cons_type ct, // First construct type. in __kmp_error_construct2()
123 ident_t const *ident, // First construct ident. in __kmp_error_construct2()
124 struct cons_data const *cons // Second construct. in __kmp_error_construct2()
174 "Begin construct stack with %d items for thread %d\n", in dump_cons_stack()
[all …]
/freebsd/sys/dev/isci/scil/
H A Dsati_util.c60 * by a user to construct ATA/ATAPI commands, copy ATA device
96 * @brief This method will construct the ATA identify device command.
122 * @brief This method will construct the ATA Execute Device Diagnostic command.
359 * @brief This method will construct the ATA check power mode command.
410 * @brief This method will construct the common response IU in the user
440 * @brief This method will construct the buffer for sense data
445 * for which to construct the buffer for sense data.
583 * @brief This method will construct the sense data buffer in the user's
588 * for which to construct the sense data.
590 * for which to construct the sense data.
[all …]
H A Dscif_remote_device.h101 * user must ensure that a construct or destruct method is never
102 * invoked when an existing construct or destruct method is ongoing.
113 * location into which this method shall construct the new
134 * user must ensure that a construct or destruct method is never
135 * invoked when an existing construct or destruct method is ongoing.
172 * user must ensure that a construct or destruct method is never
173 * invoked when an existing construct or destruct method is ongoing.
207 * user must ensure that a construct or destruct method is never
208 * invoked when an existing construct or destruct method is ongoing.
H A Dscif_sas_smp_io_request.c139 * construct its contents based upon the supplied SMP request.
181 //construct, only when we got valid io memory. in scif_sas_smp_request_build()
204 * @brief construct a smp Report Genernal command to the fw_device.
241 * @brief construct a SMP Report Manufacturer Info request to the fw_device.
278 * @brief construct a smp Discover command to the fw_device.
320 * @brief construct a smp REPORT PHY SATA command to the fw_device.
358 * @brief construct a smp REPORT PHY SATA command to the fw_device.
395 * @brief construct a smp CONFIG ROUTE INFO command to the fw_device.
551 // Before we construct new io using the same memory, we need to in scif_sas_smp_external_request_retry()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVStructurizer.cpp292 // Represents a divergent construct in the SPIR-V sense.
294 // and possibly a continue block (back-edge). A construct can contain other
305 // An helper class to clean the construct boundaries.
307 // divergent construct, and possibly modify CFG edges when exits would cross
322 // Returns the list of blocks that belong to a SPIR-V loop construct,
323 // including the continue construct.
339 // Returns the list of blocks that belong to a SPIR-V selection construct.
365 // Returns the list of blocks that belong to a SPIR-V switch construct.
385 // Returns the list of blocks that belong to a SPIR-V case construct.
397 // construct’s corresponding merge block. in getCaseConstructBlocks()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructDecompositionT.h8 // Given a compound construct with a set of clauses, generate the list of
80 // // with the construct being worked on, if any.
97 : version(ver), construct(dir), helper(helper) { in ConstructDecompositionT()
246 llvm::omp::Directive construct; member
452 // S Some clauses are permitted only on a single leaf construct of the in applyClause()
453 // S combined or composite construct, in which case the effect is as if in applyClause()
454 // S the clause is applied to that specific construct. (p339, 31-33) in applyClause()
467 // construct.
493 // innermost leaf construct that permits it.
509 // (5) To the distribute construct if it is among the constituent constructs;
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenACC.h24 /// This is the base class for an OpenACC statement-level construct, other
25 /// construct types are expected to inherit from this.
118 /// This class represents a compute construct, representing a 'Kind' of
184 /// This class represents a 'loop' construct. The 'loop' construct applies to a
186 /// Construct.
191 // The compute/combined construct kind this loop is associated with, or
192 // invalid if this is an orphaned loop construct.
229 /// An orphaned loop construct is a loop construct that is not lexically
230 /// enclosed within a compute construct. The parent compute construct of a
231 /// loop construct is the nearest compute construct that lexically contains
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dscoped_allocator75 template <class T, class... Args> void construct(T* p, Args&& args);
77 void construct(pair<T1, T2>* p, piecewise_construct t, tuple<Args1...> x,
80 void construct(pair<T1, T2>* p);
82 void construct(pair<T1, T2>* p, U&& x, V&& y);
84 void construct(pair<T1, T2>* p, const pair<U, V>& x);
86 void construct(pair<T1, T2>* p, pair<U, V>&& x);
412 _LIBCPP_HIDE_FROM_ABI void construct(_Type* __ptr, _Args&&... __args) {
416 allocator_traits<typename _OM::type>::construct(
423 _LIBCPP_HIDE_FROM_ABI void construct(_Tp* __p, _Args&&... __args) {
429construct(pair<_T1, _T2>* __p, piecewise_construct_t, tuple<_Args1...> __x, tuple<_Args2...> __y) {
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__memory_resource/
H A Dpolymorphic_allocator.h107 construct(__ptr, std::forward<_CtorArgs>(__ctor_args)...); in new_object()
121 _LIBCPP_HIDE_FROM_ABI void construct(_Tp* __p, _Ts&&... __args) { in construct() function
131construct(pair<_T1, _T2>* __p, piecewise_construct_t, tuple<_Args1...> __x, tuple<_Args2...> __y) { in construct() function
143 _LIBCPP_HIDE_FROM_ABI void construct(pair<_T1, _T2>* __p) { in construct() function
144 construct(__p, piecewise_construct, tuple<>(), tuple<>()); in construct()
148 _LIBCPP_HIDE_FROM_ABI void construct(pair<_T1, _T2>* __p, _Up&& __u, _Vp&& __v) { in construct() function
149 construct(__p, in construct()
156 _LIBCPP_HIDE_FROM_ABI void construct(pair<_T1, _T2>* __p, const pair<_U1, _U2>& __pr) { in construct() function
157construct(__p, piecewise_construct, std::forward_as_tuple(__pr.first), std::forward_as_tuple(__pr.… in construct()
161 _LIBCPP_HIDE_FROM_ABI void construct(pair<_T1, _T2>* __p, pair<_U1, _U2>&& __pr) { in construct() function
[all …]
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenOpenACCClause.cpp35 // Holds information for emitting clauses for a combined construct. We
395 llvm_unreachable("Unknown construct kind in VisitDefaultClause"); in VisitDefaultClause()
426 // unreachable. routine construct remains. in VisitDeviceTypeClause()
440 llvm_unreachable("Unknown construct kind in VisitNumGangsClause"); in VisitNumWorkersClause()
453 llvm_unreachable("Unknown construct kind in VisitVectorLengthClause"); in VisitVectorLengthClause()
492 // unreachable. Combined constructs remain. update construct remains. in VisitAsyncClause()
519 llvm_unreachable("Unknown construct kind in VisitSelfClause"); in VisitSelfClause()
530 llvm_unreachable("Unknown construct kind in VisitHostClause"); in VisitHostClause()
541 llvm_unreachable("Unknown construct kind in VisitDeviceClause"); in VisitDeviceClause()
557 llvm_unreachable("Unknown construct kind in VisitIfClause"); in VisitIfClause()
[all …]
H A DCIRGenDeclOpenACC.cpp20 getCIRGenModule().errorNYI(d.getSourceRange(), "OpenACC Declare Construct"); in emitOpenACCDeclare()
24 getCIRGenModule().errorNYI(d.getSourceRange(), "OpenACC Routine Construct"); in emitOpenACCRoutine()
29 errorNYI(d->getSourceRange(), "OpenACC Routine Construct"); in emitGlobalOpenACCDecl()
31 errorNYI(d->getSourceRange(), "OpenACC Declare Construct"); in emitGlobalOpenACCDecl()
/freebsd/lib/libnvmf/
H A Dlibnvmf.h161 * Construct a CQE for a reply to a command capsule in 'nc' with the
169 * Construct and send a response capsule to a command capsule with
184 /* Construct and send an error response capsule. */
189 * Construct and send an error response capsule using a generic status
195 /* Construct and send a simple success response capsule. */
210 * Construct and send a response capsule with the Fabrics CONNECT
218 /* Construct and send a response capsule for a successful CONNECT. */
308 /* Construct a 16-byte HostId from kern.hostuuid. */
311 /* Construct a NQN from kern.hostuuid. */
331 * Construct a discovery log page entry that describes the connection
/freebsd/contrib/llvm-project/libcxx/include/experimental/
H A Dmemory_resource
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h42 /// Which type of compute construct we are inside of, which we can use to
44 /// also use it to diagnose loop construct clauses.
46 // If we have an active compute construct, stores the list of clauses we've
134 /// 'loop' clause enforcement, where this is 'blocked' by a compute construct.
214 // The 'declare' construct requires only a single reference among ALL declare
220 // The 'routine' construct disallows magic-statics in a function referred to
249 /// If there is a current 'active' loop construct with a 'gang' clause on a
250 /// 'kernel' construct, this will have the source location for it, and the
258 /// If there is a current 'active' loop construct with a 'worker' clause on it
259 /// (on any sort of construct), this has the source location for it. This
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACCClause.cpp624 // directive that has a gang clause and is within a compute construct that has in VisitNumGangsClause()
650 // A reduction clause may not appear on a parallel construct with a in VisitNumGangsClause()
672 // the 'num_gangs' does not appear on the 'kernel' construct. in VisitNumGangsClause()
703 // kernels construct. in VisitNumWorkersClause()
736 // 'kernels' construct. in VisitVectorLengthClause()
1155 // OpenACC 3.3 2.9.2: When the parent compute construct is a parallel in CheckGangDimExpr()
1156 // construct, or an orphaned loop construct, the gang clause behaves as in CheckGangDimExpr()
1193 // OpenACC 3.3 2.9.2: When the parent compute construct is a parallel in CheckGangParallelExpr()
1194 // construct, or an orphaned loop construct, the gang clause behaves as in CheckGangParallelExpr()
1209 // OpenACC 3.3 2.9.2: When the parent compute construct is a kernels in CheckGangKernelsExpr()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.h91 // Construct a PE/COFF machine code streamer which will generate a PE/COFF
98 /// Construct an ELF Mach-O object writer.
101 /// Construct an ARM Mach-O object writer.
106 /// Construct an ARM PE/COFF object writer.
110 /// Construct ARM Mach-O relocation info.
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DThreadSafeModule.h39 /// Construct a null context.
42 /// Construct a ThreadSafeContext from the given LLVMContext.
46 "Can not construct a ThreadSafeContext from a nullptr"); in ThreadSafeContext()
72 /// Default construct a ThreadSafeModule. This results in a null module and
91 /// Construct a ThreadSafeModule from a unique_ptr<Module> and a
97 /// Construct a ThreadSafeModule from a unique_ptr<Module> and an
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h29 /// Construct a PBQP vector of the given size.
32 /// Construct a PBQP vector with initializer.
37 /// Copy construct a PBQP vector.
40 /// Move construct a PBQP vector.
115 /// Construct a PBQP Matrix with the given dimensions.
120 /// Construct a PBQP Matrix with the given dimensions and initial
128 /// Copy construct a PBQP matrix.
135 /// Move construct a PBQP matrix.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h25 // Represents the Construct/Directive kind of a pragma directive. Note the
26 // OpenACC standard is inconsistent between calling these Construct vs
51 // Atomic Construct.
254 /// 'default_async' clause, allowed on 'set' construct.
256 /// 'delete' clause, allowed on the 'exit data' construct.
258 /// 'detach' clause, allowed on the 'exit data' construct.
260 /// 'device' clause, allowed on the 'update' construct.
267 /// 'device_resident' clause, allowed on the 'declare' construct.
282 /// 'host' clause, allowed on 'update' construct.
291 /// 'link' clause, allowed on 'declare' construct.
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMP.cpp34 // associated constructs then directive-name is a composite construct in getFirstCompositeRange()
35 // otherwise directive-name is a combined construct. in getFirstCompositeRange()
37 // In the list of leaf constructs, find the first loop-associated construct, in getFirstCompositeRange()
39 // immediately following leaf construct, find the first sequence of adjacent in getFirstCompositeRange()
49 // construct in it. in getFirstCompositeRange()
115 // As of now, a composite construct must contain all constituent leaf in getLeafOrCompositeConstructs()
188 // Otherwise directive-name is a combined construct. in isCombinedConstruct()
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dto.h91 // Case 1 -- construct directly from the given range. in to()
96 // Case 2 -- construct using the `from_range_t` tagged constructor. in to()
101 // Case 3 -- construct from a begin-end iterator pair. in to()
106 …// Case 4 -- default-construct (or construct from the extra arguments) and insert, reserving the s… in to()
167 // Case 1 -- can construct directly from the given range. in __deduce_func()
173 // Case 2 -- can construct from the given range using the `from_range_t` tagged constructor. in __deduce_func()
180 // Case 3 -- can construct from a begin-end iterator pair. in __deduce_func()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h223 /// A helper function to construct a RangeSpanList for a given
232 /// This scope represents an inlined body of a function. Construct a
236 /// Construct new DW_TAG_lexical_block for this scope and
245 /// Construct a DIE for the given DbgVariable.
253 /// Construct a DIE for the given DbgLabel.
258 /// Construct a DIE for a given scope.
262 /// Construct a DIE for this subprogram scope.
283 /// Construct a call site entry DIE describing a call within \p Scope to a
293 /// Construct call site parameter DIEs for the \p CallSiteDIE. The \p Params
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITEventListener.h68 // Construct an IntelJITEventListener
71 // Construct an IntelJITEventListener with a test Intel JIT API implementation
84 // Construct an OProfileJITEventListener
87 // Construct an OProfileJITEventListener with a test opagent implementation

12345678910>>...80