Home
last modified time | relevance | path

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

12345678

/netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/
H A Dinternals.inl22 // Construct a new access with the given resource () and kind () values.
45 // Construct a use of RESOURCE in LOCATION. The resource's value is provided
180 // Construct a definition of RESOURCE in INSN, giving it kind KIND.
294 // Construct a clobber of register REGNO in insn INSN.
336 // Construct a phi for RESOURCE in INSN, giving it identifier UID.
367 // Construct a definition splay tree node for FIRST_DEF, which is either
375 // Construct a new group of clobber_infos that initially contains just CLOBBER.
384 // Construct a node for the instruction with uid UID.
393 // Construct a note for instruction INSN, giving it abi_id () value ABI_ID.
403 // Construct an instruction with the given bb () and rtl () values.
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dbuiltin-attrs.def50 /* Construct a tree for a given integer and a list containing it. */
64 /* Construct a tree for a given string and a list containing it. */
72 /* Construct a tree for a list of two integers. */
91 /* Construct trees for identifiers used in built-in function attributes.
308 /* Construct a tree for the format attribute (and implicitly nonnull). */
315 /* Construct a tree for the format and nothrow attributes (format
323 /* Construct one tree for the format attribute and another for the format
333 /* Construct a pair of trees for the nonnull attribute for the first
414 /* Construct a tree for a format_arg attribute. */
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dbuiltin-attrs.def50 /* Construct a tree for a given integer and a list containing it. */
64 /* Construct a tree for a given string and a list containing it. */
74 /* Construct a tree for a list of two integers. */
93 /* Construct trees for identifiers used in built-in function attributes.
314 /* Construct a tree for the format attribute (and implicitly nonnull). */
321 /* Construct a tree for the format and nothrow attributes (format
329 /* Construct one tree for the format attribute and another for the format
339 /* Construct a pair of trees for the nonnull attribute for the first
420 /* Construct a tree for a format_arg attribute. */
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1987 PathDiagnosticConstruct Construct(PDC, ErrorNode, R); in generate() local
2012 Construct.PD->setEndOfPath(LastPiece); in generate()
2014 PathDiagnosticLocation PrevLoc = Construct.PD->getLocation(); in generate()
2017 while (Construct.ascendToPrevNode()) { in generate()
2018 generatePathDiagnosticsForNode(Construct, PrevLoc); in generate()
2020 auto VisitorNotes = VisitorsDiagnostics->find(Construct.getCurrentNode()); in generate()
2036 addEdgeToPath(Construct.getActivePath(), PrevLoc, Note->getLocation()); in generate()
2037 updateStackPiecesWithMessage(Note, Construct.CallStack); in generate()
2038 Construct.getActivePath().push_front(Note); in generate()
2046 Construct.getLocationContextForActivePath()->getStackFrame(); in generate()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/
H A Dtypes.rst244 Construct a new field, with the given type and name.
257 Construct a new bit field, with the given type width and name.
286 Construct a new struct type, with the given name and fields.
297 Construct a new struct type, with the given name, but without
328 Construct a new union type, with the given name and fields.
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/
H A Dtypes.rst189 Construct a new field, with the given type and name.
196 Construct a new struct type, with the given name and fields.
202 Construct a new struct type, with the given name, but without
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/
H A Dtypes.rst189 Construct a new field, with the given type and name.
196 Construct a new struct type, with the given name and fields.
202 Construct a new struct type, with the given name, but without
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/
H A Dtypes.rst254 Construct a new field, with the given type and name.
269 Construct a new bit field, with the given type width and name.
299 Construct a new struct type, with the given name and fields.
310 Construct a new struct type, with the given name, but without
341 Construct a new union type, with the given name and fields.
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp340 } else if (CXXConstructExpr *Construct = in PrintConstructorInitializers() local
342 Args = Construct->getArgs(); in PrintConstructorInitializers()
343 NumArgs = Construct->getNumArgs(); in PrintConstructorInitializers()
896 if (CXXConstructExpr *Construct = in VisitVarDecl() local
899 !Construct->isListInitialization()) { in VisitVarDecl()
900 ImplicitInit = Construct->getNumArgs() == 0 || in VisitVarDecl()
901 Construct->getArg(0)->isDefaultArgument(); in VisitVarDecl()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-doubleword.md146 /* Construct lowpart rtx. */
150 /* Construct highpart rtx. */
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-doubleword.md146 /* Construct lowpart rtx. */
150 /* Construct highpart rtx. */
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dvalarray139 /// Construct an empty array.
142 /// Construct an array with @a n elements.
145 /// Construct an array with @a n elements initialized to @a t.
148 /// Construct an array initialized to the first @a n elements of @a t.
159 /// Construct an array with the same size and values in @a sa.
162 /// Construct an array with the same size and values in @a ga.
165 /// Construct an array with the same size and values in @a ma.
168 /// Construct an array with the same size and values in @a ia.
172 /// Construct an array with an initializer_list of values.
H A Dany182 /// Construct with a copy of @p __value as the contained object.
193 /// Construct with an object created from @p __args as the contained object.
204 /// Construct with an object created from @p __il and @p __args as
H A Dfuture912 /// Construct from a future rvalue
917 /// Construct from a shared_future rvalue
951 /// Construct from a future rvalue
956 /// Construct from a shared_future rvalue
990 /// Construct from a future rvalue
995 /// Construct from a shared_future rvalue
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dvalarray139 /// Construct an empty array.
142 /// Construct an array with @a n elements.
145 /// Construct an array with @a n elements initialized to @a t.
148 /// Construct an array initialized to the first @a n elements of @a t.
159 /// Construct an array with the same size and values in @a sa.
162 /// Construct an array with the same size and values in @a ga.
165 /// Construct an array with the same size and values in @a ma.
168 /// Construct an array with the same size and values in @a ia.
172 /// Construct an array with an initializer_list of values.
H A Dany185 /// Construct with a copy of @p __value as the contained object.
196 /// Construct with an object created from @p __args as the contained object.
207 /// Construct with an object created from @p __il and @p __args as
H A Dfuture937 /// Construct from a future rvalue
942 /// Construct from a shared_future rvalue
976 /// Construct from a future rvalue
981 /// Construct from a shared_future rvalue
1015 /// Construct from a future rvalue
1020 /// Construct from a shared_future rvalue
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_ring_buffer_test.cc30 TEST(RingBuffer, Construct) { in TEST() argument
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/options/
H A Ddash-B6 Construct a simple makefile that builds a target.
/netbsd-src/external/apache2/llvm/dist/clang/cmake/modules/
H A DCMakeLists.txt35 # Construct the proper number of get_filename_component(... PATH)
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/decimal/
H A Ddecimal232 // 3.2.2.2 Construct/copy/destroy.
318 // 3.2.3.2 Construct/copy/destroy.
404 // 3.2.4.2 Construct/copy/destroy.
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/decimal/
H A Ddecimal232 // 3.2.2.2 Construct/copy/destroy.
318 // 3.2.3.2 Construct/copy/destroy.
404 // 3.2.4.2 Construct/copy/destroy.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DThreading.inc69 // Construct the attributes object.
88 // Construct and execute the thread.
/netbsd-src/share/doc/papers/px/
H A Dfig2.3.raw42 CTTOT s,w,w 2.11 Construct set
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/
H A DCMakeLists.txt105 # Construct the proper number of get_filename_component(... PATH)

12345678