Home
last modified time | relevance | path

Searched defs:Node (Results 1 – 25 of 335) sorted by relevance

12345678910>>...14

/external/webkit/Source/JavaScriptCore/dfg/
DDFGNode.h172 struct Node { struct
186Node(NodeType op, ExceptionInfo exceptionInfo, OpInfo imm, NodeIndex child1 = NoNode, NodeIndex ch… argument
199Node(NodeType op, ExceptionInfo exceptionInfo, OpInfo imm1, OpInfo imm2, NodeIndex child1 = NoNode… argument
214 return op & NodeMustGenerate; in mustGenerate() argument
219 return op & NodeIsConstant; in isConstant() argument
222 unsigned constantNumber() in constantNumber()
228 bool hasLocal() in hasLocal()
233 VirtualRegister local() in local()
239 bool hasIdentifier() in hasIdentifier()
263 return (op & NodeResultMask) == NodeResultInt32; in hasInt32Result() argument
[all …]
/external/clang/lib/AST/
DStmtPrinter.cpp90 void VisitStmt(Stmt *Node) LLVM_ATTRIBUTE_UNUSED { in VisitStmt()
93 void VisitExpr(Expr *Node) LLVM_ATTRIBUTE_UNUSED { in VisitExpr()
111 void StmtPrinter::PrintRawCompoundStmt(CompoundStmt *Node) { in PrintRawCompoundStmt()
133 void StmtPrinter::VisitNullStmt(NullStmt *Node) { in VisitNullStmt()
137 void StmtPrinter::VisitDeclStmt(DeclStmt *Node) { in VisitDeclStmt()
143 void StmtPrinter::VisitCompoundStmt(CompoundStmt *Node) { in VisitCompoundStmt()
149 void StmtPrinter::VisitCaseStmt(CaseStmt *Node) { in VisitCaseStmt()
161 void StmtPrinter::VisitDefaultStmt(DefaultStmt *Node) { in VisitDefaultStmt()
166 void StmtPrinter::VisitLabelStmt(LabelStmt *Node) { in VisitLabelStmt()
171 void StmtPrinter::VisitAttributedStmt(AttributedStmt *Node) { in VisitAttributedStmt()
[all …]
DStmtDumper.cpp98 void DumpStmt(const Stmt *Node) { in DumpStmt()
120 void DumpExpr(const Expr *Node) { in DumpExpr()
210 void StmtDumper::DumpSourceRange(const Stmt *Node) { in DumpSourceRange()
235 void StmtDumper::VisitStmt(Stmt *Node) { in VisitStmt()
307 void StmtDumper::VisitDeclStmt(DeclStmt *Node) { in VisitDeclStmt()
323 void StmtDumper::VisitLabelStmt(LabelStmt *Node) { in VisitLabelStmt()
328 void StmtDumper::VisitGotoStmt(GotoStmt *Node) { in VisitGotoStmt()
338 void StmtDumper::VisitExpr(Expr *Node) { in VisitExpr()
342 static void DumpBasePath(raw_ostream &OS, CastExpr *Node) { in DumpBasePath()
366 void StmtDumper::VisitCastExpr(CastExpr *Node) { in VisitCastExpr()
[all …]
/external/llvm/unittests/ADT/
DilistTest.cpp19 struct Node : ilist_node<Node> { struct
20 int Value;
22 Node() {} in Node() argument
23 Node(int _Value) : Value(_Value) {} in Node() argument
/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h70 void addNode(StringRef ID, const T* Node) { in addNode()
73 void addNode(StringRef ID, ast_type_traits::DynTypedNode Node) { in addNode()
163 void setBinding(const std::string &Id, const T *Node) { in setBinding()
166 void setBinding(const std::string &Id, ast_type_traits::DynTypedNode Node) { in setBinding()
220 virtual bool matches(const T &Node, in matches()
261 bool matches(const T &Node, in matches()
286 const T *Node = DynNode.get<T>(); in matches() local
300 virtual bool matches(const Derived &Node, in matches()
333 virtual bool matches(const T &Node, in matches()
342 bool matchesSpecialized(const QualType &Node, ASTMatchFinder *Finder, in matchesSpecialized()
[all …]
/external/openfst/src/include/fst/extensions/pdt/
Dcollection.h40 struct Node { // Trie node struct
41 I node_id; // Root is kNoNodeId; argument
44 Node() : node_id(kNoNodeId), element(T()) {} in Node() function
45 Node(I i, const T &t) : node_id(i), element(t) {} in Node() argument
/external/llvm/lib/CodeGen/
DSpillPlacement.cpp69 struct SpillPlacement::Node { struct in SpillPlacement
74 float Scale[2];
79 float Bias;
84 float Value;
86 typedef SmallVector<std::pair<float, unsigned>, 4> LinkVector;
93 LinkVector Links;
96 bool preferReg() const { in preferReg()
102 bool mustSpill() const { in mustSpill()
109 Node() { in Node() function
115 void clear() { in clear()
[all …]
DMachinePassRegistry.cpp36 void MachinePassRegistry::Add(MachinePassRegistryNode *Node) { in Add()
47 void MachinePassRegistry::Remove(MachinePassRegistryNode *Node) { in Remove()
/external/clang/test/CXX/expr/expr.post/expr.ref/
Dp3.cpp3 template<typename T> struct Node { struct
7 Node<T> n[1]; in splay() argument
/external/llvm/lib/CodeGen/SelectionDAG/
DSDNodeOrdering.h36 void add(const SDNode *Node, unsigned O) { in add()
39 void remove(const SDNode *Node) { in remove()
47 unsigned getOrder(const SDNode *Node) { in getOrder()
DScheduleDAGSDNodes.h55 static bool isPassiveNode(SDNode *Node) { in isPassiveNode()
134 const SDNode *Node; variable
/external/llvm/include/llvm/Support/
DGraphWriter.h65 bool getEdgeSourceLabels(raw_ostream &O, NodeType *Node) { in getEdgeSourceLabels()
143 bool isNodeHidden(NodeType &Node) { in isNodeHidden()
147 bool isNodeHidden(NodeType *const *Node) { in isNodeHidden()
151 bool isNodeHidden(NodeType *Node) { in isNodeHidden()
155 void writeNode(NodeType& Node) { in writeNode()
159 void writeNode(NodeType *const *Node) { in writeNode()
163 void writeNode(NodeType *Node) { in writeNode()
226 void writeEdge(NodeType *Node, unsigned edgeidx, child_iterator EI) { in writeEdge()
/external/llvm/lib/Support/
DDAGDeltaAlgorithm.cpp83 pred_iterator_ty pred_begin(change_ty Node) { in pred_begin()
87 pred_iterator_ty pred_end(change_ty Node) { in pred_end()
92 pred_closure_iterator_ty pred_closure_begin(change_ty Node) { in pred_closure_begin()
96 pred_closure_iterator_ty pred_closure_end(change_ty Node) { in pred_closure_end()
101 succ_iterator_ty succ_begin(change_ty Node) { in succ_begin()
105 succ_iterator_ty succ_end(change_ty Node) { in succ_end()
110 succ_closure_iterator_ty succ_closure_begin(change_ty Node) { in succ_closure_begin()
114 succ_closure_iterator_ty succ_closure_end(change_ty Node) { in succ_closure_end()
/external/webkit/Source/WebCore/page/
DChromeClient.h56 class Node; variable
238 virtual void formDidFocus(const Node*) { }; in formDidFocus()
239 virtual void formDidBlur(const Node*) { }; in formDidBlur()
268 virtual bool supportsFullscreenForNode(const Node*) { return false; } in supportsFullscreenForNode()
269 virtual void enterFullscreenForNode(Node*) { } in enterFullscreenForNode() argument
270 virtual void exitFullscreenForNode(Node*) { } in exitFullscreenForNode() argument
DPluginHalterClient.h33 class Node; variable
/external/llvm/include/llvm/Analysis/
DDominanceFrontier.h79 void addToFrontier(iterator I, BasicBlock *Node) { in addToFrontier()
84 void removeFromFrontier(iterator I, BasicBlock *Node) { in removeFromFrontier()
100 BasicBlock *Node = *I++; in compareDomSet() local
125 BasicBlock *Node = I->first; in compare() local
DRegionIterator.h170 NodeType* Node; variable
249 inline RNSuccIterator<NodeType> succ_begin(NodeType* Node) { in succ_begin()
254 inline RNSuccIterator<NodeType> succ_end(NodeType* Node) { in succ_end()
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebPluginHalterClient.h30 class Node; variable
/external/clang/test/CodeGenCXX/
Dconstructor-template.cpp28 template <typename T> class Node { class
31 Node(){ } // Node<BinomialNode<int>*>::Node() remains undefined. in Node() function in Node
/external/webkit/Source/WebCore/bindings/v8/
DRetainedDOMInfo.h38 class Node; variable
/external/webkit/Source/WebCore/xml/
DXPathUtil.h37 class Node; variable
/external/webkit/Source/WebCore/bindings/gobject/
DDOMObjectCache.h23 class Node; variable
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebPluginHalterClient.h33 class Node; variable
/external/webkit/Source/WebCore/inspector/
DDOMNodeHighlighter.h35 class Node; variable
/external/webkit/Source/WebKit/wx/WebKitSupport/
DInspectorClientWx.h34 class Node; variable

12345678910>>...14