Searched refs:NullNode (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
H A Ddev_fs.cc37 class NullNode : public CharNode { class in namespace:nacl_io::__anon8913
39 explicit NullNode(Filesystem* filesystem) : CharNode(filesystem) {} function in class:nacl_io::__anon8913::NullNode
111 Error NullNode::Read(const HandleAttr& attr,
119 Error NullNode::Write(const HandleAttr& attr,
330 INITIALIZE_DEV_NODE("/null", NullNode);
/external/llvm/include/llvm/Support/
H A DYAMLParser.h176 class NullNode : public Node { class in namespace:llvm::yaml
180 NullNode(std::unique_ptr<Document> &D) function in class:llvm::yaml::NullNode
H A DYAMLTraits.h925 return NullNode::classof(n->_node);
/external/llvm/lib/Support/
H A DYAMLParser.cpp101 void NullNode::anchor() {}
1825 return Key = new (getAllocator()) NullNode(Doc);
1834 return Key = new (getAllocator()) NullNode(Doc);
1846 return Value = new (getAllocator()) NullNode(Doc);
1856 return Value = new (getAllocator()) NullNode(Doc);
1861 return Value = new (getAllocator()) NullNode(Doc);
1869 return Value = new (getAllocator()) NullNode(Doc);
2147 return new (NodeAllocator) NullNode(stream.CurrentDoc);
H A DYAMLTraits.cpp80 if (isa<NullNode>(N)) {
345 } else if (isa<NullNode>(N)) {
/external/llvm/utils/yaml-bench/
H A DYAMLBench.cpp120 } else if (dyn_cast<yaml::NullNode>(n)) {
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DOptimize.py754 method_node = ExprNodes.NullNode(dict_obj.pos)
2042 pos_args = [ExprNodes.NullNode(node.pos)]
2380 kwargs = ExprNodes.NullNode(node.pos, type=PyrexTypes.py_object_type) # hack?
2717 args.append(ExprNodes.NullNode(node.pos))
2884 null_node = ExprNodes.NullNode(node.pos)
3008 encoding_node = ExprNodes.NullNode(node.pos)
3010 decode_function = ExprNodes.NullNode(node.pos)
3085 null_node = ExprNodes.NullNode(pos)
H A DParseTreeTransforms.py2526 node = ExprNodes.NullNode(node.pos)
H A DParsing.py652 return ExprNodes.NullNode(pos)
H A DExprNodes.py1000 class NullNode(ConstNode): class in inherits:ConstNode

Completed in 6875 milliseconds