Searched refs:Started (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnosticPrinter.cpp55 bool Started = false; local
76 Started = true;
81 OS << (Started ? "," : " [")
86 Started = true;
95 OS << (Started ? "," : " [");
96 Started = true;
105 if (Started)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DStackLifetime.cpp225 BitVector Started, Ended; local
226 Started.resize(NumAllocas);
234 Started.set(AllocaNo);
245 assert(!Started.test(AllocaNo) || Start[AllocaNo] == BBStart);
246 if (!Started.test(AllocaNo)) {
247 Started.set(AllocaNo);
253 if (Started.test(AllocaNo)) {
255 Started.reset(AllocaNo);
262 if (Started.test(AllocaNo))
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h103 bool Started = true; member in class:llvm::TargetPassConfig
112 /// begin at the normal point; otherwise, clear the Started flag to indicate
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp397 Started = (StartAfter == nullptr) && (StartBefore == nullptr);
521 /// Started/Stopped flags indicate either that the compilation should start at
524 /// and StopAfter options and change the Started/Stopped flags accordingly.
535 Started = true;
538 if (Started && !Stopped) {
563 Started = true;
564 if (Stopped && !Started)
/freebsd-13-stable/stand/efi/include/
H A Defipxebc.h232 BOOLEAN Started; member in struct:__anon8035

Completed in 171 milliseconds