Searched refs:Node (Results 1 - 25 of 1425) sorted by relevance

1234567891011>>

/prebuilts/clang/host/darwin-x86/clang-4393122/include/lld/Core/
H A DNode.h1 //===- lld/Core/Node.h - Input file class -----------------------*- C++ -*-===//
25 // A Node represents a FileNode or other type of Node. In the latter case,
28 class Node { class in namespace:lld
32 explicit Node(Kind type) : _kind(type) {} function in class:lld::Node
33 virtual ~Node() = default;
43 class GroupEnd : public Node {
45 explicit GroupEnd(int size) : Node(Kind::GroupEnd), _size(size) {}
49 static bool classof(const Node *a) {
58 class FileNode : public Node {
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/lld/Core/
H A DNode.h1 //===- lld/Core/Node.h - Input file class -----------------------*- C++ -*-===//
25 // A Node represents a FileNode or other type of Node. In the latter case,
28 class Node { class in namespace:lld
32 explicit Node(Kind type) : _kind(type) {} function in class:lld::Node
33 virtual ~Node() = default;
43 class GroupEnd : public Node {
45 explicit GroupEnd(int size) : Node(Kind::GroupEnd), _size(size) {}
49 static bool classof(const Node *a) {
58 class FileNode : public Node {
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/lld/Core/
H A DNode.h1 //===- lld/Core/Node.h - Input file class -----------------------*- C++ -*-===//
25 // A Node represents a FileNode or other type of Node. In the latter case,
28 class Node { class in namespace:lld
32 explicit Node(Kind type) : _kind(type) {} function in class:lld::Node
33 virtual ~Node() = default;
43 class GroupEnd : public Node {
45 explicit GroupEnd(int size) : Node(Kind::GroupEnd), _size(size) {}
49 static bool classof(const Node *a) {
58 class FileNode : public Node {
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/lld/Core/
H A DNode.h1 //===- lld/Core/Node.h - Input file class -----------------------*- C++ -*-===//
25 // A Node represents a FileNode or other type of Node. In the latter case,
28 class Node { class in namespace:lld
32 explicit Node(Kind type) : _kind(type) {} function in class:lld::Node
33 virtual ~Node() = default;
43 class GroupEnd : public Node {
45 explicit GroupEnd(int size) : Node(Kind::GroupEnd), _size(size) {}
49 static bool classof(const Node *a) {
58 class FileNode : public Node {
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/lld/Core/
H A DNode.h1 //===- lld/Core/Node.h - Input file class -----------------------*- C++ -*-===//
25 // A Node represents a FileNode or other type of Node. In the latter case,
28 class Node { class in namespace:lld
32 explicit Node(Kind type) : _kind(type) {} function in class:lld::Node
33 virtual ~Node() = default;
43 class GroupEnd : public Node {
45 explicit GroupEnd(int size) : Node(Kind::GroupEnd), _size(size) {}
49 static bool classof(const Node *a) {
58 class FileNode : public Node {
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/lld/Core/
H A DNode.h1 //===- lld/Core/Node.h - Input file class -----------------------*- C++ -*-===//
25 // A Node represents a FileNode or other type of Node. In the latter case,
28 class Node { class in namespace:lld
32 explicit Node(Kind type) : _kind(type) {} function in class:lld::Node
33 virtual ~Node() = default;
43 class GroupEnd : public Node {
45 explicit GroupEnd(int size) : Node(Kind::GroupEnd), _size(size) {}
49 static bool classof(const Node *a) {
58 class FileNode : public Node {
[all...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/lld/Core/
H A DNode.h1 //===- lld/Core/Node.h - Input file class -----------------------*- C++ -*-===//
25 // A Node represents a FileNode or other type of Node. In the latter case,
28 class Node { class in namespace:lld
32 explicit Node(Kind type) : _kind(type) {} function in class:lld::Node
33 virtual ~Node() = default;
43 class GroupEnd : public Node {
45 explicit GroupEnd(int size) : Node(Kind::GroupEnd), _size(size) {}
49 static bool classof(const Node *a) {
58 class FileNode : public Node {
[all...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/lld/Core/
H A DNode.h1 //===- lld/Core/Node.h - Input file class -----------------------*- C++ -*-===//
25 // A Node represents a FileNode or other type of Node. In the latter case,
28 class Node { class in namespace:lld
32 explicit Node(Kind type) : _kind(type) {} function in class:lld::Node
33 virtual ~Node() = default;
43 class GroupEnd : public Node {
45 explicit GroupEnd(int size) : Node(Kind::GroupEnd), _size(size) {}
49 static bool classof(const Node *a) {
58 class FileNode : public Node {
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/lld/Core/
H A DNode.h1 //===- lld/Core/Node.h - Input file class -----------------------*- C++ -*-===//
25 // A Node represents a FileNode or other type of Node. In the latter case,
28 class Node { class in namespace:lld
32 explicit Node(Kind type) : _kind(type) {} function in class:lld::Node
33 virtual ~Node() = default;
43 class GroupEnd : public Node {
45 explicit GroupEnd(int size) : Node(Kind::GroupEnd), _size(size) {}
49 static bool classof(const Node *a) {
58 class FileNode : public Node {
[all...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/lld/Core/
H A DNode.h1 //===- lld/Core/Node.h - Input file class -----------------------*- C++ -*-===//
25 // A Node represents a FileNode or other type of Node. In the latter case,
28 class Node { class in namespace:lld
32 explicit Node(Kind type) : _kind(type) {} function in class:lld::Node
33 virtual ~Node() = default;
43 class GroupEnd : public Node {
45 explicit GroupEnd(int size) : Node(Kind::GroupEnd), _size(size) {}
49 static bool classof(const Node *a) {
58 class FileNode : public Node {
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/lld/Core/
H A DNode.h1 //===- lld/Core/Node.h - Input file class -----------------------*- C++ -*-===//
25 // A Node represents a FileNode or other type of Node. In the latter case,
28 class Node { class in namespace:lld
32 explicit Node(Kind type) : _kind(type) {} function in class:lld::Node
33 virtual ~Node() = default;
43 class GroupEnd : public Node {
45 explicit GroupEnd(int size) : Node(Kind::GroupEnd), _size(size) {}
49 static bool classof(const Node *a) {
58 class FileNode : public Node {
[all...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/lld/Core/
H A DNode.h1 //===- lld/Core/Node.h - Input file class -----------------------*- C++ -*-===//
25 // A Node represents a FileNode or other type of Node. In the latter case,
28 class Node { class in namespace:lld
32 explicit Node(Kind type) : _kind(type) {} function in class:lld::Node
33 virtual ~Node() = default;
43 class GroupEnd : public Node {
45 explicit GroupEnd(int size) : Node(Kind::GroupEnd), _size(size) {}
49 static bool classof(const Node *a) {
58 class FileNode : public Node {
[all...]
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/libcxx/containers/associative/
H A Dtree_left_rotate.pass.cpp20 struct Node struct
22 Node* __left_;
23 Node* __right_;
24 Node* __parent_;
26 Node* __parent_unsafe() const { return __parent_; }
27 void __set_parent(Node* x) { __parent_ = x;}
29 Node() : __left_(), __right_(), __parent_() {} function in struct:Node
35 Node root;
36 Node x;
37 Node
[all...]
H A Dtree_right_rotate.pass.cpp20 struct Node struct
22 Node* __left_;
23 Node* __right_;
24 Node* __parent_;
26 Node* __parent_unsafe() const { return __parent_; }
27 void __set_parent(Node* x) { __parent_ = x;}
29 Node() : __left_(), __right_(), __parent_() {} function in struct:Node
35 Node root;
36 Node x;
37 Node
[all...]
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/containers/associative/
H A Dtree_left_rotate.pass.cpp20 struct Node struct
22 Node* __left_;
23 Node* __right_;
24 Node* __parent_;
26 Node* __parent_unsafe() const { return __parent_; }
27 void __set_parent(Node* x) { __parent_ = x;}
29 Node() : __left_(), __right_(), __parent_() {} function in struct:Node
35 Node root;
36 Node x;
37 Node
[all...]
H A Dtree_right_rotate.pass.cpp20 struct Node struct
22 Node* __left_;
23 Node* __right_;
24 Node* __parent_;
26 Node* __parent_unsafe() const { return __parent_; }
27 void __set_parent(Node* x) { __parent_ = x;}
29 Node() : __left_(), __right_(), __parent_() {} function in struct:Node
35 Node root;
36 Node x;
37 Node
[all...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
H A DASTMatchers.h211 SourceManager.getExpansionLoc(Node.getLocStart()));
231 auto ExpansionLoc = SourceManager.getExpansionLoc(Node.getLocStart());
257 auto ExpansionLoc = SourceManager.getExpansionLoc(Node.getLocStart());
496 return Node.getAccess() == AS_public;
512 return Node.getAccess() == AS_protected;
528 return Node.getAccess() == AS_private;
543 return Node.isBitField();
560 return Node.isBitField() &&
561 Node.getBitWidthValue(Finder->getASTContext()) == Width;
580 const Expr *Initializer = Node
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
H A DASTMatchers.h211 SourceManager.getExpansionLoc(Node.getLocStart()));
231 auto ExpansionLoc = SourceManager.getExpansionLoc(Node.getLocStart());
257 auto ExpansionLoc = SourceManager.getExpansionLoc(Node.getLocStart());
496 return Node.getAccess() == AS_public;
512 return Node.getAccess() == AS_protected;
528 return Node.getAccess() == AS_private;
543 return Node.isBitField();
560 return Node.isBitField() &&
561 Node.getBitWidthValue(Finder->getASTContext()) == Width;
580 const Expr *Initializer = Node
[all...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h108 class Node;
135 explicit Edge(Node &N, Kind K);
154 Node &getNode() const;
165 PointerIntPair<Node *, 1, Kind> Value;
182 friend class LazyCallGraph::Node;
194 friend class LazyCallGraph::Node;
225 friend class LazyCallGraph::Node;
256 Edge &operator[](Node &N) {
260 Edge *lookup(Node &N) {
284 DenseMap<Node *, in
315 class Node { class in class:llvm::LazyCallGraph::Edge
374 Node(LazyCallGraph &G, Function &F) function in class:llvm::LazyCallGraph::Edge::Node
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
H A DLazyCallGraph.h108 class Node;
135 explicit Edge(Node &N, Kind K);
154 Node &getNode() const;
165 PointerIntPair<Node *, 1, Kind> Value;
182 friend class LazyCallGraph::Node;
194 friend class LazyCallGraph::Node;
225 friend class LazyCallGraph::Node;
256 Edge &operator[](Node &N) {
260 Edge *lookup(Node &N) {
284 DenseMap<Node *, in
315 class Node { class in class:llvm::LazyCallGraph::Edge
374 Node(LazyCallGraph &G, Function &F) function in class:llvm::LazyCallGraph::Edge::Node
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
H A DLazyCallGraph.h108 class Node;
135 explicit Edge(Node &N, Kind K);
154 Node &getNode() const;
165 PointerIntPair<Node *, 1, Kind> Value;
182 friend class LazyCallGraph::Node;
194 friend class LazyCallGraph::Node;
225 friend class LazyCallGraph::Node;
256 Edge &operator[](Node &N) {
260 Edge *lookup(Node &N) {
284 DenseMap<Node *, in
315 class Node { class in class:llvm::LazyCallGraph::Edge
374 Node(LazyCallGraph &G, Function &F) function in class:llvm::LazyCallGraph::Edge::Node
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
H A DLazyCallGraph.h114 class Node;
141 explicit Edge(Node &N, Kind K);
160 Node &getNode() const;
171 PointerIntPair<Node *, 1, Kind> Value;
188 friend class LazyCallGraph::Node;
200 friend class LazyCallGraph::Node;
231 friend class LazyCallGraph::Node;
262 Edge &operator[](Node &N) {
269 Edge *lookup(Node &N) {
296 DenseMap<Node *, in
327 class Node { class in class:llvm::LazyCallGraph::Edge
397 Node(LazyCallGraph &G, Function &F) : G(&G), F(&F) {} function in class:llvm::LazyCallGraph::Edge::Node
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
H A DLazyCallGraph.h114 class Node;
141 explicit Edge(Node &N, Kind K);
160 Node &getNode() const;
171 PointerIntPair<Node *, 1, Kind> Value;
188 friend class LazyCallGraph::Node;
200 friend class LazyCallGraph::Node;
231 friend class LazyCallGraph::Node;
262 Edge &operator[](Node &N) {
269 Edge *lookup(Node &N) {
296 DenseMap<Node *, in
327 class Node { class in class:llvm::LazyCallGraph::Edge
397 Node(LazyCallGraph &G, Function &F) : G(&G), F(&F) {} function in class:llvm::LazyCallGraph::Edge::Node
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
H A DLazyCallGraph.h114 class Node;
141 explicit Edge(Node &N, Kind K);
160 Node &getNode() const;
171 PointerIntPair<Node *, 1, Kind> Value;
188 friend class LazyCallGraph::Node;
200 friend class LazyCallGraph::Node;
231 friend class LazyCallGraph::Node;
262 Edge &operator[](Node &N) {
269 Edge *lookup(Node &N) {
296 DenseMap<Node *, in
327 class Node { class in class:llvm::LazyCallGraph::Edge
397 Node(LazyCallGraph &G, Function &F) : G(&G), F(&F) {} function in class:llvm::LazyCallGraph::Edge::Node
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
H A DLazyCallGraph.h114 class Node;
141 explicit Edge(Node &N, Kind K);
160 Node &getNode() const;
171 PointerIntPair<Node *, 1, Kind> Value;
188 friend class LazyCallGraph::Node;
200 friend class LazyCallGraph::Node;
231 friend class LazyCallGraph::Node;
262 Edge &operator[](Node &N) {
269 Edge *lookup(Node &N) {
296 DenseMap<Node *, in
327 class Node { class in class:llvm::LazyCallGraph::Edge
397 Node(LazyCallGraph &G, Function &F) : G(&G), F(&F) {} function in class:llvm::LazyCallGraph::Edge::Node
[all...]

Completed in 1043 milliseconds

1234567891011>>