Searched refs:construct (Results 51 - 75 of 89) sorted by relevance

1234

/openbsd-current/gnu/llvm/clang/lib/Analysis/
H A DPathDiagnostic.cpp847 PathDiagnosticCallPiece::construct(const CallExitEnd &CE, function in class:PathDiagnosticCallPiece
858 PathDiagnosticCallPiece::construct(PathPieces &path, function in class:PathDiagnosticCallPiece
/openbsd-current/gnu/usr.bin/perl/t/porting/
H A Dpodcheck.t859 # be dealt with upon the end of the current construct, like a
902 # The start_FOO routines check that somehow a C<> construct hasn't escaped
1023 my $construct = $2; # The whole thing, like C<...>
1035 # construct would be if it actually has L<> syntax. If it
1057 parameter => $construct
/openbsd-current/gnu/usr.bin/perl/cpan/Math-BigInt/t/
H A Dbigintpm.inc789 # construct a number with a zero-hole of BASE_LEN_SMALL
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/
H A Dbitmap_allocator.h1091 construct(pointer __p, const_reference __data) function in class:bitmap_allocator
H A Dhashtable.h608 this->get_allocator().construct(&__n->_M_val, __obj);
/openbsd-current/gnu/usr.bin/perl/lib/
H A DPerlIO.pm218 will construct a "binary" stream regardless of the platform defaults,
H A Dfeature.pm181 given/when construct.
1001 the C<use VERSION> construct. That is,
/openbsd-current/gnu/usr.bin/perl/win32/bin/
H A Dpl2bat.pl234 uses the C<%*> construct to refer to all the command line arguments
/openbsd-current/gnu/usr.bin/perl/dist/threads-shared/lib/threads/
H A Dshared.pm643 the follow construct, if needed:
/openbsd-current/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/
H A DLangTags.pm724 A useful construct you might consider using is:
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DXHTML.pm296 custom subroutine to construct the HTML output for 'foo' elements,
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
H A DHub.pm736 being used the construct the context. This is your chance to change the
/openbsd-current/gnu/llvm/clang/lib/Parse/
H A DParseOpenMP.cpp276 /// Parse 'omp declare reduction' construct.
659 /// 'declare simd' construct.
926 {TraitSet::construct, TraitSet::user, TraitSet::implementation,
1075 {TraitSet::construct, TraitSet::user, TraitSet::implementation,
1267 {TraitSet::construct, TraitSet::user, TraitSet::implementation,
2927 // If the depend clause is specified, the ordered construct is a stand-alone
3201 // OpenMP [2.8.1, simd construct, Restrictions]
3276 // OpenMP 5.0 [2.12.5, target construct, Restrictions]
3279 // At most one order clause may appear on a construct.
3898 // Only target executable directives support extended device construct
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_tree.h378 { get_allocator().construct(&__tmp->_M_value_field, __x); }
/openbsd-current/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DNNTP.pm1098 which the client may use to construct a Distribution header.
/openbsd-current/gnu/usr.bin/perl/ext/re/
H A Dre.pm417 The C<"\x"> construct without curly braces should be followed by exactly two
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGObjC.cpp1075 if (const CXXConstructExpr *construct = dyn_cast<CXXConstructExpr>(getter))
1076 return (construct->getConstructor()->isTrivial());
H A DCGCall.cpp333 // needed to construct a virtual base (or base class thereof).
1461 construct(Context, FI, OnlyRequiredArgs);
1496 void construct(const ASTContext &Context, const CGFunctionInfo &FI,
1500 void ClangToLLVMArgMapping::construct(const ASTContext &Context,
5598 // construct the appropriate return value for our caller.
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp110 /// A helper class that contains everything needed to construct a
211 /// file and visitors construct diagnostics), hence its const.
222 /// a PathDiagnosticBuilder able to construct bug reports for different
715 /// will construct an event at the call to malloc(), and add a stack hint that
716 /// an allocated memory was returned. We'll use this hint to construct a message
1161 Call = PathDiagnosticCallPiece::construct(C.getActivePath(), Caller);
1200 auto Call = PathDiagnosticCallPiece::construct(*CE, SM);
2016 // From the error node to the root, ascend the bug path and construct the bug
2583 "Failed to construct a trimmed graph that contains this error "
2759 // Now take the pieces and construct
[all...]
H A DRangeConstraintManager.cpp332 // It is cheaper to fully construct the resulting range on stack
335 Result = construct(std::move(From));
342 RangeSet::ContainerType *RangeSet::Factory::construct(ContainerType &&From) {
2468 // This class is trivial, so we need to construct a set
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dfeature.pl603 given/when construct.
1356 the C<use VERSION> construct. That is,
/openbsd-current/gnu/usr.bin/perl/cpan/Text-Balanced/lib/Text/
H A DBalanced.pm366 _failmsg "Unable to construct closing tag to match: $rdel",
1650 make use of the new qr// construct to pre-compile the regexes they use
2286 =item C<Unable to construct closing tag to match: /%s/>
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dstb.c230 construct; member in union:ffestb_local_u_
7811 /* ffestb_construct -- Parse a construct name
7815 Make sure the statement can have a construct name (if-then-stmt, do-stmt,
7847 ffestb_local_.construct.next = (ffelexHandler) ffestb_if;
7851 ffestb_local_.construct.next = (ffelexHandler) ffestb_do;
7855 ffestb_local_.construct.next = (ffelexHandler) ffestb_dowhile;
7860 ffestb_local_.construct.next = (ffelexHandler) ffestb_R809;
7877 ffestb_local_.construct.next = (ffelexHandler) ffestb_if;
7881 ffestb_local_.construct.next = (ffelexHandler) ffestb_do;
7887 ffestb_local_.construct
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/lib/Hash/Util/
H A DFieldHash.pm222 the predictable failure to construct a common subclass C<NamedFile>
/openbsd-current/gnu/llvm/libcxx/include/__memory/
H A Dshared_ptr.h284 allocator_traits<_TpAlloc>::construct(__tmp, __get_elem(), _VSTD::forward<_Args>(__args)...);

Completed in 681 milliseconds

1234