HomeSort by relevance Sort by last modified time
    Searched refs:NodeType (Results 76 - 100 of 149) sorted by null

1 2 34 5 6

  /external/icu/icu4c/source/common/
rbbinode.cpp 46 RBBINode::RBBINode(NodeType t) : UMemory() {
252 void RBBINode::findNodes(UVector *dest, RBBINode::NodeType kind, UErrorCode &status) {
  /external/llvm/lib/IR/
Dominators.cpp 69 DominatorTreeBase<GraphTraits<BasicBlock *>::NodeType> &DT LLVM_COMMA
73 DominatorTreeBase<GraphTraits<Inverse<BasicBlock *> >::NodeType> &DT
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 340 /// NodeType - The operation that this node performs.
342 int16_t NodeType;
401 unsigned getOpcode() const { return (unsigned short)NodeType; }
405 bool isTargetOpcode() const { return NodeType >= ISD::BUILTIN_OP_END; }
411 return NodeType >= ISD::FIRST_TARGET_MEMORY_OPCODE;
416 bool isMachineOpcode() const { return NodeType < 0; }
423 return ~NodeType;
743 : NodeType(Opc), OperandsNeedDelete(true), HasDebugValue(false),
759 : NodeType(Opc), OperandsNeedDelete(false), HasDebugValue(false),
    [all...]
  /external/chromium_org/chrome/browser/browsing_data/
cookies_tree_model.h 77 // NodeType corresponds to the various CookieTreeNode types.
78 enum NodeType {
107 DetailedInfo& Init(NodeType type);
132 NodeType node_type;
  /external/clang/lib/Serialization/
ModuleManager.cpp 424 typedef ModuleFile NodeType;
428 static ChildIteratorType child_begin(NodeType *Node) {
432 static ChildIteratorType child_end(NodeType *Node) {
  /external/llvm/utils/TableGen/
DAGISelMatcher.cpp 396 MVT::SimpleValueType NodeType = getOpcode().getKnownType(CT->getResNo());
397 if (NodeType != MVT::Other)
398 return TypesAreContradictory(NodeType, CT->getType());
  /external/smack/src/org/jivesoftware/smackx/pubsub/
ConfigureForm.java 357 public NodeType getNodeType()
364 return NodeType.valueOf(value);
372 public void setNodeType(NodeType type)
PubSubManager.java 131 isLeafNode = nodeTypeField.getValues().next().equals(NodeType.leaf.toString());
165 if (infoReply.getIdentities().next().getType().equals(NodeType.leaf.toString()))
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ACBTree.h 12 } NodeType;
51 NSInteger nodeType; /* 1 = node, 2 = leaf, -1 = unused */
67 @property (assign) NSInteger nodeType;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Attr.cpp 161 bool Attr::childTypeAllowed(NodeType type) const
Node.h 83 template <typename NodeType> class StaticNodeTypeList;
132 enum NodeType {
147 // while not requiring all switch(NodeType) blocks to include this deprecated constant.
183 virtual NodeType nodeType() const = 0;
470 bool isDocumentTypeNode() const { return nodeType() == DOCUMENT_TYPE_NODE; }
471 virtual bool childTypeAllowed(NodeType) const { return false; }
    [all...]
ProcessingInstruction.cpp 78 Node::NodeType ProcessingInstruction::nodeType() const
ContainerNode.h 39 template <typename NodeType> class StaticNodeTypeList;
  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 578 typedef const GraphT::IrrNode NodeType;
581 static const NodeType *getEntryNode(const GraphT &G) {
584 static ChildIteratorType child_begin(NodeType *N) { return N->succ_begin(); }
585 static ChildIteratorType child_end(NodeType *N) { return N->succ_end(); }
  /external/chromium_org/chrome/test/chromedriver/js/
call_function.js 18 var NodeType = {
146 var nodeType = value['nodeType'];
147 if (nodeType == NodeType.ELEMENT || nodeType == NodeType.DOCUMENT
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathStep.cpp 158 static inline Node::NodeType primaryNodeType(Step::Axis axis)
174 Node::NodeType type = node->nodeType();
178 return node->nodeType() == Node::COMMENT_NODE;
181 return node->nodeType() == Node::PROCESSING_INSTRUCTION_NODE && (name.isEmpty() || node->nodeName() == name);
312 if (context->nodeType() == Node::ATTRIBUTE_NODE)
322 if (context->nodeType() == Node::ATTRIBUTE_NODE)
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.h 24 enum NodeType {
25 // Start the numbering from where ISD NodeType finishes.
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 29 enum NodeType {
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 384 typedef ArgumentGraphNode NodeType;
387 static inline NodeType *getEntryNode(NodeType *A) { return A; }
388 static inline ChildIteratorType child_begin(NodeType *N) {
391 static inline ChildIteratorType child_end(NodeType *N) {
397 static NodeType *getEntryNode(ArgumentGraph *AG) {
    [all...]
  /external/chromium_org/net/spdy/
spdy_priority_forest.h 113 enum NodeType { ROOT_NODE, NONROOT_ORDERED, NONROOT_UNORDERED };
118 NodeType type;
  /external/llvm/include/llvm/Analysis/
LoopInfoImpl.h 140 typename InvBlockTraits::NodeType *N = *PI;
165 typename InvBlockTraits::NodeType *N = *PI;
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 29 enum NodeType {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usbioctl.h 229 USB_HUB_NODE NodeType;
623 USB_WMI_DEVICE_NODE_TYPE NodeType;
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioNode.cpp 76 --s_nodeCount[nodeType()];
78 this, nodeType(), m_connectionRefCount, s_nodeCount[nodeType()]);
149 void AudioNode::setNodeType(NodeType type)
155 fprintf(stderr, "%p: %2d: AudioNode::AudioNode [%3d]\n", this, nodeType(), s_nodeCount[nodeType()]);
476 if (nodeType() != NodeTypeConvolver && nodeType() != NodeTypeDelay) {
490 this, nodeType(), m_connectionRefCount, s_nodeCount[nodeType()]);
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 124 static ISD::NodeType getExtendForContent(BooleanContent Content) {
737 bool hasTargetDAGCombine(ISD::NodeType NT) const {
    [all...]

Completed in 1956 milliseconds

1 2 34 5 6