Home
last modified time | relevance | path

Searched refs:EmitBlockWithFallThrough (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp996 EmitBlockWithFallThrough(LoopBody, &S); in EmitDoStmt()
1447 EmitBlockWithFallThrough(CaseDest, &S); in EmitCaseStmtRange()
1584 EmitBlockWithFallThrough(CaseDest, &S); in EmitCaseStmt()
1615 EmitBlockWithFallThrough(CaseDest, CurCase); in EmitCaseStmt()
1653 EmitBlockWithFallThrough(DefaultBlock, &S); in EmitDefaultStmt()
H A DCodeGenFunction.cpp1270 void CodeGenFunction::EmitBlockWithFallThrough(llvm::BasicBlock *BB, in EmitBlockWithFallThrough() function in CodeGenFunction
H A DCodeGenFunction.h2282 void EmitBlockWithFallThrough(llvm::BasicBlock *BB, const Stmt *S);