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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3034 llvm::Value *TrapCond = nullptr; local
3040 ? TrapCond
3047 if (TrapCond)
3048 EmitTrapCheck(TrapCond);

Completed in 83 milliseconds