HomeSort by relevance Sort by last modified time
    Searched refs:getJumpDestInCurrentScope (Results 1 - 9 of 9) sorted by null

  /external/clang/lib/CodeGen/
CGStmt.cpp 475 Dest = getJumpDestInCurrentScope(D->getName());
663 JumpDest LoopHeader = getJumpDestInCurrentScope("while.cond");
671 JumpDest LoopExit = getJumpDestInCurrentScope("while.end");
747 JumpDest LoopExit = getJumpDestInCurrentScope("do.end");
748 JumpDest LoopCond = getJumpDestInCurrentScope("do.cond");
807 JumpDest LoopExit = getJumpDestInCurrentScope("for.end");
820 JumpDest Continue = getJumpDestInCurrentScope("for.cond");
831 Continue = getJumpDestInCurrentScope("for.inc");
905 JumpDest LoopExit = getJumpDestInCurrentScope("for.end");
    [all...]
CGObjCRuntime.cpp 181 Cont = CGF.getJumpDestInCurrentScope("eh.cont");
CGStmtOpenMP.cpp     [all...]
CGException.cpp     [all...]
CodeGenFunction.h 700 JumpDest getJumpDestInCurrentScope(llvm::BasicBlock *Target) {
709 JumpDest getJumpDestInCurrentScope(StringRef Name = StringRef()) {
710 return getJumpDestInCurrentScope(createBasicBlock(Name));
    [all...]
CGObjC.cpp     [all...]
CodeGenFunction.cpp 773 ReturnBlock = getJumpDestInCurrentScope("return");
    [all...]
CGObjCMac.cpp     [all...]
CGOpenMPRuntime.cpp 166 CGF.getJumpDestInCurrentScope(".untied.next.");
    [all...]

Completed in 291 milliseconds