Searched refs:NodeName (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/ |
| H A D | ClangASTNodesEmitter.cpp | 89 std::string NodeName = macroName(R->getName()); in EmitNode() local 91 OS << "#ifndef " << NodeName << "\n"; in EmitNode() 92 OS << "# define " << NodeName << "(Type, Base) " in EmitNode() 97 OS << "ABSTRACT_" << macroName(Root.getName()) << "(" << NodeName << "(" in EmitNode() 100 OS << NodeName << "(" << R->getName() << ", " in EmitNode() 119 OS << "#undef " << NodeName << "\n\n"; in EmitNode()
|
| /freebsd-12.1/sys/dev/pms/RefTisa/tisa/sassata/common/ |
| H A D | tdutil.h | 74 void tdStr2WWN (char *buffer, bit8 * NodeName); 76 void tdWWN2Str (char *buffer, bit8 * NodeName);
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | LoopUnrolling.cpp | 128 static internal::Matcher<Stmt> hasSuspiciousStmt(StringRef NodeName) { in hasSuspiciousStmt() argument 134 changeIntBoundNode(equalsBoundNode(NodeName)), in hasSuspiciousStmt() 135 callByRef(equalsBoundNode(NodeName)), in hasSuspiciousStmt() 136 getAddrTo(equalsBoundNode(NodeName)), in hasSuspiciousStmt() 137 assignedToRef(equalsBoundNode(NodeName))))); in hasSuspiciousStmt()
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/namespace/ |
| H A D | nsnames.c | 253 const char *NodeName; in AcpiNsHandleToName() local 275 NodeName = AcpiUtGetNodeName (Node); in AcpiNsHandleToName() 276 ACPI_MOVE_NAME (Buffer->Pointer, NodeName); in AcpiNsHandleToName()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 414 bool consumeNameSuffix(StringRef NodeName, bool CanSkip) { in consumeNameSuffix() argument 417 NodeName) || in consumeNameSuffix() 451 StringRef NodeName = getNodeName(Node, Scratch); in matchesNodeUnqualified() local 453 return consumeNameSuffix(Name, NodeName) && Name.empty(); in matchesNodeUnqualified() 513 llvm::SmallString<128> NodeName = StringRef("::"); in matchesNodeFullSlow() local 514 llvm::raw_svector_ostream OS(NodeName); in matchesNodeFullSlow()
|
| /freebsd-12.1/lib/libefivar/ |
| H A D | efivar-dp-parse.c | 113 IN const CHAR16 *NodeName in GetParamByNodeName() argument 124 NodeNameLength = StrLen (NodeName); in GetParamByNodeName() 125 if (StrnCmp (Str, NodeName, NodeNameLength) != 0) { in GetParamByNodeName()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86FrameLowering.cpp | 2498 MDString *NodeName = dyn_cast<MDString>(Node->getOperand(0)); in getHiPELiteral() local 2500 if (!NodeName || !NodeVal) continue; in getHiPELiteral() 2502 if (ValConst && NodeName->getString() == LiteralName) { in getHiPELiteral()
|