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

12 3

  /external/llvm/include/llvm/ADT/
Twine.h 186 Twine &operator=(const Twine &Other) = delete;
492 // Concatenation with empty yields the other side.
  /external/llvm/include/llvm/Object/
ELFYAML.h 75 uint8_t Other;
MachO.h 38 bool operator==(const DiceRef &Other) const;
39 bool operator<(const DiceRef &Other) const;
64 uint64_t other() const;
87 uint64_t Other;
470 inline bool DiceRef::operator==(const DiceRef &Other) const {
471 return DicePimpl == Other.DicePimpl;
474 inline bool DiceRef::operator<(const DiceRef &Other) const {
475 return DicePimpl < Other.DicePimpl;
  /external/llvm/lib/IR/
BasicBlock.cpp 70 // nodes. There are no other possible uses at this point.
291 BasicBlock *Other = APN->getIncomingBlock(APN->getIncomingBlock(0) == Pred);
294 if (this == Other) max_idx = 3;
  /external/v8/test/cctest/compiler/
test-jump-threading.cc 73 void Other() {
209 code.Other();
433 if (i) code.Other();
436 if (j) code.Other();
456 if (i) code.Other();
459 if (j) code.Other();
485 if (i) code.Other();
488 if (j) code.Other();
493 if (x) code.Other();
496 if (y) code.Other();
    [all...]
  /frameworks/base/tools/aapt2/
ResourceValues.h 249 * Represents any other android::Res_value.
320 Other,
  /external/clang/test/Misc/
ast-dump-decl.cpp 145 TestMemberRanges(const TestMemberRanges &Other) = default;
146 TestMemberRanges(TestMemberRanges &&Other) = default;
148 TestMemberRanges &operator=(const TestMemberRanges &Other) = default;
149 TestMemberRanges &operator=(TestMemberRanges &&Other) = default;
  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 75 /// Other - This marker indicates that the query has no known dependency
78 Other
80 /// If DepType is "Other", the upper part of the pair
85 /// 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/clang/include/clang/Basic/
Module.h 299 Module *Other;
337 /// \brief Determine whether this module is a submodule of the given other
339 bool isSubModuleOf(const Module *Other) const;
  /external/clang/lib/Parse/
RAIIObjectsForParser.h 61 SuppressAccessChecks(SuppressAccessChecks &&Other)
62 : S(Other.S), DiagnosticPool(std::move(Other.DiagnosticPool)),
63 State(Other.State), Active(Other.Active) {
64 Other.Active = false;
66 void operator=(SuppressAccessChecks &&Other) = delete;
116 ParsingDeclRAIIObject(Parser &P, ParsingDeclRAIIObject *other)
118 DiagnosticPool(other ? other->DiagnosticPool.getParent() : nullptr)
    [all...]
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 47 /// \brief Contains version information and potentially other metadata,
524 enum { Other, ControlBlock, ASTBlock } State = Other;
534 // In the 'other' state, just skip the record. We don't care.
535 if (State == Other) {
568 State = Other;
775 // Coordinate building the global index file with other processes that might
  /external/clang/test/SemaCXX/
conversion-function.cpp 212 struct Other {
213 Other(const Other &);
214 Other();
218 Any any = Other(); // expected-error{{cannot pass object of non-POD type 'Other' through variadic constructor; call will abort at runtime}}
  /external/llvm/lib/Target/Hexagon/
HexagonStoreWidening.cpp 238 // themselves, and also there cannot be other instructions between them
244 InstrGroup Other;
260 if (instrAliased(Other, getStoreTarget(MI)))
278 Other.push_back(MI);
360 // any other store to fill the "hole".
572 // is independent from processing of any other basic block. This transfor-
574 // any ill effects (other than not having performed widening in the unpro-
  /external/llvm/include/llvm/CodeGen/
MachineValueType.h 38 Other = 0, // This is a non-standard value
152 // tblgen. Other than for overloading, we treat iPTRAny the same as iPTR.
426 case Other:
427 llvm_unreachable("Value type is non-standard value, Other.");
660 /// returned as Other, otherwise they are invalid.
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 73 COFFSymbol *Other;
204 : Name(name.begin(), name.end()), Other(nullptr), Section(nullptr),
373 coff_symbol->Other = GetOrCreateCOFFSymbol(&SymRef->getSymbol());
381 coff_symbol->Other = WeakDefault;
744 // FIXME: Can anyone explain what this does other than adjust for the size
873 if (Symbol->Other) {
878 Symbol->Aux[0].Aux.WeakExternal.TagIndex = Symbol->Other->getIndex();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 446 BasicBlock *Other = Term->getSuccessor(!i);
447 if (Visited.count(Other) && !Loops.count(Other) &&
448 !Pred.count(Other) && !Pred.count(*PI)) {
450 Pred[Other] = BoolFalse;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_collections.py 263 class Other:
266 def __eq__(self, other):
282 other = Other() variable in class:ABCTestCase.validate_comparison.Other
283 op(instance, other)
284 self.assertTrue(other.right_side,'Right side not called for %s.%s'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_collections.py 263 class Other:
266 def __eq__(self, other):
282 other = Other() variable in class:ABCTestCase.validate_comparison.Other
283 op(instance, other)
284 self.assertTrue(other.right_side,'Right side not called for %s.%s'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_collections.py 263 class Other:
266 def __eq__(self, other):
282 other = Other() variable in class:ABCTestCase.validate_comparison.Other
283 op(instance, other)
284 self.assertTrue(other.right_side,'Right side not called for %s.%s'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_collections.py 263 class Other:
266 def __eq__(self, other):
282 other = Other() variable in class:ABCTestCase.validate_comparison.Other
283 op(instance, other)
284 self.assertTrue(other.right_side,'Right side not called for %s.%s'
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h 332 /// resolveReferences - This method is used by classes that refer to other
364 TypedInit(const TypedInit &Other) = delete;
365 TypedInit &operator=(const TypedInit &Other) = delete;
407 UnsetInit &operator=(const UnsetInit &Other) = delete;
431 BitInit(const BitInit &Other) = delete;
432 BitInit &operator=(BitInit &Other) = delete;
462 BitsInit(const BitsInit &Other) = delete;
463 BitsInit &operator=(const BitsInit &Other) = delete;
515 IntInit(const IntInit &Other) = delete;
516 IntInit &operator=(const IntInit &Other) = delete
    [all...]
  /external/llvm/lib/Analysis/
CFLAliasAnalysis.cpp 20 // from the other value's node and the language formed by concatenating all of
81 // `add` require you to get the users of the Instruction* itself, other
350 // each other. This is necessary for functions such as
378 // TODO: Add support for noalias args/all the other fun function attributes
405 // there's nothing we can do to coax a value out of them, other
464 // we simply need the Instruction*. In other cases (i.e. store),
506 Node Other;
508 Edge(const EdgeTypeT &W, const Node &N) : Weight(W), Other(N) {}
511 return Weight == E.Weight && Other == E.Other;
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 116 setOperationAction(ISD::TRAP, MVT::Other, Legal);
119 setOperationAction(ISD::BR_JT, MVT::Other, Custom);
142 setOperationAction(ISD::VAEND, MVT::Other, Expand);
143 setOperationAction(ISD::VACOPY, MVT::Other, Expand);
144 setOperationAction(ISD::VAARG, MVT::Other, Custom);
145 setOperationAction(ISD::VASTART, MVT::Other, Custom);
148 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
149 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
153 setOperationAction(ISD::EH_RETURN, MVT::Other, Custom);
160 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
video.h 273 Other
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 168 void Adopt(NestedNameSpecifierLoc Other);
867 UnqualifiedId(const UnqualifiedId &Other) = delete;
    [all...]

Completed in 629 milliseconds

12 3