/external/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 222 bool ConstantRange::contains(const ConstantRange &Other) const { 223 if (isFullSet() || Other.isEmptySet()) return true; 224 if (isEmptySet() || Other.isFullSet()) return false; 227 if (Other.isWrappedSet()) 230 return Lower.ule(Other.getLower()) && Other.getUpper().ule(Upper); 233 if (!Other.isWrappedSet()) 234 return Other.getUpper().ule(Upper) || 235 Lower.ule(Other.getLower()); 237 return Other [all...] |
/external/valgrind/main/drd/tests/ |
H A D | hg04_race.stderr.exp | 8 Other segment start (thread 2) 10 Other segment end (thread 2) 18 Other segment start (thread 2) 20 Other segment end (thread 2)
|
H A D | hg05_race2.stderr.exp | 8 Other segment start (thread 2) 10 Other segment end (thread 2) 18 Other segment start (thread 2) 20 Other segment end (thread 2)
|
H A D | tc21_pthonce.stderr.exp | 8 Other segment start (thread 2) 10 Other segment end (thread 2) 18 Other segment start (thread 2) 20 Other segment end (thread 2)
|
/external/llvm/include/llvm/MC/ |
H A D | MCELF.h | 31 static void setOther(MCSymbolData &SD, unsigned Other);
|
/external/clang/include/clang/ASTMatchers/Dynamic/ |
H A D | Registry.h | 48 bool operator==(const MatcherCompletion &Other) const { 49 return TypedText == Other.TypedText && MatcherDecl == Other.MatcherDecl;
|
/external/clang/include/clang/AST/ |
H A D | ASTTypeTraits.h | 56 /// \brief Returns \c true if \c this and \c Other represent the same kind. 57 bool isSame(ASTNodeKind Other) const; 59 /// \brief Returns \c true if \c this is a base kind of (or same as) \c Other. 61 /// and \c Other in the class hierarchy. 62 bool isBaseOf(ASTNodeKind Other, unsigned *Distance = nullptr) const; 68 bool operator<(const ASTNodeKind &Other) const { 69 return KindId < Other.KindId; 210 bool operator<(const DynTypedNode &Other) const { 211 assert(getMemoizationData() && Other.getMemoizationData()); 212 return getMemoizationData() < Other [all...] |
/external/clang/lib/AST/ |
H A D | NestedNameSpecifier.cpp | 441 NestedNameSpecifierLocBuilder(const NestedNameSpecifierLocBuilder &Other) argument 442 : Representation(Other.Representation), Buffer(nullptr), 445 if (!Other.Buffer) 448 if (Other.BufferCapacity == 0) { 450 Buffer = Other.Buffer; 451 BufferSize = Other.BufferSize; 456 BufferSize = Other.BufferSize; 457 BufferCapacity = Other.BufferSize; 459 memcpy(Buffer, Other.Buffer, BufferSize); 464 operator=(const NestedNameSpecifierLocBuilder &Other) { argument 599 Adopt(NestedNameSpecifierLoc Other) argument [all...] |
H A D | ASTTypeTraits.cpp | 42 bool ASTNodeKind::isBaseOf(ASTNodeKind Other, unsigned *Distance) const { argument 43 return isBaseOf(KindId, Other.KindId, Distance); 46 bool ASTNodeKind::isSame(ASTNodeKind Other) const { 47 return KindId != NKI_None && KindId == Other.KindId;
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldImpl.h | 146 inline bool operator==(const RelocationValueRef &Other) const { 147 return SectionID == Other.SectionID && Offset == Other.Offset && 148 Addend == Other.Addend && SymbolName == Other.SymbolName; 150 inline bool operator<(const RelocationValueRef &Other) const { 151 if (SectionID != Other.SectionID) 152 return SectionID < Other.SectionID; 153 if (Offset != Other.Offset) 154 return Offset < Other [all...] |
/external/clang/include/clang/Analysis/Analyses/ |
H A D | Consumed.h | 146 ConsumedStateMap(const ConsumedStateMap &Other) argument 147 : Reachable(Other.Reachable), From(Other.From), VarMap(Other.VarMap), 165 void intersect(const ConsumedStateMap *Other); 194 /// \param Other -- The second map to compare against. 195 bool operator!=(const ConsumedStateMap *Other) const;
|
/external/clang/include/clang/Basic/ |
H A D | ABI.h | 67 bool Equals(const VirtualAdjustment &Other) const { 68 return memcmp(this, &Other, sizeof(Other)) == 0; 135 bool Equals(const VirtualAdjustment &Other) const { 136 return memcmp(this, &Other, sizeof(Other)) == 0;
|
/external/llvm/include/llvm/Object/ |
H A D | SymbolicFile.h | 97 bool operator==(const BasicSymbolRef &Other) const; 98 bool operator<(const BasicSymbolRef &Other) const; 164 inline bool BasicSymbolRef::operator==(const BasicSymbolRef &Other) const { 165 return SymbolPimpl == Other.SymbolPimpl; 168 inline bool BasicSymbolRef::operator<(const BasicSymbolRef &Other) const { 169 return SymbolPimpl < Other.SymbolPimpl;
|
H A D | ObjectFile.h | 45 bool operator==(const RelocationRef &Other) const; 89 bool operator==(const SectionRef &Other) const; 90 bool operator!=(const SectionRef &Other) const; 91 bool operator<(const SectionRef &Other) const; 190 bool operator==(const LibraryRef &Other) const; 191 bool operator<(const LibraryRef &Other) const; 398 inline bool SectionRef::operator==(const SectionRef &Other) const { 399 return SectionPimpl == Other.SectionPimpl; 402 inline bool SectionRef::operator!=(const SectionRef &Other) const { 403 return SectionPimpl != Other [all...] |
/external/clang/include/clang/StaticAnalyzer/Checkers/ |
H A D | ObjCRetainCount.h | 158 bool operator==(const RetEffect &Other) const { 159 return K == Other.K && O == Other.O;
|
/external/clang/lib/ASTMatchers/ |
H A D | ASTMatchersInternal.cpp | 31 void BoundNodesTreeBuilder::addMatch(const BoundNodesTreeBuilder &Other) { argument 32 for (unsigned i = 0, e = Other.Bindings.size(); i != e; ++i) { 33 Bindings.push_back(Other.Bindings[i]);
|
/external/llvm/test/MC/ARM/ |
H A D | arm-elf-symver.s | 41 @ CHECK-NEXT: Other: 0 50 @ CHECK-NEXT: Other: 0 59 @ CHECK-NEXT: Other: 0 68 @ CHECK-NEXT: Other: 0 77 @ CHECK-NEXT: Other: 0 86 @ CHECK-NEXT: Other: 0 95 @ CHECK-NEXT: Other: 0 104 @ CHECK-NEXT: Other: 0 113 @ CHECK-NEXT: Other: 0 122 @ CHECK-NEXT: Other [all...] |
H A D | thumb-st_other.s | 19 @ CHECK: Other: 0
|
/external/llvm/lib/MC/ |
H A D | MCELF.cpp | 72 // Other is stored in the last six bits of st_other 74 void MCELF::setOther(MCSymbolData &SD, unsigned Other) { argument 76 SD.setFlags(OtherFlags | (Other << ELF_STO_Shift)); 80 unsigned Other = local 82 return Other;
|
/external/llvm/test/MC/Mips/ |
H A D | micromips-alias.s | 6 # CHECK: Other: 128
|
/external/clang/lib/ASTMatchers/Dynamic/ |
H A D | VariantValue.cpp | 155 VariantValue::VariantValue(const VariantValue &Other) : Type(VT_Nothing) { argument 156 *this = Other; 173 VariantValue &VariantValue::operator=(const VariantValue &Other) { argument 174 if (this == &Other) return *this; 176 switch (Other.Type) { 178 setUnsigned(Other.getUnsigned()); 181 setString(Other.getString()); 184 setMatcher(Other.getMatcher());
|
/external/llvm/include/llvm/Analysis/ |
H A D | MemoryDependenceAnalysis.h | 75 /// Other - This marker indicates that the query has no known dependency 78 Other enumerator in enum:llvm::MemDepResult::DepType 80 /// If DepType is "Other", the upper part of the pair 114 PairTy(reinterpret_cast<Instruction*>(NonLocal), Other)); 118 PairTy(reinterpret_cast<Instruction*>(NonFuncLocal), Other)); 122 PairTy(reinterpret_cast<Instruction*>(Unknown), Other)); 137 return Value.getInt() == Other 144 return Value.getInt() == Other 151 return Value.getInt() == Other 158 if (Value.getInt() == Other) retur [all...] |
/external/llvm/lib/DebugInfo/ |
H A D | DWARFDebugAranges.h | 71 bool operator<(const RangeEndpoint &Other) const { 72 return Address < Other.Address;
|
/external/eigen/Eigen/src/Core/ |
H A D | PermutationMatrix.h | 234 template<typename Other> 235 inline PlainPermutationType operator*(const PermutationBase<Other>& other) const 242 template<typename Other> 243 inline PlainPermutationType operator*(const Transpose<PermutationBase<Other> >& other) const 250 template<typename Other> friend 251 inline PlainPermutationType operator*(const Transpose<PermutationBase<Other> >& other, const PermutationBase& perm) 319 template<typename Other> 320 explicit inline PermutationMatrix(const MatrixBase<Other>& a_indices) : m_indices(a_indices) 324 template<typename Other> 325 explicit PermutationMatrix(const TranspositionsBase<Other> [all...] |
/external/llvm/utils/TableGen/ |
H A D | DAGISelMatcher.cpp | 34 /// unlinkNode - Unlink the specified node from this chain. If Other == this, 35 /// we unlink the next pointer and return it. Otherwise we unlink Other from 37 Matcher *Matcher::unlinkNode(Matcher *Other) { argument 38 if (this == Other) 41 // Scan until we find the predecessor of Other. 43 for (; Cur && Cur->getNext() != Other; Cur = Cur->getNext()) 48 Cur->setNext(Other->takeNext()); 52 /// canMoveBefore - Return true if this matcher is the same as Other, or if 53 /// we can move this matcher past all of the nodes in-between Other and this 54 /// node. Other mus [all...] |