Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp902 EmitBlockWithFallThrough(LoopBody, &S); in EmitDoStmt()
1319 EmitBlockWithFallThrough(CaseDest, &S); in EmitCaseStmtRange()
1441 EmitBlockWithFallThrough(CaseDest, &S); in EmitCaseStmt()
1472 EmitBlockWithFallThrough(CaseDest, CurCase); in EmitCaseStmt()
1504 EmitBlockWithFallThrough(DefaultBlock, &S); in EmitDefaultStmt()
H A DCodeGenFunction.cpp1205 void CodeGenFunction::EmitBlockWithFallThrough(llvm::BasicBlock *BB, in EmitBlockWithFallThrough() function in CodeGenFunction
H A DCodeGenFunction.h2160 void EmitBlockWithFallThrough(llvm::BasicBlock *BB, const Stmt *S);