OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FromPad
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
Verifier.cpp
3938
Value *
FromPad
;
3943
FromPad
= Bundle->Inputs[0];
3945
FromPad
= ConstantTokenNone::get(II->getContext());
3947
FromPad
= CRI->getOperand(0);
3948
Assert(
FromPad
!= ToPadParent, "A cleanupret must exit its cleanup", CRI);
3950
FromPad
= CSI;
3957
for (;;
FromPad
= getParentPad(
FromPad
)) {
3958
Assert(
FromPad
!= ToPad,
3959
"EH pad cannot handle exceptions raised within it",
FromPad
, TI)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroSplit.cpp
305
auto *
FromPad
= cast<CleanupPadInst>(Bundle->Inputs[0]);
306
auto *CleanupRet = Builder.CreateCleanupRet(
FromPad
, nullptr);
Completed in 75 milliseconds
Indexes created Mon Sep 14 00:24:24 UTC 2026