| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | ilist_base.h | 43 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 D | typecons.d | 826 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 D | typecons.d | 822 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 D | InMemoryModuleCache.cpp | 20 return Final; in getPCMState() 52 return getPCMState(Filename) == Final; in isPCMFinal()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/ |
| H A D | CartesianBenchmarks.h | 68 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 D | LoopRerollPass.cpp | 423 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 D | SHA1.h | 132 void Final();
|
| /netbsd-src/external/bsd/unbound/dist/testdata/blanks_cached_zone.tdir/ |
| H A D | blanks.example.com.zone | 22 ; Final line with spaces, tabs and comment
|
| /netbsd-src/external/bsd/unbound/dist/testdata/blanks_https.tdir/127.0.0.1/ |
| H A D | blanks.example.com.zone | 22 ; Final line with spaces, tabs and comment
|
| /netbsd-src/sys/opencrypto/ |
| H A D | cryptosoft.c | 517 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 D | InMemoryModuleCache.h | 57 enum State { Unknown, Tentative, ToBuild, Final }; enumerator
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGCoroutine.cpp | 26 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 D | EncoreBootImageReader.cpp | 69 hash.Final(); in computeHeaderDigest() 122 hash.Final(); in computeImageDigest()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
| H A D | TGParser.h | 209 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 D | md5hl.c | 68 MDNAME(Final)(digest, ctx); in MDNAME() local
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 506 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 D | mdXhl.c | 59 MDNAME(Final)(digest, ctx); in WA() local
|
| /netbsd-src/external/public-domain/xz/dist/src/liblzma/check/ |
| H A D | check.h | 167 LZMA_SHA256FUNC(Final)(check->buffer.u8, &check->state.sha256); in lzma_sha256_finish()
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/ |
| H A D | linker.texi | 36 * 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 D | linker.texi | 36 * 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 D | with-msgid-with-filter-no-thread.ref | 29 Final-Recipient: rfc822; rcpt-address
|
| H A D | no-msgid-with-eoh-event-no-thread.ref | 29 Final-Recipient: rfc822; rcpt-address
|
| H A D | with-msgid-with-long-line-no-thread.ref | 29 Final-Recipient: rfc822; rcpt-address
|
| H A D | no-msgid-no-eoh-event-no-thread.ref | 29 Final-Recipient: rfc822; rcpt-address
|
| H A D | with-msgid-with-eoh-event-no-thread.ref | 29 Final-Recipient: rfc822; rcpt-address
|