Searched refs:MakeNode (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | PostfixExpression.cpp | 59 stack.push_back(MakeNode<BinaryOpNode>(alloc, *op_type, *left, *right)); in ParseOneExpression() 69 stack.push_back(MakeNode<UnaryOpNode>(alloc, *op_type, *operand)); in ParseOneExpression() 76 stack.push_back(MakeNode<IntegerNode>(alloc, value)); in ParseOneExpression() 80 stack.push_back(MakeNode<SymbolNode>(alloc, token)); in ParseOneExpression()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbFPOProgramToDWARFExpression.cpp | 77 return MakeNode<RegisterNode>(alloc, reg_num); in ResolveFPOProgram()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.cpp | 595 return postfix::MakeNode<postfix::InitialValueNode>(node_alloc); in ParseCFIUnwindRow() 599 return postfix::MakeNode<postfix::RegisterNode>( in ParseCFIUnwindRow() 723 return postfix::MakeNode<postfix::RegisterNode>( in ParseWinUnwindPlan() 747 it->second = postfix::MakeNode<postfix::InitialValueNode>(node_alloc); in ParseWinUnwindPlan()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | PostfixExpression.h | 207 inline T *MakeNode(llvm::BumpPtrAllocator &alloc, Args &&... args) { in MakeNode() function
|
| /freebsd/sys/dev/aac/ |
| H A D | aacreg.h | 1045 MakeNode, enumerator
|
| /freebsd/sys/dev/aacraid/ |
| H A D | aacraid_reg.h | 1037 MakeNode, enumerator
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | VirtualFileSystem.h | 559 std::optional<llvm::sys::fs::perms> Perms, MakeNodeFn MakeNode);
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 858 MakeNodeFn MakeNode) { in addFile() argument 909 MakeNode({Dir->getUniqueID(), Path, Name, ModificationTime, in addFile()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 6540 …eEPKNS0_7GRStateENS_12ProgramPoint4KindEPKv", "clang::ento::ExprEngine::MakeNode(clang::ento::Expl… 7513 …PKNS0_7GRStateENS_12ProgramPoint4KindE", "clang::ento::StmtNodeBuilder::MakeNode(clang::ento::Expl…
|