/openbsd/gnu/llvm/clang/include/clang/CodeGen/ |
H A D | ConstantInitBuilder.h | 103 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 D | SwiftCallingConv.h | 54 bool Finished = false; variable 74 assert(Finished && "didn't finish lowering before calling empty()"); in empty()
|
/openbsd/games/mille/ |
H A D | init.c | 82 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 D | varpush.c | 56 { (void *) &Finished, sizeof Finished }, in varpush()
|
H A D | mille.c | 115 if (Finished) in main() 118 } while (!Finished); in main()
|
H A D | end.c | 48 if (pp->was_finished == Finished) in finalscore() 51 pp->was_finished = Finished; in finalscore()
|
H A D | move.c | 65 Finished = TRUE; in domove() 178 Finished = TRUE; in check_go() 399 Finished = TRUE; in getmove() 405 Finished = FALSE; in getmove()
|
H A D | extern.c | 40 Finished, /* set if current hand is finished */ variable
|
H A D | mille.h | 192 extern bool Debug, Finished, Next, On_exit, Order, Saved;
|
H A D | misc.c | 121 Finished = TRUE; in check_ext()
|
H A D | print.c | 128 if (Window == W_FULL || Finished) { in prscore()
|
/openbsd/gnu/llvm/lldb/tools/lldb-vscode/ |
H A D | ProgressEvent.cpp | 149 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 D | ProgressEvent.h | 110 bool Finished() const;
|
/openbsd/gnu/usr.bin/perl/lib/perl5db/t/ |
H A D | rt-124203 | 7 print "Finished\n";
|
H A D | rt-124203b | 13 print "Finished $x\n";
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | SwiftCallingConv.cpp | 471 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 D | dump_format_style.py | 227 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 D | perl5db.t | 3238 $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 D | Parser.h | 1718 Finished = false; in ObjCImplParsingDataRAII() 1723 bool isFinished() const { return Finished; } in isFinished() 1726 bool Finished;
|
/openbsd/gnu/llvm/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 2298 if (!Finished) { in ~ObjCImplParsingDataRAII() 2312 assert(!Finished); in finish() 2332 Finished = true; in finish()
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 2794 bool Finished = false; in ReadStmtFromStream() local 2803 Finished = true; in ReadStmtFromStream() 4074 if (Finished) in ReadStmtFromStream()
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlsyn.pod | 668 print "Finished\n"; 726 print "Finished\n";
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | ReleaseNotes.rst | 867 - Finished implementing C++ DR2565, which results in a requirement becoming
|
/openbsd/sys/arch/sparc64/sparc64/ |
H A D | locore.s | 5388 !! Finished 8 byte block, unload the regs.
|
/openbsd/gnu/usr.bin/perl/lib/unicore/ |
H A D | mktables | 20522 sub Finished() {
|