Home
last modified time | relevance | path

Searched refs:NodeName (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
DClangASTNodesEmitter.cpp101 std::string NodeName = macroName(std::string(Child.getName())); in EmitNode() local
103 OS << "#ifndef " << NodeName << "\n"; in EmitNode()
104 OS << "# define " << NodeName << "(Type, Base) " in EmitNode()
109 OS << NodeName << "(" << Child.getName() << ", " << baseName(Base) << ")"; in EmitNode()
120 OS << "#undef " << NodeName << "\n\n"; in EmitNode()
/freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
Dtdutil.h74 void tdStr2WWN (char *buffer, bit8 * NodeName);
76 void tdWWN2Str (char *buffer, bit8 * NodeName);
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DLoopUnrolling.cpp130 static internal::Matcher<Stmt> hasSuspiciousStmt(StringRef NodeName) { in hasSuspiciousStmt() argument
136 changeIntBoundNode(equalsBoundNode(std::string(NodeName))), in hasSuspiciousStmt()
137 callByRef(equalsBoundNode(std::string(NodeName))), in hasSuspiciousStmt()
138 getAddrTo(equalsBoundNode(std::string(NodeName))), in hasSuspiciousStmt()
139 assignedToRef(equalsBoundNode(std::string(NodeName)))))); in hasSuspiciousStmt()
/freebsd-12-stable/sys/contrib/dev/acpica/components/namespace/
Dnsnames.c247 const char *NodeName; in AcpiNsHandleToName() local
269 NodeName = AcpiUtGetNodeName (Node); in AcpiNsHandleToName()
270 ACPI_COPY_NAMESEG (Buffer->Pointer, NodeName); in AcpiNsHandleToName()
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp538 bool consumeNameSuffix(StringRef NodeName, bool CanSkip) { in consumeNameSuffix() argument
541 NodeName) || in consumeNameSuffix()
575 StringRef NodeName = getNodeName(Node, Scratch); in matchesNodeUnqualified() local
577 return consumeNameSuffix(Name, NodeName) && Name.empty(); in matchesNodeUnqualified()
643 llvm::SmallString<128> NodeName = StringRef("::"); in matchesNodeFullSlow() local
644 llvm::raw_svector_ostream OS(NodeName); in matchesNodeFullSlow()
/freebsd-12-stable/lib/libefivar/
Defivar-dp-parse.c113 IN const CHAR16 *NodeName in GetParamByNodeName() argument
124 NodeNameLength = StrLen (NodeName); in GetParamByNodeName()
125 if (StrnCmp (Str, NodeName, NodeNameLength) != 0) { in GetParamByNodeName()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86FrameLowering.cpp3000 MDString *NodeName = dyn_cast<MDString>(Node->getOperand(0)); in getHiPELiteral() local
3002 if (!NodeName || !NodeVal) continue; in getHiPELiteral()
3004 if (ValConst && NodeName->getString() == LiteralName) { in getHiPELiteral()