HomeSort by relevance Sort by last modified time
    Searched refs:Other (Results 26 - 50 of 308) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/valgrind/main/drd/tests/
sem_as_mutex3.stderr.exp 6 Other segment start (thread 2)
8 Other segment end (thread 2)
sem_open3.stderr.exp 6 Other segment start (thread 2)
8 Other segment end (thread 2)
fp_race.stderr.exp 6 Other segment start (thread 2)
8 Other segment end (thread 2)
15 Other segment start (thread 2)
17 Other segment end (thread 2)
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)
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)
sem_as_mutex.stderr.exp 6 Other segment start (thread 2)
8 Other segment end (thread 2)
15 Other segment start (thread 2)
17 Other segment end (thread 2)
sem_open.stderr.exp 6 Other segment start (thread 2)
8 Other segment end (thread 2)
15 Other segment start (thread 2)
17 Other segment end (thread 2)
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/clang/lib/Lex/
MacroInfo.cpp 71 bool MacroInfo::isIdenticalTo(const MacroInfo &Other, Preprocessor &PP,
76 if (ReplacementTokens.size() != Other.ReplacementTokens.size() ||
77 getNumArgs() != Other.getNumArgs() ||
78 isFunctionLike() != Other.isFunctionLike() ||
79 isC99Varargs() != Other.isC99Varargs() ||
80 isGNUVarargs() != Other.isGNUVarargs())
85 for (arg_iterator I = arg_begin(), OI = Other.arg_begin(), E = arg_end();
93 const Token &B = Other.ReplacementTokens[i];
115 if (AArgNum != Other.getArgumentNum(B.getIdentifierInfo()))
  /external/clang/test/Analysis/inlining/
path-notes.cpp 67 Dereferencer(const Dereferencer &Other) {
72 Dereferencer(Dereferencer &&Other) {
77 void operator=(const Dereferencer &Other) {
82 void operator=(Dereferencer &&Other) {
102 MovableWrapper(MovableWrapper &&Other) = default;
105 MovableWrapper &operator=(MovableWrapper &&Other) = default;
    [all...]
  /external/clang/test/CodeGenCXX/
derived-to-base-conv.cpp 11 B(const B& Other);
17 C(const C& Other);
  /external/llvm/include/llvm/MC/
MCELF.h 31 static void setOther(MCSymbolData &SD, unsigned Other);
  /external/clang/include/clang/AST/
ASTTypeTraits.h 47 /// \brief Returns \c true if \c this and \c Other represent the same kind.
48 bool isSame(ASTNodeKind Other) const;
50 /// \brief Returns \c true if \c this is a base kind of (or same as) \c Other.
51 bool isBaseOf(ASTNodeKind Other) const;
155 /// For other types (like \c QualType) the value is stored directly
175 /// FIXME: Implement comparsion for other node types (currently
177 bool operator<(const DynTypedNode &Other) const {
178 assert(getMemoizationData() && Other.getMemoizationData());
179 return getMemoizationData() < Other.getMemoizationData();
181 bool operator==(const DynTypedNode &Other) const
    [all...]
DependentDiagnostic.h 149 bool operator==(ddiag_iterator Other) const {
150 return Ptr == Other.Ptr;
153 bool operator!=(ddiag_iterator Other) const {
154 return Ptr != Other.Ptr;
  /external/clang/lib/AST/
NestedNameSpecifier.cpp 439 NestedNameSpecifierLocBuilder(const NestedNameSpecifierLocBuilder &Other)
440 : Representation(Other.Representation), Buffer(0),
443 if (!Other.Buffer)
446 if (Other.BufferCapacity == 0) {
448 Buffer = Other.Buffer;
449 BufferSize = Other.BufferSize;
454 BufferSize = Other.BufferSize;
455 BufferCapacity = Other.BufferSize;
457 memcpy(Buffer, Other.Buffer, BufferSize);
462 operator=(const NestedNameSpecifierLocBuilder &Other) {
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/
PoolAlloc.h 243 template<class Other>
245 typedef pool_allocator<Other> other; typedef in struct:pool_allocator::rebind
254 template <class Other>
255 pool_allocator<T>& operator=(const pool_allocator<Other>& p) {
260 template<class Other>
261 pool_allocator(const pool_allocator<Other>& p) : allocator(&p.getAllocator()) { }
  /external/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h 42 MatcherList(const MatcherList &Other);
47 MatcherList &operator=(const MatcherList &Other);
116 VariantValue(const VariantValue &Other);
118 VariantValue &operator=(const VariantValue &Other);
  /external/llvm/lib/MC/
MCELF.cpp 73 // Other is stored in the last six bits of st_other
75 void MCELF::setOther(MCSymbolData &SD, unsigned Other) {
77 SD.setFlags(OtherFlags | (Other << ELF_Other_Shift));
81 unsigned Other =
83 return Other;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 101 /// When other definitions are possible, returns the region whose runtime type
396 AnyFunctionCall(const AnyFunctionCall &Other) : CallEvent(Other) {}
444 SimpleCall(const SimpleCall &Other) : AnyFunctionCall(Other) {}
476 FunctionCall(const FunctionCall &Other) : SimpleCall(Other) {}
498 BlockCall(const BlockCall &Other) : SimpleCall(Other) {}
555 CXXInstanceCall(const CXXInstanceCall &Other) : AnyFunctionCall(Other) {
    [all...]
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_actions.cc 61 // refcount is one. However, there are likely to be other stray references in
73 if (other())
74 clone->set_other(make_scoped_ptr(other()->DeepCopy()));
97 void Action::set_other(scoped_ptr<DictionaryValue> other) {
98 other_.reset(other.release());
179 if (other()) {
180 scoped_ptr<ExtensionActivity::Other> other_field(
181 new ExtensionActivity::Other);
183 if (other()->GetBooleanWithoutPathExpansion(constants::kActionPrerender,
188 if (other()->GetDictionaryWithoutPathExpansion(constants::kActionWebRequest
    [all...]
  /external/clang/include/clang/Sema/
Lookup.h 149 // forcing other cases towards the constructor taking a DNInfo.
171 LookupResult(TemporaryToken _, const LookupResult &Other)
175 SemaRef(Other.SemaRef),
176 NameInfo(Other.NameInfo),
177 LookupKind(Other.LookupKind),
178 IDNS(Other.IDNS),
179 Redecl(Other.Redecl),
180 HideTags(Other.HideTags),
182 AllowHidden(Other.AllowHidden)
379 void addAllDecls(const LookupResult &Other) {
    [all...]
  /external/llvm/include/llvm/Object/
ObjectFile.h 57 bool operator==(const content_iterator &other) const {
58 return Current == other.Current;
61 bool operator!=(const content_iterator &other) const {
62 return !(*this == other);
101 bool operator==(const RelocationRef &Other) const;
145 bool operator==(const SectionRef &Other) const;
146 bool operator<(const SectionRef &Other) const;
209 bool operator==(const SymbolRef &Other) const;
210 bool operator<(const SymbolRef &Other) const;
253 bool operator==(const LibraryRef &Other) const
    [all...]
  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 76 /// Other - This marker indicates that the query has no known dependency
79 Other
81 /// If DepType is "Other", the upper part of the pair
86 /// the specified block. To find out more, the client should query other
115 PairTy(reinterpret_cast<Instruction*>(NonLocal), Other));
119 PairTy(reinterpret_cast<Instruction*>(NonFuncLocal), Other));
123 PairTy(reinterpret_cast<Instruction*>(Unknown), Other));
138 return Value.getInt() == Other
145 return Value.getInt() == Other
152 return Value.getInt() == Other
    [all...]
  /external/eigen/Eigen/src/Core/
PermutationMatrix.h 78 /** Copies the other permutation into *this */
80 Derived& operator=(const PermutationBase<OtherDerived>& other)
82 indices() = other.indices();
100 Derived& operator=(const PermutationBase& other)
102 indices() = other.indices();
118 void evalTo(MatrixBase<DenseDerived>& other) const
120 other.setZero();
122 other.coeffRef(indices().coeff(i),i) = typename DenseDerived::Scalar(1);
216 void assignTranspose(const PermutationBase<OtherDerived>& other)
218 for (int i=0; i<rows();++i) indices().coeffRef(other.indices().coeff(i)) = i
    [all...]
  /external/llvm/include/llvm/Support/
YAMLParser.h 18 // * BOMs anywhere other than the first Unicode scalar value in the file.
191 // Return Value without any escaping or folding or other fun YAML stuff. This
286 bool operator !=(const basic_collection_iterator &Other) const {
287 if(Base != Other.Base)
289 return (Base && Other.Base) && Base->CurrentEntry
290 != Other.Base->CurrentEntry;
515 bool operator ==(const document_iterator &Other) {
516 if (isAtEnd() || Other.isAtEnd())
517 return isAtEnd() && Other.isAtEnd();
519 return Doc == Other.Doc
    [all...]

Completed in 1143 milliseconds

12 3 4 5 6 7 8 91011>>