/external/clang/test/Modules/Inputs/ |
category_other.h | 3 @interface Foo(Other) 4 -(void)other;
|
/external/clang/include/clang/AST/ |
CharUnits.h | 68 CharUnits& operator+= (const CharUnits &Other) { 69 Quantity += Other.Quantity; 79 CharUnits& operator-= (const CharUnits &Other) { 80 Quantity -= Other.Quantity; 92 bool operator== (const CharUnits &Other) const { 93 return Quantity == Other.Quantity; 95 bool operator!= (const CharUnits &Other) const { 96 return Quantity != Other.Quantity; 100 bool operator< (const CharUnits &Other) const { 101 return Quantity < Other.Quantity; [all...] |
/external/llvm/include/llvm/Support/ |
ErrorOr.h | 212 ErrorOr(const ErrorOr &Other) : IsValid(false) { 213 copyConstruct(Other); 217 ErrorOr(const ErrorOr<OtherT> &Other) : IsValid(false) { 218 copyConstruct(Other); 221 ErrorOr &operator =(const ErrorOr &Other) { 222 copyAssign(Other); 227 ErrorOr &operator =(const ErrorOr<OtherT> &Other) { 228 copyAssign(Other); 233 ErrorOr(ErrorOr &&Other) : IsValid(false) { 234 moveConstruct(std::move(Other)); [all...] |
ConstantRange.h | 22 // The other integral ranges use min/max values for special range values. For 69 /// contained within Other. 75 const ConstantRange &Other); 112 /// contains - Return true if the other range is a subset of this one. 214 /// from an addition of a value in this range and a value in \p Other. 215 ConstantRange add(const ConstantRange &Other) const; 218 /// from a subtraction of a value in this range and a value in \p Other. 219 ConstantRange sub(const ConstantRange &Other) const; 222 /// from a multiplication of a value in this range and a value in \p Other. 224 ConstantRange multiply(const ConstantRange &Other) const [all...] |
/external/clang/tools/diagtool/ |
DiagnosticNames.h | 25 bool operator<(const DiagnosticRecord &Other) const { 26 return getName() < Other.getName(); 83 bool operator==(group_iterator &Other) const { 84 return CurrentID == Other.CurrentID; 87 bool operator!=(group_iterator &Other) const { 88 return CurrentID != Other.CurrentID; 108 bool operator<(const GroupRecord &Other) const { 109 return getName() < Other.getName();
|
/external/llvm/utils/TableGen/ |
AsmWriterInst.h | 71 bool operator!=(const AsmWriterOperand &Other) const { 72 if (OperandType != Other.OperandType || Str != Other.Str) return true; 74 return MIOpNo != Other.MIOpNo || MiModifier != Other.MiModifier; 77 bool operator==(const AsmWriterOperand &Other) const { 78 return !operator!=(Other); 98 unsigned MatchesAllButOneOp(const AsmWriterInst &Other) const;
|
/external/llvm/include/llvm/MC/ |
MCSchedule.h | 11 // for scheduling and other instruction cost heuristics. 42 bool operator==(const MCProcResourceDesc &Other) const { 43 return NumUnits == Other.NumUnits && SuperIdx == Other.SuperIdx 44 && BufferSize == Other.BufferSize; 54 bool operator==(const MCWriteProcResEntry &Other) const { 55 return ProcResourceIdx == Other.ProcResourceIdx && Cycles == Other.Cycles; 68 bool operator==(const MCWriteLatencyEntry &Other) const { 69 return Cycles == Other.Cycles && WriteResourceID == Other.WriteResourceID [all...] |
MachineLocation.h | 42 bool operator==(const MachineLocation &Other) const { 43 return IsRegister == Other.IsRegister && Register == Other.Register && 44 Offset == Other.Offset;
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
APSIntType.h | 91 bool operator==(const APSIntType &Other) const { 92 return BitWidth == Other.BitWidth && IsUnsigned == Other.IsUnsigned; 99 bool operator<(const APSIntType &Other) const { 100 if (BitWidth < Other.BitWidth) 102 if (BitWidth > Other.BitWidth) 104 if (!IsUnsigned && Other.IsUnsigned)
|
/external/llvm/include/llvm/Object/ |
MachOUniversal.h | 48 bool operator==(const ObjectForArch &Other) const { 49 return (Parent == Other.Parent) && (Index == Other.Index); 66 bool operator==(const object_iterator &Other) const { 67 return Obj == Other.Obj; 69 bool operator!=(const object_iterator &Other) const { 70 return !(*this == Other);
|
/external/clang/lib/ASTMatchers/ |
ASTMatchersInternal.cpp | 29 void BoundNodesTreeBuilder::addMatch(const BoundNodesTreeBuilder &Other) { 30 for (unsigned i = 0, e = Other.Bindings.size(); i != e; ++i) { 31 Bindings.push_back(Other.Bindings[i]);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
pyclbr_input.py | 5 class Other(object): 15 foo = Other().foo 16 om = Other.om
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
pyclbr_input.py | 5 class Other(object): 15 foo = Other().foo 16 om = Other.om
|
/external/clang/include/clang/Basic/ |
PartialDiagnostic.h | 195 PartialDiagnostic(const PartialDiagnostic &Other) 196 : DiagID(Other.DiagID), DiagStorage(0), Allocator(Other.Allocator) 198 if (Other.DiagStorage) { 200 *DiagStorage = *Other.DiagStorage; 205 PartialDiagnostic(PartialDiagnostic &&Other) 206 : DiagID(Other.DiagID), DiagStorage(Other.DiagStorage), 207 Allocator(Other.Allocator) { 208 Other.DiagStorage = 0 [all...] |
/external/harfbuzz/src/ |
harfbuzz-indic.cpp | 63 Other 86 Nukta, Other, Matra, Matra, 93 Other, StressMark, StressMark, StressMark, 99 Other, Other, Other, Other, 100 Other, Other, Other, Other [all...] |
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-indic.cpp | 63 Other 86 Nukta, Other, Matra, Matra, 93 Other, StressMark, StressMark, StressMark, 99 Other, Other, Other, Other, 100 Other, Other, Other, Other [all...] |
/art/test/046-reflect/src/otherpackage/ |
Other.java | 19 public class Other {
|
/dalvik/tests/046-reflect/src/otherpackage/ |
Other.java | 19 public class Other {
|
/external/clang/lib/AST/ |
ASTTypeTraits.cpp | 40 bool ASTNodeKind::isBaseOf(ASTNodeKind Other) const { 41 return isBaseOf(KindId, Other.KindId); 44 bool ASTNodeKind::isSame(ASTNodeKind Other) const { 45 return KindId != NKI_None && KindId == Other.KindId;
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/ |
p14.cpp | 41 class Other { 47 void Other::foo(YFloat a, YFloat b) { 52 namespace Other { 57 using namespace Other;
|
/external/clang/lib/ASTMatchers/Dynamic/ |
VariantValue.cpp | 28 MatcherList::MatcherList(const MatcherList& Other) { 29 *this = Other; 36 MatcherList &MatcherList::operator=(const MatcherList &Other) { 37 if (this == &Other) return *this; 39 for (size_t i = 0, e = Other.List.size(); i != e; ++i) { 40 List.push_back(Other.List[i]->clone()); 65 VariantValue::VariantValue(const VariantValue &Other) : Type(VT_Nothing) { 66 *this = Other; 87 VariantValue &VariantValue::operator=(const VariantValue &Other) { 88 if (this == &Other) return *this [all...] |
/external/llvm/lib/Support/ |
ConstantRange.cpp | 15 // ranges (other integral ranges use min/max values for special range values): 222 /// Two equal sets contain each other. The empty set contained by all other 225 bool ConstantRange::contains(const ConstantRange &Other) const { 226 if (isFullSet() || Other.isEmptySet()) return true; 227 if (isEmptySet() || Other.isFullSet()) return false; 230 if (Other.isWrappedSet()) 233 return Lower.ule(Other.getLower()) && Other.getUpper().ule(Upper); 236 if (!Other.isWrappedSet() [all...] |
/external/clang/test/CodeGenCXX/ |
copy-constructor-elim-2.cpp | 16 struct Other { 21 Derived(const Other &O); 24 // CHECK: define {{.*}} @_ZN13no_elide_base7DerivedC1ERKNS_5OtherE(%"struct.no_elide_base::Derived"* returned %this, %"struct.no_elide_base::Other"* %O) unnamed_addr 25 Derived::Derived(const Other &O)
|
/external/llvm/include/llvm/ADT/ |
OwningPtr.h | 36 OwningPtr(OwningPtr &&Other) : Ptr(Other.take()) {} 38 OwningPtr &operator=(OwningPtr &&Other) { 39 reset(Other.take()); 100 OwningArrayPtr(OwningArrayPtr &&Other) : Ptr(Other.take()) {} 102 OwningArrayPtr &operator=(OwningArrayPtr &&Other) { 103 reset(Other.take());
|
/external/clang/test/Index/ |
complete-member-access.m | 37 @interface Other 41 int test_two_levels(Other *other) { 42 return other.sub.myProp;
|