OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsFinished
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroFrame.cpp
430
bool
IsFinished
= false;
489
assert(!
IsFinished
&& "adding fields to a finished builder");
525
assert(
IsFinished
&& "not yet finished!");
530
assert(
IsFinished
&& "not yet finished!");
535
assert(
IsFinished
&& "not yet finished!");
540
assert(
IsFinished
&& "not yet finished!");
695
assert(!
IsFinished
&& "already finished!");
763
IsFinished
= true;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp
522
void CodeGenFunction::EmitBlock(llvm::BasicBlock *BB, bool
IsFinished
) {
528
if (
IsFinished
&& BB->use_empty()) {
CodeGenFunction.h
2388
///
IsFinished
- If true, indicates that the caller has finished emitting
2391
void EmitBlock(llvm::BasicBlock *BB, bool
IsFinished
=false);
Completed in 87 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026