Searched refs:Goto (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/t/uni/
H A Dgoto.t35 like $@, qr/Goto undefined subroutine &main::\345\225\217\351\241\214\343\201\256\345\216\237\345\233\240/, "But does NOT find the softref sub when it's lacking the UTF-8 flag";
41 like $@, qr/Goto undefined subroutine &main::���/, "goto undefined sub gets the right error message";
/openbsd-current/gnu/usr.bin/perl/t/porting/
H A Ddiag.t651 Goto undefined subroutine
652 Goto undefined subroutine &%s
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp1212 BranchInst *Goto = cast<BranchInst>(IncomingBlock->getTerminator()); local
1213 Goto->removeFromParent();
1216 Goto->insertInto(NewBlock, NewBlock->end());
1217 Goto->setSuccessor(0, PHIBlock);
/openbsd-current/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1345 /// Base class for basic block terminators: Branch, Goto, and Return.
1369 class Goto : public Terminator { class in namespace:clang::threadSafety
1371 Goto(BasicBlock *B, unsigned I) function in class:clang::threadSafety::Goto
1373 Goto(const Goto &G, BasicBlock *B, unsigned I) function in class:clang::threadSafety::Goto
1394 typename C::CType compare(const Goto *E, C &Cmp) const {
1405 /// Note that unlike Goto, Branch does not have an index. The target blocks
1486 case COP_Goto: return cast<Goto>(this)->successors();
1497 /// instructions. It ends with a Terminator, which is a Branch or Goto to
H A DThreadSafetyTraverse.h146 // SExprs of variable arity, such as Phi, Goto, and SCFG.
259 R_SExpr reduceGoto(Goto &Orig, BasicBlock *B) {
878 void printGoto(const Goto *E, StreamType &SS) {
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dgoto.t217 like $@, qr/^Goto undefined subroutine &_99850::reftype at /,
880 # Goto the *first* parameter of a binary expression, which is harmless.
/openbsd-current/gnu/llvm/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp948 auto *Tm = new (Arena) til::Goto(BB, Idx);
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp6585 if (const GotoStmt *Goto = dyn_cast_or_null<GotoStmt>(S))
6586 if (LabelDecl *label = Goto->getLabel())

Completed in 278 milliseconds