Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmt.cpp761 EmitBlockWithFallThrough(LoopBody, &S); in EmitDoStmt()
1112 EmitBlockWithFallThrough(CaseDest, &S); in EmitCaseStmtRange()
1225 EmitBlockWithFallThrough(CaseDest, &S); in EmitCaseStmt()
1252 EmitBlockWithFallThrough(CaseDest, &S); in EmitCaseStmt()
1268 EmitBlockWithFallThrough(DefaultBlock, &S); in EmitDefaultStmt()
DCodeGenFunction.cpp919 void CodeGenFunction::EmitBlockWithFallThrough(llvm::BasicBlock *BB, in EmitBlockWithFallThrough() function in CodeGenFunction
DCodeGenFunction.h1395 void EmitBlockWithFallThrough(llvm::BasicBlock *BB, const Stmt *S);
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp875 EmitBlockWithFallThrough(LoopBody, &S); in EmitDoStmt()
1291 EmitBlockWithFallThrough(CaseDest, &S); in EmitCaseStmtRange()
1413 EmitBlockWithFallThrough(CaseDest, &S); in EmitCaseStmt()
1444 EmitBlockWithFallThrough(CaseDest, &S); in EmitCaseStmt()
1476 EmitBlockWithFallThrough(DefaultBlock, &S); in EmitDefaultStmt()
DCodeGenFunction.cpp1197 void CodeGenFunction::EmitBlockWithFallThrough(llvm::BasicBlock *BB, in EmitBlockWithFallThrough() function in CodeGenFunction
DCodeGenFunction.h2116 void EmitBlockWithFallThrough(llvm::BasicBlock *BB, const Stmt *S);