HomeSort by: relevance | last modified time | path
    Searched refs:EmitBlockWithFallThrough (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 902 EmitBlockWithFallThrough(LoopBody, &S);
1319 EmitBlockWithFallThrough(CaseDest, &S);
1441 EmitBlockWithFallThrough(CaseDest, &S);
1472 EmitBlockWithFallThrough(CaseDest, CurCase);
1504 EmitBlockWithFallThrough(DefaultBlock, &S);
CodeGenFunction.cpp 1205 void CodeGenFunction::EmitBlockWithFallThrough(llvm::BasicBlock *BB,
CodeGenFunction.h 2160 void EmitBlockWithFallThrough(llvm::BasicBlock *BB, const Stmt *S);

Completed in 78 milliseconds