HomeSort by relevance Sort by last modified time
    Searched refs:NodeType (Results 51 - 75 of 350) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/
CallGraph.h 175 typedef clang::CallGraphNode NodeType;
177 typedef NodeType::iterator ChildIteratorType;
179 static NodeType *getEntryNode(clang::CallGraphNode *CGN) { return CGN; }
180 static inline ChildIteratorType child_begin(NodeType *N) {
183 static inline ChildIteratorType child_end(NodeType *N) { return N->end(); }
187 typedef const clang::CallGraphNode NodeType;
189 typedef NodeType::const_iterator ChildIteratorType;
191 static NodeType *getEntryNode(const clang::CallGraphNode *CGN) { return CGN; }
192 static inline ChildIteratorType child_begin(NodeType *N) { return N->begin();}
193 static inline ChildIteratorType child_end(NodeType *N) { return N->end();
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersMacros.h 229 /// The variables are the same as for AST_MATCHER, but NodeType will be deduced
233 template <typename NodeType> \
235 : public ::clang::ast_matchers::internal::MatcherInterface<NodeType> { \
237 bool matches(const NodeType &Node, \
249 template <typename NodeType> \
250 bool internal::matcher_##DefineMatcher##Matcher<NodeType>::matches( \
251 const NodeType &Node, \
260 /// AST_MATCHER_P, with the addition of NodeType, which specifies the node type
261 /// of the matcher Matcher<NodeType> returned by the function matcher().
272 template <typename NodeType, typename ParamT>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersMacros.h 229 /// The variables are the same as for AST_MATCHER, but NodeType will be deduced
233 template <typename NodeType> \
235 : public ::clang::ast_matchers::internal::MatcherInterface<NodeType> { \
237 bool matches(const NodeType &Node, \
249 template <typename NodeType> \
250 bool internal::matcher_##DefineMatcher##Matcher<NodeType>::matches( \
251 const NodeType &Node, \
260 /// AST_MATCHER_P, with the addition of NodeType, which specifies the node type
261 /// of the matcher Matcher<NodeType> returned by the function matcher().
272 template <typename NodeType, typename ParamT>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/ASTMatchers/
ASTMatchersMacros.h 229 /// The variables are the same as for AST_MATCHER, but NodeType will be deduced
233 template <typename NodeType> \
235 : public ::clang::ast_matchers::internal::MatcherInterface<NodeType> { \
237 bool matches(const NodeType &Node, \
249 template <typename NodeType> \
250 bool internal::matcher_##DefineMatcher##Matcher<NodeType>::matches( \
251 const NodeType &Node, \
260 /// AST_MATCHER_P, with the addition of NodeType, which specifies the node type
261 /// of the matcher Matcher<NodeType> returned by the function matcher().
272 template <typename NodeType, typename ParamT>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/ASTMatchers/
ASTMatchersMacros.h 229 /// The variables are the same as for AST_MATCHER, but NodeType will be deduced
233 template <typename NodeType> \
235 : public ::clang::ast_matchers::internal::MatcherInterface<NodeType> { \
237 bool matches(const NodeType &Node, \
249 template <typename NodeType> \
250 bool internal::matcher_##DefineMatcher##Matcher<NodeType>::matches( \
251 const NodeType &Node, \
260 /// AST_MATCHER_P, with the addition of NodeType, which specifies the node type
261 /// of the matcher Matcher<NodeType> returned by the function matcher().
272 template <typename NodeType, typename ParamT>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/ASTMatchers/
ASTMatchersMacros.h 229 /// The variables are the same as for AST_MATCHER, but NodeType will be deduced
233 template <typename NodeType> \
235 : public ::clang::ast_matchers::internal::MatcherInterface<NodeType> { \
237 bool matches(const NodeType &Node, \
249 template <typename NodeType> \
250 bool internal::matcher_##DefineMatcher##Matcher<NodeType>::matches( \
251 const NodeType &Node, \
260 /// AST_MATCHER_P, with the addition of NodeType, which specifies the node type
261 /// of the matcher Matcher<NodeType> returned by the function matcher().
272 template <typename NodeType, typename ParamT>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/ASTMatchers/
ASTMatchersMacros.h 229 /// The variables are the same as for AST_MATCHER, but NodeType will be deduced
233 template <typename NodeType> \
235 : public ::clang::ast_matchers::internal::MatcherInterface<NodeType> { \
237 bool matches(const NodeType &Node, \
249 template <typename NodeType> \
250 bool internal::matcher_##DefineMatcher##Matcher<NodeType>::matches( \
251 const NodeType &Node, \
260 /// AST_MATCHER_P, with the addition of NodeType, which specifies the node type
261 /// of the matcher Matcher<NodeType> returned by the function matcher().
272 template <typename NodeType, typename ParamT>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/ASTMatchers/
ASTMatchersMacros.h 229 /// The variables are the same as for AST_MATCHER, but NodeType will be deduced
233 template <typename NodeType> \
235 : public ::clang::ast_matchers::internal::MatcherInterface<NodeType> { \
237 bool matches(const NodeType &Node, \
249 template <typename NodeType> \
250 bool internal::matcher_##DefineMatcher##Matcher<NodeType>::matches( \
251 const NodeType &Node, \
260 /// AST_MATCHER_P, with the addition of NodeType, which specifies the node type
261 /// of the matcher Matcher<NodeType> returned by the function matcher().
272 template <typename NodeType, typename ParamT>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/ASTMatchers/
ASTMatchersMacros.h 229 /// The variables are the same as for AST_MATCHER, but NodeType will be deduced
233 template <typename NodeType> \
235 : public ::clang::ast_matchers::internal::MatcherInterface<NodeType> { \
237 bool matches(const NodeType &Node, \
249 template <typename NodeType> \
250 bool internal::matcher_##DefineMatcher##Matcher<NodeType>::matches( \
251 const NodeType &Node, \
260 /// AST_MATCHER_P, with the addition of NodeType, which specifies the node type
261 /// of the matcher Matcher<NodeType> returned by the function matcher().
272 template <typename NodeType, typename ParamT>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersMacros.h 229 /// The variables are the same as for AST_MATCHER, but NodeType will be deduced
233 template <typename NodeType> \
235 : public ::clang::ast_matchers::internal::MatcherInterface<NodeType> { \
237 bool matches(const NodeType &Node, \
249 template <typename NodeType> \
250 bool internal::matcher_##DefineMatcher##Matcher<NodeType>::matches( \
251 const NodeType &Node, \
260 /// AST_MATCHER_P, with the addition of NodeType, which specifies the node type
261 /// of the matcher Matcher<NodeType> returned by the function matcher().
272 template <typename NodeType, typename ParamT>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/ASTMatchers/
ASTMatchersMacros.h 229 /// The variables are the same as for AST_MATCHER, but NodeType will be deduced
233 template <typename NodeType> \
235 : public ::clang::ast_matchers::internal::MatcherInterface<NodeType> { \
237 bool matches(const NodeType &Node, \
249 template <typename NodeType> \
250 bool internal::matcher_##DefineMatcher##Matcher<NodeType>::matches( \
251 const NodeType &Node, \
260 /// AST_MATCHER_P, with the addition of NodeType, which specifies the node type
261 /// of the matcher Matcher<NodeType> returned by the function matcher().
272 template <typename NodeType, typename ParamT>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/ASTMatchers/
ASTMatchersMacros.h 229 /// The variables are the same as for AST_MATCHER, but NodeType will be deduced
233 template <typename NodeType> \
235 : public ::clang::ast_matchers::internal::MatcherInterface<NodeType> { \
237 bool matches(const NodeType &Node, \
249 template <typename NodeType> \
250 bool internal::matcher_##DefineMatcher##Matcher<NodeType>::matches( \
251 const NodeType &Node, \
260 /// AST_MATCHER_P, with the addition of NodeType, which specifies the node type
261 /// of the matcher Matcher<NodeType> returned by the function matcher().
272 template <typename NodeType, typename ParamT>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/ASTMatchers/
ASTMatchersMacros.h 229 /// The variables are the same as for AST_MATCHER, but NodeType will be deduced
233 template <typename NodeType> \
235 : public ::clang::ast_matchers::internal::MatcherInterface<NodeType> { \
237 bool matches(const NodeType &Node, \
249 template <typename NodeType> \
250 bool internal::matcher_##DefineMatcher##Matcher<NodeType>::matches( \
251 const NodeType &Node, \
260 /// AST_MATCHER_P, with the addition of NodeType, which specifies the node type
261 /// of the matcher Matcher<NodeType> returned by the function matcher().
272 template <typename NodeType, typename ParamT>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/ASTMatchers/
ASTMatchersMacros.h 229 /// The variables are the same as for AST_MATCHER, but NodeType will be deduced
233 template <typename NodeType> \
235 : public ::clang::ast_matchers::internal::MatcherInterface<NodeType> { \
237 bool matches(const NodeType &Node, \
249 template <typename NodeType> \
250 bool internal::matcher_##DefineMatcher##Matcher<NodeType>::matches( \
251 const NodeType &Node, \
260 /// AST_MATCHER_P, with the addition of NodeType, which specifies the node type
261 /// of the matcher Matcher<NodeType> returned by the function matcher().
272 template <typename NodeType, typename ParamT>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/ASTMatchers/
ASTMatchersMacros.h 229 /// The variables are the same as for AST_MATCHER, but NodeType will be deduced
233 template <typename NodeType> \
235 : public ::clang::ast_matchers::internal::MatcherInterface<NodeType> { \
237 bool matches(const NodeType &Node, \
249 template <typename NodeType> \
250 bool internal::matcher_##DefineMatcher##Matcher<NodeType>::matches( \
251 const NodeType &Node, \
260 /// AST_MATCHER_P, with the addition of NodeType, which specifies the node type
261 /// of the matcher Matcher<NodeType> returned by the function matcher().
272 template <typename NodeType, typename ParamT>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/ASTMatchers/
ASTMatchersMacros.h 229 /// The variables are the same as for AST_MATCHER, but NodeType will be deduced
233 template <typename NodeType> \
235 : public ::clang::ast_matchers::internal::MatcherInterface<NodeType> { \
237 bool matches(const NodeType &Node, \
249 template <typename NodeType> \
250 bool internal::matcher_##DefineMatcher##Matcher<NodeType>::matches( \
251 const NodeType &Node, \
260 /// AST_MATCHER_P, with the addition of NodeType, which specifies the node type
261 /// of the matcher Matcher<NodeType> returned by the function matcher().
272 template <typename NodeType, typename ParamT>
    [all...]
  /external/llvm/include/llvm/IR/
Dominators.h 36 DominatorTreeBase<GraphTraits<BasicBlock *>::NodeType> &DT, Function &F);
38 DominatorTreeBase<GraphTraits<Inverse<BasicBlock *>>::NodeType> &DT,
158 typedef Node NodeType;
160 typedef df_iterator<Node *, SmallPtrSet<NodeType *, 8>> nodes_iterator;
162 static NodeType *getEntryNode(NodeType *N) { return N; }
163 static inline ChildIteratorType child_begin(NodeType *N) {
166 static inline ChildIteratorType child_end(NodeType *N) { return N->end(); }
168 static nodes_iterator nodes_begin(NodeType *N) {
172 static nodes_iterator nodes_end(NodeType *N)
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
Dominators.h 170 typedef ::clang::DomTreeNode NodeType;
171 typedef NodeType::iterator ChildIteratorType;
173 static NodeType *getEntryNode(NodeType *N) {
176 static inline ChildIteratorType child_begin(NodeType *N) {
179 static inline ChildIteratorType child_end(NodeType *N) {
196 static NodeType *getEntryNode(::clang::DominatorTree *DT) {
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineDominators.h 180 typedef MachineDomTreeNode NodeType;
181 typedef NodeType::iterator ChildIteratorType;
183 static NodeType *getEntryNode(NodeType *N) {
186 static inline ChildIteratorType child_begin(NodeType* N) {
189 static inline ChildIteratorType child_end(NodeType* N) {
196 static NodeType *getEntryNode(MachineDominatorTree *DT) {
MachineBasicBlock.h 470 typedef MachineBasicBlock NodeType;
473 static NodeType *getEntryNode(MachineBasicBlock *BB) { return BB; }
474 static inline ChildIteratorType child_begin(NodeType *N) {
477 static inline ChildIteratorType child_end(NodeType *N) {
483 typedef const MachineBasicBlock NodeType;
486 static NodeType *getEntryNode(const MachineBasicBlock *BB) { return BB; }
487 static inline ChildIteratorType child_begin(NodeType *N) {
490 static inline ChildIteratorType child_end(NodeType *N) {
502 typedef MachineBasicBlock NodeType;
504 static NodeType *getEntryNode(Inverse<MachineBasicBlock *> G)
    [all...]
  /prebuilts/go/darwin-x86/src/text/template/parse/
node.go 22 Type() NodeType
34 // NodeType identifies the type of a parse tree node.
35 type NodeType int
47 func (t NodeType) Type() NodeType {
52 NodeText NodeType = iota // Plain text.
78 NodeType
85 return &ListNode{tr: t, NodeType: NodeList, Pos: pos}
121 NodeType
128 return &TextNode{tr: t, NodeType: NodeText, Pos: pos, Text: []byte(text)
    [all...]
  /prebuilts/go/linux-x86/src/text/template/parse/
node.go 22 Type() NodeType
34 // NodeType identifies the type of a parse tree node.
35 type NodeType int
47 func (t NodeType) Type() NodeType {
52 NodeText NodeType = iota // Plain text.
78 NodeType
85 return &ListNode{tr: t, NodeType: NodeList, Pos: pos}
121 NodeType
128 return &TextNode{tr: t, NodeType: NodeText, Pos: pos, Text: []byte(text)
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineDominators.h 274 typedef Node NodeType;
277 static NodeType *getEntryNode(NodeType *N) { return N; }
278 static inline ChildIteratorType child_begin(NodeType *N) {
281 static inline ChildIteratorType child_end(NodeType *N) { return N->end(); }
299 static NodeType *getEntryNode(MachineDominatorTree *DT) {
  /external/llvm/include/llvm/Analysis/
CallGraph.h 412 typedef CallGraphNode NodeType;
418 static NodeType *getEntryNode(CallGraphNode *CGN) { return CGN; }
420 typedef mapped_iterator<NodeType::iterator, CGNDerefFun> ChildIteratorType;
422 static inline ChildIteratorType child_begin(NodeType *N) {
425 static inline ChildIteratorType child_end(NodeType *N) {
433 typedef const CallGraphNode NodeType;
439 static NodeType *getEntryNode(const CallGraphNode *CGN) { return CGN; }
441 typedef mapped_iterator<NodeType::const_iterator, CGNDerefFun>
444 static inline ChildIteratorType child_begin(NodeType *N) {
447 static inline ChildIteratorType child_end(NodeType *N)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Type.h 374 typedef Type NodeType;
377 static inline NodeType *getEntryNode(Type *T) { return T; }
378 static inline ChildIteratorType child_begin(NodeType *N) {
381 static inline ChildIteratorType child_end(NodeType *N) {
387 typedef const Type NodeType;
390 static inline NodeType *getEntryNode(NodeType *T) { return T; }
391 static inline ChildIteratorType child_begin(NodeType *N) {
394 static inline ChildIteratorType child_end(NodeType *N) {

Completed in 1268 milliseconds

1 23 4 5 6 7 8 91011>>