Searched refs:addBranch (Results 1 - 20 of 20) sorted by relevance

/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
H A DInstruction.java57 public void addBranch() { method in class:Instruction
65 * @see #addBranch()
71 predecessor.addBranch();
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
H A DInstructionTest.java46 instruction.addBranch();
48 instruction.addBranch();
50 instruction.addBranch();
/external/swiftshader/src/OpenGL/compiler/
H A Dlocalintermediate.h51 TIntermBranch* addBranch(TOperator, const TSourceLoc&);
52 TIntermBranch* addBranch(TOperator, TIntermTyped*, const TSourceLoc&);
H A DParseHelper.h234 TIntermBranch *addBranch(TOperator op, const TSourceLoc &loc);
235 TIntermBranch *addBranch(TOperator op, TIntermTyped *returnValue, const TSourceLoc &loc);
H A Dglslang.y1568 $$ = context->addBranch(EOpContinue, @1);
1571 $$ = context->addBranch(EOpBreak, @1);
1574 $$ = context->addBranch(EOpReturn, @1);
1577 $$ = context->addBranch(EOpReturn, $2, @1);
1581 $$ = context->addBranch(EOpKill, @1);
H A DIntermediate.cpp750 TIntermBranch* TIntermediate::addBranch(TOperator branchOp, const TSourceLoc &line) function in class:TIntermediate
752 return addBranch(branchOp, 0, line);
755 TIntermBranch* TIntermediate::addBranch(TOperator branchOp, TIntermTyped* expression, const TSourceLoc &line) function in class:TIntermediate
H A DParseHelper.cpp3546 TIntermBranch *TParseContext::addBranch(TOperator op, const TSourceLoc &loc) function in class:TParseContext
3575 return intermediate.addBranch(op, loc);
3578 TIntermBranch *TParseContext::addBranch(TOperator op, TIntermTyped *returnValue, const TSourceLoc &loc) function in class:TParseContext
3592 return intermediate.addBranch(op, returnValue, loc);
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
H A DMethodAnalyzer.java358 lastInsn.addBranch();
/external/jarjar/lib/
H A Dasm-commons-4.0.jarMETA-INF/MANIFEST.MF org/objectweb/asm/commons/AdviceAdapter.class " package org.objectweb.asm ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-commons-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/commons/AdviceAdapter.class " package org.objectweb.asm ...
/external/r8/deps/
H A Dasm-commons-5.1.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/commons/ org/objectweb/asm/ ...
/external/swiftshader/third_party/subzero/src/
H A DWasmTranslator.cpp1009 CurrentSwitch->addBranch(SwitchIndex++, Value, Target);
1168 Switch->addBranch(Index, Index, CallNode);
1170 Switch->addBranch(Index, Index, Abort);
H A DIceConverter.cpp548 Switch->addBranch(CurrentCase, CaseValue, CaseSuccessor);
H A DIceInst.cpp520 void InstSwitch::addBranch(SizeT CaseIndex, uint64_t Value, CfgNode *Label) { function in class:Ice::InstSwitch
H A DIceInst.h790 void addBranch(SizeT CaseIndex, uint64_t Value, CfgNode *Label);
H A DPNaClTranslator.cpp2525 Switch->addBranch(CaseIndex, Value.getSExtValue(), Label);
/external/jacoco/
H A Dasm-debug-all-5.0.1.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/AnnotationVisitor.class AnnotationVisitor ...
/external/swiftshader/src/Reactor/
H A DSubzeroReactor.cpp1267 switchCases->addBranch(label, label, branch);
/external/guice/extensions/struts2/lib/
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...
/external/mockito/lib/
H A Dbyte-buddy-1.6.9.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/net. ...

Completed in 1270 milliseconds