Home
last modified time | relevance | path

Searched refs:Final (Results 1 – 25 of 131) sorted by relevance

123456

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A Dilist_base.h43 node_base_type *Final = Last.getPrev(); in removeRangeImpl() local
49 Final->setNext(nullptr); in removeRangeImpl()
62 node_base_type &Final = *Last.getPrev(); in transferBeforeImpl() local
70 Final.setNext(&Next); in transferBeforeImpl()
73 Next.setPrev(&Final); in transferBeforeImpl()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/
H A Dtypecons.d826 template Final(T) in Final() function
829 alias Final = T; in Final() local
832 struct Final in Final() struct
918 Final!T makeFinal(T)(T t)
920 return Final!T(t);
960 Final!A a;
980 static assert(!is(Final!A == A));
981 static assert(is(Final!(const A) == const A));
982 static assert(is(Final!(immutable A) == immutable A));
984 Final!A a = new A;
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/
H A Dtypecons.d822 template Final(T) in Final() function
825 alias Final = T; in Final() local
828 struct Final in Final() struct
914 Final!T makeFinal(T)(T t)
916 return Final!T(t);
956 Final!A a;
976 static assert(!is(Final!A == A));
977 static assert(is(Final!(const A) == const A));
978 static assert(is(Final!(immutable A) == immutable A));
980 Final!A a = new A;
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DInMemoryModuleCache.cpp20 return Final; in getPCMState()
52 return getPCMState(Filename) == Final; in isPCMFinal()
/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/
H A DCartesianBenchmarks.h68 void allValueCombinations(R& Result, const T& Final) { in allValueCombinations() argument
69 return Result.push_back(Final); in allValueCombinations()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp423 const SmallInstructionSet &Final,
427 const SmallInstructionSet &Final,
696 const SmallInstructionSet &Final, in collectInLoopUserSet() argument
704 if (!Final.count(I)) in collectInLoopUserSet()
722 !Final.count(Op)) in collectInLoopUserSet()
733 const SmallInstructionSet &Final, in collectInLoopUserSet() argument
736 collectInLoopUserSet(Root, Exclude, Final, Users); in collectInLoopUserSet()
/netbsd-src/external/bsd/elftosb/dist/common/
H A DSHA1.h132 void Final();
/netbsd-src/external/bsd/unbound/dist/testdata/blanks_cached_zone.tdir/
H A Dblanks.example.com.zone22 ; Final line with spaces, tabs and comment
/netbsd-src/external/bsd/unbound/dist/testdata/blanks_https.tdir/127.0.0.1/
H A Dblanks.example.com.zone22 ; Final line with spaces, tabs and comment
/netbsd-src/sys/opencrypto/
H A Dcryptosoft.c517 axf->Final(aalg, &ctx); in swcr_authcompute()
520 axf->Final(aalg, &ctx); in swcr_authcompute()
529 axf->Final(aalg, &ctx); in swcr_authcompute()
536 axf->Final(aalg, &ctx); in swcr_authcompute()
685 axf->Final(aalg, &ctx); in swcr_combined()
953 axf->Final(digest, (*swd)->sw_ictx); in swcr_newsession()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DInMemoryModuleCache.h57 enum State { Unknown, Tentative, ToBuild, Final }; enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCoroutine.cpp26 enum class AwaitKind { Init, Normal, Yield, Final }; enumerator
116 case AwaitKind::Final: in buildSuspendPrefixStr()
211 const bool IsFinalSuspend = (Kind == AwaitKind::Final); in emitSuspendExpression()
690 CurCoro.Data->CurrentAwaitKind = AwaitKind::Final; in EmitCoroutineBody()
/netbsd-src/external/bsd/elftosb/dist/sbtool/
H A DEncoreBootImageReader.cpp69 hash.Final(); in computeHeaderDigest()
122 hash.Final(); in computeImageDigest()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGParser.h209 bool resolve(const ForeachLoop &Loop, SubstStack &Stack, bool Final,
212 bool Final, std::vector<RecordsEntry> *Dest,
/netbsd-src/external/bsd/iscsi/dist/src/lib/
H A Dmd5hl.c68 MDNAME(Final)(digest, ctx); in MDNAME() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h506 void setCoroutineSuspends(Stmt *Initial, Stmt *Final) { in setCoroutineSuspends() argument
507 assert(Initial && Final && "suspend points cannot be null"); in setCoroutineSuspends()
511 CoroutineSuspends.second = Final; in setCoroutineSuspends()
/netbsd-src/lib/libc/md/
H A DmdXhl.c59 MDNAME(Final)(digest, ctx); in WA() local
/netbsd-src/external/public-domain/xz/dist/src/liblzma/check/
H A Dcheck.h167 LZMA_SHA256FUNC(Final)(check->buffer.u8, &check->state.sha256); in lzma_sha256_finish()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/
H A Dlinker.texi36 * Performing the Final Link::
74 @node Adding Symbols to the Hash Table, Performing the Final Link, Creating a Linker Hash Table, Li…
217 @node Performing the Final Link, , Adding Symbols to the Hash Table, Linker Functions
246 …y the linker, Relocating the section contents, Performing the Final Link, Performing the Final Link
267 …n contents, Writing the symbol table, Information provided by the linker, Performing the Final Link
302 @node Writing the symbol table, , Relocating the section contents, Performing the Final Link
/netbsd-src/external/gpl3/binutils/dist/bfd/doc/
H A Dlinker.texi36 * Performing the Final Link::
74 @node Adding Symbols to the Hash Table, Performing the Final Link, Creating a Linker Hash Table, Li…
217 @node Performing the Final Link, , Adding Symbols to the Hash Table, Linker Functions
246 …y the linker, Relocating the section contents, Performing the Final Link, Performing the Final Link
267 …n contents, Writing the symbol table, Information provided by the linker, Performing the Final Link
302 @node Writing the symbol table, , Relocating the section contents, Performing the Final Link
/netbsd-src/external/ibm-public/postfix/dist/src/bounce/
H A Dwith-msgid-with-filter-no-thread.ref29 Final-Recipient: rfc822; rcpt-address
H A Dno-msgid-with-eoh-event-no-thread.ref29 Final-Recipient: rfc822; rcpt-address
H A Dwith-msgid-with-long-line-no-thread.ref29 Final-Recipient: rfc822; rcpt-address
H A Dno-msgid-no-eoh-event-no-thread.ref29 Final-Recipient: rfc822; rcpt-address
H A Dwith-msgid-with-eoh-event-no-thread.ref29 Final-Recipient: rfc822; rcpt-address

123456