HomeSort by relevance Sort by last modified time
    Searched refs:UpdateKind (Results 1 - 18 of 18) sorted by null

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
GenericDomTree.h 202 // UpdateKind and Update are used by the batch update API and it's easiest to
204 enum class UpdateKind : unsigned char { Insert, Delete };
208 using NodeKindPair = PointerIntPair<NodePtr, 1, UpdateKind>;
213 Update(UpdateKind Kind, NodePtr From, NodePtr To)
216 UpdateKind getKind() const { return ToAndKind.getInt(); }
224 OS << (U.getKind() == UpdateKind::Insert ? "Insert " : "Delete ");
258 using UpdateKind = DomTreeBuilder::UpdateKind;
259 static constexpr UpdateKind Insert = UpdateKind::Insert
    [all...]
GenericDomTreeConstruction.h 76 using NodePtrAndKind = PointerIntPair<NodePtr, 1, UpdateKind>;
140 const UpdateKind UK = ChildAndKind.getInt();
143 if (UK == UpdateKind::Insert) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
GenericDomTree.h 202 // UpdateKind and Update are used by the batch update API and it's easiest to
204 enum class UpdateKind : unsigned char { Insert, Delete };
208 using NodeKindPair = PointerIntPair<NodePtr, 1, UpdateKind>;
213 Update(UpdateKind Kind, NodePtr From, NodePtr To)
216 UpdateKind getKind() const { return ToAndKind.getInt(); }
224 OS << (U.getKind() == UpdateKind::Insert ? "Insert " : "Delete ");
258 using UpdateKind = DomTreeBuilder::UpdateKind;
259 static constexpr UpdateKind Insert = UpdateKind::Insert
    [all...]
GenericDomTreeConstruction.h 76 using NodePtrAndKind = PointerIntPair<NodePtr, 1, UpdateKind>;
140 const UpdateKind UK = ChildAndKind.getInt();
143 if (UK == UpdateKind::Insert) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
GenericDomTree.h 202 // UpdateKind and Update are used by the batch update API and it's easiest to
204 enum class UpdateKind : unsigned char { Insert, Delete };
208 using NodeKindPair = PointerIntPair<NodePtr, 1, UpdateKind>;
213 Update(UpdateKind Kind, NodePtr From, NodePtr To)
216 UpdateKind getKind() const { return ToAndKind.getInt(); }
224 OS << (U.getKind() == UpdateKind::Insert ? "Insert " : "Delete ");
258 using UpdateKind = DomTreeBuilder::UpdateKind;
259 static constexpr UpdateKind Insert = UpdateKind::Insert
    [all...]
GenericDomTreeConstruction.h 76 using NodePtrAndKind = PointerIntPair<NodePtr, 1, UpdateKind>;
140 const UpdateKind UK = ChildAndKind.getInt();
143 if (UK == UpdateKind::Insert) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
GenericDomTree.h 202 // UpdateKind and Update are used by the batch update API and it's easiest to
204 enum class UpdateKind : unsigned char { Insert, Delete };
208 using NodeKindPair = PointerIntPair<NodePtr, 1, UpdateKind>;
213 Update(UpdateKind Kind, NodePtr From, NodePtr To)
216 UpdateKind getKind() const { return ToAndKind.getInt(); }
224 OS << (U.getKind() == UpdateKind::Insert ? "Insert " : "Delete ");
258 using UpdateKind = DomTreeBuilder::UpdateKind;
259 static constexpr UpdateKind Insert = UpdateKind::Insert
    [all...]
GenericDomTreeConstruction.h 76 using NodePtrAndKind = PointerIntPair<NodePtr, 1, UpdateKind>;
140 const UpdateKind UK = ChildAndKind.getInt();
143 if (UK == UpdateKind::Insert) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
GenericDomTree.h 202 // UpdateKind and Update are used by the batch update API and it's easiest to
204 enum class UpdateKind : unsigned char { Insert, Delete };
208 using NodeKindPair = PointerIntPair<NodePtr, 1, UpdateKind>;
213 Update(UpdateKind Kind, NodePtr From, NodePtr To)
216 UpdateKind getKind() const { return ToAndKind.getInt(); }
224 OS << (U.getKind() == UpdateKind::Insert ? "Insert " : "Delete ");
258 using UpdateKind = DomTreeBuilder::UpdateKind;
259 static constexpr UpdateKind Insert = UpdateKind::Insert
    [all...]
GenericDomTreeConstruction.h 76 using NodePtrAndKind = PointerIntPair<NodePtr, 1, UpdateKind>;
140 const UpdateKind UK = ChildAndKind.getInt();
143 if (UK == UpdateKind::Insert) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
GenericDomTree.h 202 // UpdateKind and Update are used by the batch update API and it's easiest to
204 enum class UpdateKind : unsigned char { Insert, Delete };
208 using NodeKindPair = PointerIntPair<NodePtr, 1, UpdateKind>;
213 Update(UpdateKind Kind, NodePtr From, NodePtr To)
216 UpdateKind getKind() const { return ToAndKind.getInt(); }
224 OS << (U.getKind() == UpdateKind::Insert ? "Insert " : "Delete ");
258 using UpdateKind = DomTreeBuilder::UpdateKind;
259 static constexpr UpdateKind Insert = UpdateKind::Insert
    [all...]
GenericDomTreeConstruction.h 76 using NodePtrAndKind = PointerIntPair<NodePtr, 1, UpdateKind>;
140 const UpdateKind UK = ChildAndKind.getInt();
143 if (UK == UpdateKind::Insert) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
GenericDomTree.h 202 // UpdateKind and Update are used by the batch update API and it's easiest to
204 enum class UpdateKind : unsigned char { Insert, Delete };
208 using NodeKindPair = PointerIntPair<NodePtr, 1, UpdateKind>;
213 Update(UpdateKind Kind, NodePtr From, NodePtr To)
216 UpdateKind getKind() const { return ToAndKind.getInt(); }
224 OS << (U.getKind() == UpdateKind::Insert ? "Insert " : "Delete ");
258 using UpdateKind = DomTreeBuilder::UpdateKind;
259 static constexpr UpdateKind Insert = UpdateKind::Insert
    [all...]
GenericDomTreeConstruction.h 76 using NodePtrAndKind = PointerIntPair<NodePtr, 1, UpdateKind>;
140 const UpdateKind UK = ChildAndKind.getInt();
143 if (UK == UpdateKind::Insert) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
GenericDomTree.h 202 // UpdateKind and Update are used by the batch update API and it's easiest to
204 enum class UpdateKind : unsigned char { Insert, Delete };
208 using NodeKindPair = PointerIntPair<NodePtr, 1, UpdateKind>;
213 Update(UpdateKind Kind, NodePtr From, NodePtr To)
216 UpdateKind getKind() const { return ToAndKind.getInt(); }
224 OS << (U.getKind() == UpdateKind::Insert ? "Insert " : "Delete ");
258 using UpdateKind = DomTreeBuilder::UpdateKind;
259 static constexpr UpdateKind Insert = UpdateKind::Insert
    [all...]
GenericDomTreeConstruction.h 76 using NodePtrAndKind = PointerIntPair<NodePtr, 1, UpdateKind>;
140 const UpdateKind UK = ChildAndKind.getInt();
143 if (UK == UpdateKind::Insert) {
    [all...]
  /external/v8/src/ic/
ic-state.h 107 Kind UpdateKind(Handle<Object> object, Kind kind) const;
ic-state.cc 238 left_kind_ = UpdateKind(left, left_kind_);
239 right_kind_ = UpdateKind(right, right_kind_);
251 result_kind_ = UpdateKind(result, result_kind_);
284 BinaryOpICState::Kind BinaryOpICState::UpdateKind(Handle<Object> object,

Completed in 1308 milliseconds