Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/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()
/openbsd/games/mille/
H A Dinit.c82 Finished = FALSE; in init()
185 else if ((Window == W_FULL || Finished) ^ was_full) { in newscore()
205 Player[PLAYER].was_finished = !Finished; in newscore()
206 Player[COMP].was_finished = !Finished; in newscore()
207 if (Window == W_FULL || Finished) { in newscore()
246 was_full = (Window == W_FULL || Finished); in newscore()
H A Dvarpush.c56 { (void *) &Finished, sizeof Finished }, in varpush()
H A Dmille.c115 if (Finished) in main()
118 } while (!Finished); in main()
H A Dend.c48 if (pp->was_finished == Finished) in finalscore()
51 pp->was_finished = Finished; in finalscore()
H A Dmove.c65 Finished = TRUE; in domove()
178 Finished = TRUE; in check_go()
399 Finished = TRUE; in getmove()
405 Finished = FALSE; in getmove()
H A Dextern.c40 Finished, /* set if current hand is finished */ variable
H A Dmille.h192 extern bool Debug, Finished, Next, On_exit, Order, Saved;
H A Dmisc.c121 Finished = TRUE; in check_ext()
H A Dprint.c128 if (Window == W_FULL || Finished) { in prscore()
/openbsd/gnu/llvm/lldb/tools/lldb-vscode/
H A DProgressEvent.cpp149 if (!m_start_event.Reported() && Finished()) in ReportIfNeeded()
176 bool ProgressEventManager::Finished() const { return m_finished; } in Finished() function in ProgressEventManager
200 if (event_manager->Finished()) in ReportStartEvents()
228 if (it->second->Finished()) in Push()
H A DProgressEvent.h110 bool Finished() const;
/openbsd/gnu/usr.bin/perl/lib/perl5db/t/
H A Drt-1242037 print "Finished\n";
H A Drt-124203b13 print "Finished $x\n";
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp471 Finished = true; in finish()
498 Finished = true; in finish()
557 Finished = true; in finish()
561 assert(Finished && "haven't yet finished lowering"); in enumerateComponents()
570 assert(Finished && "haven't yet finished lowering"); in getCoerceAndExpandTypes()
627 assert(Finished && "haven't yet finished lowering"); in shouldPassIndirectly()
/openbsd/gnu/llvm/clang/docs/tools/
H A Ddump_format_style.py227 BeforeStruct, Finished, InStruct, InNestedStruct, InNestedFieldComment, \ variable in OptionsReader.read_options.State
250 state = State.Finished
327 if state != State.Finished:
/openbsd/gnu/usr.bin/perl/lib/
H A Dperl5db.t3238 $wrapper->output_like(qr/Finished/, "[perl #124203] debugger didn't deadlock");
3253 $wrapper->output_like(qr/Finished One/, "[perl #124203] debugger didn't deadlock (lvalue)");
/openbsd/gnu/llvm/clang/include/clang/Parse/
H A DParser.h1718 Finished = false; in ObjCImplParsingDataRAII()
1723 bool isFinished() const { return Finished; } in isFinished()
1726 bool Finished;
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp2298 if (!Finished) { in ~ObjCImplParsingDataRAII()
2312 assert(!Finished); in finish()
2332 Finished = true; in finish()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp2794 bool Finished = false; in ReadStmtFromStream() local
2803 Finished = true; in ReadStmtFromStream()
4074 if (Finished) in ReadStmtFromStream()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlsyn.pod668 print "Finished\n";
726 print "Finished\n";
/openbsd/gnu/llvm/clang/docs/
H A DReleaseNotes.rst867 - Finished implementing C++ DR2565, which results in a requirement becoming
/openbsd/sys/arch/sparc64/sparc64/
H A Dlocore.s5388 !! Finished 8 byte block, unload the regs.
/openbsd/gnu/usr.bin/perl/lib/unicore/
H A Dmktables20522 sub Finished() {

12