Searched refs:tsi (Results 1 - 7 of 7) sorted by relevance

/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
H A DAnalyzer.java220 TableSwitchInsnNode tsi = (TableSwitchInsnNode) insnNode;
221 int jump = insns.indexOf(tsi.dflt);
224 for (int j = 0; j < tsi.labels.size(); ++j) {
225 LabelNode label = (LabelNode) tsi.labels.get(j);
/external/chromium_org/tools/clang/rewrite_scoped_refptr/
H A DRewriteScopedRefptr.cpp187 const clang::TypeSourceInfo* tsi = var_decl->getTypeSourceInfo(); local
202 result, tsi->getTypeLoc().getBeginLoc(), tsi->getTypeLoc().getEndLoc()));
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp705 section_iterator tsi(Obj.end_sections());
706 check(TargetSymbol->getSection(tsi));
708 tsi->isText(IsCode);
709 Rel.SectionID = findOrEmitSection(Obj, (*tsi), IsCode, LocalSections);
/external/clang/lib/AST/
H A DExpr.cpp1271 TypeSourceInfo *tsi,
1279 return new (Mem) OffsetOfExpr(C, type, OperatorLoc, tsi, comps, exprs,
1292 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
1297 /*ValueDependent=*/tsi->getType()->isDependentType(),
1298 tsi->getType()->isInstantiationDependentType(),
1299 tsi->getType()->containsUnexpandedParameterPack()),
1300 OperatorLoc(OperatorLoc), RParenLoc(RParenLoc), TSInfo(tsi),
1269 Create(const ASTContext &C, QualType type, SourceLocation OperatorLoc, TypeSourceInfo *tsi, ArrayRef<OffsetOfNode> comps, ArrayRef<Expr*> exprs, SourceLocation RParenLoc) argument
1291 OffsetOfExpr(const ASTContext &C, QualType type, SourceLocation OperatorLoc, TypeSourceInfo *tsi, ArrayRef<OffsetOfNode> comps, ArrayRef<Expr*> exprs, SourceLocation RParenLoc) argument
/external/clang/include/clang/AST/
H A DExpr.h1878 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
1889 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
1907 void setTypeSourceInfo(TypeSourceInfo *tsi) { argument
1908 TSInfo = tsi;
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 1058 milliseconds