OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UpdateKind
(Results
1 - 9
of
9
) sorted by null
/external/v8/src/ic/
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,
/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
...]
/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
...]
/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
...]
/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
...]
/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
...]
/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
...]
/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
...]
/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
...]
Completed in 819 milliseconds