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

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DYAMLParser.h165 class NullNode : public Node { class in namespace:llvm::yaml
167 NullNode(OwningPtr<Document> &D) : Node(NK_Null, D, StringRef()) {} function in class:llvm::yaml::NullNode
169 static inline bool classof(const NullNode *) { return true; }
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DYAMLParser.cpp1791 return Key = new (getAllocator()) NullNode(Doc);
1800 return Key = new (getAllocator()) NullNode(Doc);
1812 return Value = new (getAllocator()) NullNode(Doc);
1822 return Value = new (getAllocator()) NullNode(Doc);
1827 return Value = new (getAllocator()) NullNode(Doc);
1835 return Value = new (getAllocator()) NullNode(Doc);
2097 return new (NodeAllocator) NullNode(stream.CurrentDoc);
/macosx-10.9.5/llvmCore-3425.0.33/utils/yaml-bench/
H A DYAMLBench.cpp106 } else if (dyn_cast<yaml::NullNode>(n)) {
/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DNodeConstructors.h70 inline NullNode::NullNode(const JSTokenLocation& location) function in class:JSC::NullNode
H A DNodes.h208 class NullNode : public ConstantNode { class in namespace:JSC
210 NullNode(const JSTokenLocation&);
H A DASTBuilder.h228 return new (m_vm) NullNode(location);
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dname.c40 static Namval_t NullNode; variable
1207 rp->np = &NullNode;
3309 NullNode.nvname = ".deleted";
3310 NullNode.nvflag = NV_RDONLY;

Completed in 205 milliseconds