/external/clang/lib/AST/ |
CXXInheritance.cpp | 69 /// contents of Other. 70 void CXXBasePaths::swap(CXXBasePaths &Other) { 71 std::swap(Origin, Other.Origin); 72 Paths.swap(Other.Paths); 73 ClassSubobjects.swap(Other.ClassSubobjects); 74 std::swap(FindAmbiguities, Other.FindAmbiguities); 75 std::swap(RecordPaths, Other.RecordPaths); 76 std::swap(DetectVirtual, Other.DetectVirtual); 77 std::swap(DetectedVirtual, Other.DetectedVirtual); 344 // base is a subobject of any other path; if so, then th [all...] |
/external/clang/lib/Format/ |
Format.cpp | 456 bool operator<(const ParenState &Other) const { 457 if (Indent != Other.Indent) 458 return Indent < Other.Indent; 459 if (LastSpace != Other.LastSpace) 460 return LastSpace < Other.LastSpace; 461 if (FirstLessLess != Other.FirstLessLess) 462 return FirstLessLess < Other.FirstLessLess; 463 if (BreakBeforeClosingBrace != Other.BreakBeforeClosingBrace) 465 if (QuestionColumn != Other.QuestionColumn) 466 return QuestionColumn < Other.QuestionColumn [all...] |
/external/llvm/lib/Transforms/ObjCARC/ |
ObjCARCOpts.cpp | 250 // Regular calls and other stuff are not considered escapes. 329 // TODO: Recognize that a bunch of other objc runtime calls have 334 // usually can't sink them past other calls, which would be the main 471 bool Merge(const RRInfo &Other); 485 bool RRInfo::Merge(const RRInfo &Other) { 487 if (ReleaseMetadata != Other.ReleaseMetadata) 491 KnownSafe &= Other.KnownSafe; 492 IsTailCallRelease &= Other.IsTailCallRelease; 493 CFGHazardAfflicted |= Other.CFGHazardAfflicted; 496 Calls.insert(Other.Calls.begin(), Other.Calls.end()) [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
ResourceView.js | 13 * documentation and/or other materials provided with the distribution. 59 if (resource.type === WebInspector.resourceTypes.Other)
|
RequestPreviewView.js | 12 * in the documentation and/or other materials provided with the 114 if (this.request.type === WebInspector.resourceTypes.Other)
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
RuntimeDyldImpl.h | 115 inline bool operator==(const RelocationValueRef &Other) const { 116 return std::memcmp(this, &Other, sizeof(RelocationValueRef)) == 0; 118 inline bool operator <(const RelocationValueRef &Other) const { 119 return std::memcmp(this, &Other, sizeof(RelocationValueRef)) < 0;
|
/external/llvm/lib/Target/ARM/ |
ARMSelectionDAGInfo.cpp | 74 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &TFOps[0], i); 85 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &TFOps[0], i); 115 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &TFOps[0], i); 136 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &TFOps[0], i);
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXISelLowering.cpp | 133 setOperationAction(ISD::SELECT_CC, MVT::Other, Expand); 174 setOperationAction(ISD::BR_JT, MVT::Other, Expand); 175 setOperationAction(ISD::BRIND, MVT::Other, Expand); 182 setOperationAction(ISD::INTRINSIC_W_CHAIN, MVT::Other, Custom); 205 setOperationAction(ISD::TRAP, MVT::Other, Legal); 546 SDVTList DeclareParamVTs = DAG.getVTList(MVT::Other, MVT::Glue); 569 SDVTList CopyParamVTs = DAG.getVTList(MVT::Other, MVT::Glue); 592 SDVTList DeclareParamVTs = DAG.getVTList(MVT::Other, MVT::Glue); 614 SDVTList CopyParamVTs = DAG.getVTList(MVT::Other, MVT::Glue); 631 SDVTList CopyParamVTs = DAG.getVTList(MVT::Other, MVT::Glue) [all...] |
/external/clang/include/clang/ASTMatchers/ |
ASTMatchersInternal.h | 96 bool operator<(const BoundNodesMap &Other) const { 97 return NodeMap < Other.NodeMap; 153 bool operator<(const BoundNodesTreeBuilder &Other) const { 154 return Bindings < Other.Bindings; 239 /// to the AST hierarchy. In other words, Matcher<T> is contravariant 250 /// \brief Implicitly converts \c Other to a Matcher<T>. 254 Matcher(const Matcher<From> &Other, 258 : Implementation(new ImplicitCastMatcher<From>(Other)) {} 264 Matcher(const Matcher<TypeT> &Other, 268 : Implementation(new TypeToQualType<TypeT>(Other)) {} [all...] |
/external/llvm/include/llvm/ADT/ |
StringMap.h | 106 void swap(StringMapImpl &Other) { 107 std::swap(TheTable, Other.TheTable); 108 std::swap(NumBuckets, Other.NumBuckets); 109 std::swap(NumItems, Other.NumItems); 110 std::swap(NumTombstones, Other.NumTombstones);
|
DenseSet.h | 30 DenseSet(const DenseSet &Other) : TheMap(Other.TheMap) {}
|
/external/llvm/include/llvm/Support/ |
FileSystem.h | 135 bool operator==(const UniqueID &Other) const { 136 return Device == Other.Device && File == Other.File; 138 bool operator!=(const UniqueID &Other) const { return !(*this == Other); } 139 bool operator<(const UniqueID &Other) const { 140 return Device < Other.Device || 141 (Device == Other.Device && File < Other.File); 890 // Other members as required b [all...] |
/device/generic/goldfish/opengl/system/egl/ |
Android.mk | 26 # Other builds are device-specific and will provide their own
|
/external/clang/include/clang/AST/ |
CXXInheritance.h | 104 /// other hand, consider the following class hierarchy: 229 void swap(CXXBasePaths &Other); 298 // Add all of the overriding methods from "other" into overrides for 301 void add(const OverridingMethods &Other);
|
/external/eigen/Eigen/src/Core/ |
SolveTriangular.h | 165 /** "in-place" version of TriangularView::solve() where the result is written in \a other 176 OtherDerived& other = _other.const_cast_derived(); local 177 eigen_assert( cols() == rows() && ((Side==OnTheLeft && cols() == other.rows()) || (Side==OnTheRight && cols() == other.cols())) ); 183 OtherCopy otherCopy(other); 189 other = otherCopy; 192 /** \returns the product of the inverse of \c *this with \a other, \a *this being triangular. 194 * This function computes the inverse-matrix matrix product inverse(\c *this) * \a other if 195 * \a Side==OnTheLeft (the default), or the right-inverse-multiply \a other * inverse(\c *this) if 206 * to the same matrix or vector \a other [all...] |
TriangularMatrix.h | 59 template<typename Other> 60 EIGEN_STRONG_INLINE void copyCoeff(Index row, Index col, Other& other) 62 derived().coeffRef(row, col) = other.coeff(row, col); 82 void evalTo(MatrixBase<DenseDerived> &other) const; 84 void evalToLazy(MatrixBase<DenseDerived> &other) const; 201 template<typename Other> TriangularView& operator+=(const DenseBase<Other>& other) { return *this = m_matrix + other.derived(); [all...] |
/external/llvm/lib/Target/X86/ |
X86SelectionDAGInfo.cpp | 142 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); 156 Tys = DAG.getVTList(MVT::Other, MVT::Glue); 244 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); 268 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
|
/external/llvm/lib/Target/XCore/ |
XCoreISelDAGToDAG.cpp | 128 MVT::Other, CPIdx, 177 // Other cases are autogenerated. 205 return CurDAG->getNode(ISD::TokenFactor, SDLoc(Chain), MVT::Other, 246 return CurDAG->SelectNodeTo(N, XCore::BRFU_lu6, MVT::Other, 249 return CurDAG->SelectNodeTo(N, XCore::BAU_1r, MVT::Other, nextAddr, Glue);
|
XCoreISelLowering.cpp | 97 setOperationAction(ISD::SELECT_CC, MVT::Other, Expand); 117 setOperationAction(ISD::TRAP, MVT::Other, Legal); 120 setOperationAction(ISD::BR_JT, MVT::Other, Custom); 141 setOperationAction(ISD::VAEND, MVT::Other, Expand); 142 setOperationAction(ISD::VACOPY, MVT::Other, Expand); 143 setOperationAction(ISD::VAARG, MVT::Other, Custom); 144 setOperationAction(ISD::VASTART, MVT::Other, Custom); 147 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); 148 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); 152 setOperationAction(ISD::INIT_TRAMPOLINE, MVT::Other, Custom) [all...] |
/external/llvm/utils/TableGen/ |
CodeGenDAGPatterns.cpp | 208 // from this list that aren't in the other one. 342 /// EnforceSmallerThan - 'this' must be a smaller VT than Other. Update 343 /// this an other based on this information. 344 bool EEVT::TypeSet::EnforceSmallerThan(EEVT::TypeSet &Other, TreePattern &TP) { 354 if (Other.isCompletelyUnknown()) 355 MadeChange = Other.FillWithPossibleTypes(TP); 357 // If one side is known to be integer or known to be FP but the other side has 360 MadeChange |= Other.EnforceInteger(TP); 362 MadeChange |= Other.EnforceFloatingPoint(TP); 363 if (!Other.hasFloatingPointTypes() [all...] |
/external/clang/include/clang/Sema/ |
ScopeInfo.h | 198 bool operator==(const WeakObjectProfileTy &Other) const { 199 return Base == Other.Base && Property == Other.Property; 243 bool operator==(const WeakUseTy &Other) const { 244 return Rep == Other.Rep; 345 // variables of reference type are captured by reference, and other
|
/external/llvm/lib/Target/SystemZ/ |
SystemZElimCompare.cpp | 42 Reference &operator|=(const Reference &Other) { 43 Def |= Other.Def; 44 IndirectDef |= Other.IndirectDef; 45 Use |= Other.Use; 46 IndirectUse |= Other.IndirectUse;
|
/external/eigen/Eigen/src/Geometry/ |
Quaternion.h | 22 template<typename Other, 23 int OtherRows=Other::RowsAtCompileTime, 24 int OtherCols=Other::ColsAtCompileTime> 89 EIGEN_STRONG_INLINE QuaternionBase<Derived>& operator=(const QuaternionBase<Derived>& other); 90 template<class OtherDerived> EIGEN_STRONG_INLINE Derived& operator=(const QuaternionBase<OtherDerived>& other); 96 // Derived& operator=(const QuaternionBase& other) 97 // { return operator=<Derived>(other); } 128 /** \returns the dot product of \c *this and \a other 133 template<class OtherDerived> inline Scalar dot(const QuaternionBase<OtherDerived>& other) const { return coeffs().dot(other.coeffs()); [all...] |
/external/llvm/lib/CodeGen/ |
LiveInterval.cpp | 98 bool LiveInterval::overlapsFrom(const LiveInterval& other, 104 const_iterator je = other.end(); 106 assert((StartPos->start <= i->start || StartPos == other.begin()) && 107 StartPos != other.end() && "Bogus start position hint!"); 114 if (StartPos != other.end() && StartPos->start <= i->start) { 115 assert(StartPos < other.end() && i < end()); 117 if (j != other.ranges.begin()) --j; 139 bool LiveInterval::overlaps(const LiveInterval &Other, 143 if (Other.empty()) 147 const_iterator I = find(Other.beginIndex()) [all...] |
/external/clang/lib/ASTMatchers/ |
ASTMatchFinder.cpp | 60 bool operator<(const MatchKey &Other) const { 61 if (MatcherID != Other.MatcherID) 62 return MatcherID < Other.MatcherID; 63 if (Node != Other.Node) 64 return Node < Other.Node; 65 return BoundNodes < Other.BoundNodes; 128 // FIXME: Add other base types after adding tests. 354 // E are aliases, even though neither is a typedef of the other.
|