Home
last modified time | relevance | path

Searched refs:ForEHVar (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp1344 llvm::Value *ForEHVar; member
1346 CallEndCatchForFinally(llvm::Value *ForEHVar, in CallEndCatchForFinally()
1348 : ForEHVar(ForEHVar), EndCatchFn(EndCatchFn) {} in CallEndCatchForFinally()
1356 CGF.Builder.CreateFlagLoad(ForEHVar, "finally.endcatch"); in Emit()
1366 llvm::Value *ForEHVar; member
1371 PerformFinally(const Stmt *Body, llvm::Value *ForEHVar, in PerformFinally()
1374 : Body(Body), ForEHVar(ForEHVar), EndCatchFn(EndCatchFn), in PerformFinally()
1399 CGF.Builder.CreateFlagLoad(ForEHVar, "finally.shouldthrow"); in Emit()
1478 CGF.Builder.CreateFlagStore(false, ForEHVar); in enter()
1482 ForEHVar, endCatchFn, in enter()
[all …]
H A DCodeGenFunction.h754 llvm::AllocaInst *ForEHVar = nullptr;