Home
last modified time | relevance | path

Searched refs:Finished (Results 1 – 25 of 67) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DConstantInitBuilder.h103 bool Finished = false; variable
129 assert(Finished && "didn't finish aggregate builder"); in ~ConstantAggregateBuilderBase()
134 assert(!Finished && "builder already finished"); in markFinished()
135 Finished = true; in markFinished()
158 Finished(other.Finished), Frozen(other.Frozen), Packed(other.Packed), in ConstantAggregateBuilderBase()
160 other.Finished = true; in ConstantAggregateBuilderBase()
168 assert(!this->Finished && "cannot query after finishing builder"); in size()
188 assert(!Finished && "cannot add more values after finishing builder"); in add()
214 assert(!Finished && "cannot add more values after finishing builder"); in addAll()
257 assert(!Finished && "cannot add more values after finishing builder"); in getNextOffsetFromGlobal()
[all …]
H A DSwiftCallingConv.h54 bool Finished = false; variable
74 assert(Finished && "didn't finish lowering before calling empty()"); in empty()
/netbsd-src/games/mille/
H A Dinit.c87 Finished = FALSE; in init()
194 else if ((Window == W_FULL || Finished) ^ was_full) { in newscore()
214 Player[PLAYER].was_finished = !Finished; in newscore()
215 Player[COMP].was_finished = !Finished; in newscore()
216 if (Window == W_FULL || Finished) { in newscore()
255 was_full = (Window == W_FULL || Finished); in newscore()
H A Dvarpush.c58 { (void *) &Finished, sizeof Finished }, in varpush()
H A Dmille.c125 if (Finished) in main()
128 } while (!Finished); in main()
H A Dend.c56 if (pp->was_finished == Finished) in finalscore()
59 pp->was_finished = Finished; in finalscore()
H A Dmove.c90 Finished = TRUE; in domove()
203 Finished = TRUE; in check_go()
427 Finished = TRUE; in getmove()
433 Finished = FALSE; in getmove()
H A Dextern.c48 Finished, /* set if current hand is finished */ variable
H A Dmille.h211 extern bool Debug, Finished, Next, On_exit, Order, Saved;
H A Dmisc.c138 Finished = TRUE; in check_ext()
H A Dprint.c139 if (Window == W_FULL || Finished) { in prscore()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/
H A D23-srp.conf.in58 # Server fails first with bad client Finished.
103 # Server fails first with bad client Finished.
/netbsd-src/crypto/external/bsd/openssl/dist/test/ssl-tests/
H A D23-srp.cnf.in58 # Server fails first with bad client Finished.
103 # Server fails first with bad client Finished.
/netbsd-src/external/apache2/llvm/dist/clang/docs/tools/
H A Ddump_format_style.py124 BeforeStruct, Finished, InStruct, InNestedStruct, InNestedFieldComent, \ variable in read_options.State
145 state = State.Finished
208 if state != State.Finished:
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.cpp62 std::atomic<bool> Finished{false}; member in llvm::orc::RemoteTargetProcessControl
74 while (!Finished) { in __anonb2ff88830202()
97 Finished = true; in disconnect()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp469 Finished = true; in finish()
496 Finished = true; in finish()
555 Finished = true; in finish()
559 assert(Finished && "haven't yet finished lowering"); in enumerateComponents()
568 assert(Finished && "haven't yet finished lowering"); in getCoerceAndExpandTypes()
626 assert(Finished && "haven't yet finished lowering"); in shouldPassIndirectly()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.h84 while (!Finished) { in LLVMJITLinkRemoteTargetProcessControl()
107 std::atomic<bool> Finished{false};
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DOrcRPCTPCServer.h438 while (!Finished) { in run()
606 void closeConnection() { Finished = true; } in closeConnection()
612 std::atomic<bool> Finished{false};
/netbsd-src/doc/
H A DTODO.compat-module44 12. Finished splitting the vnd_30 and vnd_50 compat code into separate
/netbsd-src/external/gpl2/gmake/dist/po/
H A Dmake.pot1069 "# Finished Make data base on %s\n"
1362 msgid "Finished updating file `%s'.\n"
1398 msgid "Finished prerequisites of target file `%s'.\n"
H A Dhe.po1122 "# Finished Make data base on %s\n"
1125 "# Finished Make data base on %s\n"
1422 msgid "Finished updating file `%s'.\n"
1458 msgid "Finished prerequisites of target file `%s'.\n"
H A Dbe.po1087 "# Finished Make data base on %s\n"
1381 msgid "Finished updating file `%s'.\n"
1417 msgid "Finished prerequisites of target file `%s'.\n"
H A Dja.po1136 "# Finished Make data base on %s\n"
1434 msgid "Finished updating file `%s'.\n"
1472 msgid "Finished prerequisites of target file `%s'.\n"
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1681 Finished = false; in ObjCImplParsingDataRAII()
1686 bool isFinished() const { return Finished; } in isFinished()
1689 bool Finished;
/netbsd-src/usr.sbin/sysinst/
H A Dmsg.mi.en1017 message Finished {Finished}
1194 message doneconfig {Finished configuring}

123