Searched defs:Subscript (Results 1 - 6 of 6) sorted by relevance

/external/protobuf/python/google/protobuf/pyext/
H A Drepeated_scalar_container.cc293 static PyObject* Subscript(RepeatedScalarContainer* self, PyObject* slice) { function in namespace:google::protobuf::python::repeated_scalar_container
493 ScopedPyObjectPtr new_list(Subscript(self, full_slice));
533 ScopedPyObjectPtr new_list(Subscript(self, full_slice));
582 other_list_deleter.reset(Subscript(
587 ScopedPyObjectPtr list(Subscript(self, full_slice));
622 ScopedPyObjectPtr list(Subscript(self, full_slice));
695 ScopedPyObjectPtr values(Subscript(from, full_slice));
759 (binaryfunc)Subscript, /* mp_subscript */
H A Drepeated_composite_container.cc353 PyObject* Subscript(RepeatedCompositeContainer* self, PyObject* slice) { function in namespace:google::protobuf::python::repeated_composite_container
468 ScopedPyObjectPtr list(Subscript(self, full_slice));
473 Subscript(
701 (binaryfunc)Subscript, /* mp_subscript */
/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h339 /// Subscript - This private struct represents a pair of subscripts from
342 struct Subscript { struct in class:llvm::DependenceAnalysis
527 void unifySubscriptType(Subscript *Pair);
533 void removeMatchingExtensions(Subscript *Pair);
576 Subscript::ClassificationKind classifyPair(const SCEV *Src,
772 CoefficientInfo *collectCoeffInfo(const SCEV *Subscript,
916 SmallVectorImpl<Subscript> &Pair,
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp782 void DependenceAnalysis::unifySubscriptType(Subscript *Pair) {
806 void DependenceAnalysis::removeMatchingExtensions(Subscript *Pair) {
861 DependenceAnalysis::Subscript::ClassificationKind
868 return Subscript::NonLinear;
870 return Subscript::NonLinear;
875 return Subscript::ZIV;
877 return Subscript::SIV;
881 return Subscript::RDIV;
882 return Subscript::MIV;
2841 DependenceAnalysis::collectCoeffInfo(const SCEV *Subscript, argument
[all...]
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1828 llvm::Metadata *Subscript = DBuilder.getOrCreateSubrange(0, Count); local
1829 llvm::DIArray SubscriptArray = DBuilder.getOrCreateArray(Subscript);
/external/clang/lib/Sema/
H A DSemaExpr.cpp12612 // Subscript the array with this iteration variable.
12613 ExprResult Subscript = S.CreateBuiltinArraySubscriptExpr( local
12615 if (Subscript.isInvalid()) {
12621 Ref = Subscript.get();

Completed in 1647 milliseconds