/external/webkit/Source/JavaScriptCore/dfg/ |
D | DFGNode.h | 172 struct Node { struct 186 …Node(NodeType op, ExceptionInfo exceptionInfo, OpInfo imm, NodeIndex child1 = NoNode, NodeIndex ch… argument 199 …Node(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/ |
D | StmtPrinter.cpp | 90 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 …]
|
D | StmtDumper.cpp | 98 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/ |
D | ilistTest.cpp | 19 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/ |
D | ASTMatchersInternal.h | 70 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/ |
D | collection.h | 40 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/ |
D | SpillPlacement.cpp | 69 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 …]
|
D | MachinePassRegistry.cpp | 36 void MachinePassRegistry::Add(MachinePassRegistryNode *Node) { in Add() 47 void MachinePassRegistry::Remove(MachinePassRegistryNode *Node) { in Remove()
|
/external/clang/test/CXX/expr/expr.post/expr.ref/ |
D | p3.cpp | 3 template<typename T> struct Node { struct 7 Node<T> n[1]; in splay() argument
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SDNodeOrdering.h | 36 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()
|
D | ScheduleDAGSDNodes.h | 55 static bool isPassiveNode(SDNode *Node) { in isPassiveNode() 134 const SDNode *Node; variable
|
/external/llvm/include/llvm/Support/ |
D | GraphWriter.h | 65 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/ |
D | DAGDeltaAlgorithm.cpp | 83 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/ |
D | ChromeClient.h | 56 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
|
D | PluginHalterClient.h | 33 class Node; variable
|
/external/llvm/include/llvm/Analysis/ |
D | DominanceFrontier.h | 79 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
|
D | RegionIterator.h | 170 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/ |
D | WebPluginHalterClient.h | 30 class Node; variable
|
/external/clang/test/CodeGenCXX/ |
D | constructor-template.cpp | 28 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/ |
D | RetainedDOMInfo.h | 38 class Node; variable
|
/external/webkit/Source/WebCore/xml/ |
D | XPathUtil.h | 37 class Node; variable
|
/external/webkit/Source/WebCore/bindings/gobject/ |
D | DOMObjectCache.h | 23 class Node; variable
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebPluginHalterClient.h | 33 class Node; variable
|
/external/webkit/Source/WebCore/inspector/ |
D | DOMNodeHighlighter.h | 35 class Node; variable
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
D | InspectorClientWx.h | 34 class Node; variable
|