Searched defs:Branch (Results 1 - 8 of 8) sorted by relevance

/external/clang/include/clang/Analysis/Analyses/
H A DUninitializedValues.h31 struct Branch { struct in class:clang::UninitUse
45 llvm::SmallVector<Branch, 2> UninitBranches;
51 void addUninitBranch(Branch B) {
74 typedef llvm::SmallVectorImpl<Branch>::const_iterator branch_iterator;
/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h105 Branch, enumerator in enum:llvm::MCID::__anon8474
236 return Flags & (1 << MCID::Branch);
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrVisitor.java1007 block.m_branch = (Branch) branches.get (next_branch_location);
1456 public Branch m_branch; // falling through is implied by this being null
1481 * A Branch does not add any maxlocals/maxstack requirements.
1483 static abstract class Branch class in class:InstrVisitor
1485 protected Branch (final int opcode, final int [] targets) method in class:InstrVisitor.Branch
1560 static final class TERMINATE extends Branch // _[x]return, _athrow
1577 static final class RET extends Branch // [wide] ret
1610 static final class JUMP2 extends Branch // _goto, _jsr
1634 static final class JUMP4 extends Branch // _goto_w, _jsr_w
1656 static final class IFJUMP2 extends Branch // _ifxx
[all...]
/external/javassist/src/main/javassist/bytecode/
H A DCodeIterator.java303 * Branch offsets and the exception table are also updated.
325 * Branch offsets and the exception table are also updated.
350 * Branch offsets and the exception table are also updated.
376 * Branch offsets and the exception table are also updated.
398 * Branch offsets and the exception table are also updated.
423 * Branch offsets and the exception table are also updated.
470 * Branch offsets and the exception table are also updated.
487 * Branch offsets and the exception table are also updated.
509 * Branch offsets and the exception table are also updated.
526 * Branch offset
1267 static abstract class Branch { class in class:CodeIterator
1269 Branch(int p) { pos = orgPos = p; } method in class:CodeIterator.Branch
[all...]
/external/clang/lib/Analysis/
H A DUninitializedValues.cpp555 UninitUse::Branch Branch; local
556 Branch.Terminator = Label;
557 Branch.Output = 0; // Ignored.
558 Use.addUninitBranch(Branch);
560 UninitUse::Branch Branch; local
561 Branch.Terminator = Term;
562 Branch.Output = I - Block->succ_begin();
563 Use.addUninitBranch(Branch);
[all...]
/external/skia/src/animator/
H A DSkScript2.h187 struct Branch { struct in class:SkScriptEngine2
188 Branch() { function in struct:SkScriptEngine2::Branch
191 Branch(Op op, int depth, unsigned offset) : fOffset(offset), fOpStackDepth(depth), fOperator(op), function in struct:SkScriptEngine2::Branch
249 void resolveBranch(Branch& );
254 SkTDStack<Branch> fBranchStack; // logical operators, slot to store forward branch
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 697 milliseconds