Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/winrc/
H A Dgen_msg.mc16 SymbolicName=MSG_GENERIC_SUCCESS
24 SymbolicName=MSG_GENERIC_INFO
32 SymbolicName=MSG_GENERIC_WARN
40 SymbolicName=MSG_GENERIC_ERR
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp882 InstructionMatcher &addInstructionMatcher(StringRef SymbolicName);
927 void defineOperand(StringRef SymbolicName, OperandMatcher &OM);
931 Error defineComplexSubOperand(StringRef SymbolicName, Record *ComplexPattern, in defineComplexSubOperand() argument
935 if (ComplexSubOperands.count(SymbolicName)) { in defineComplexSubOperand()
937 ComplexSubOperandsParentName[SymbolicName]; in defineComplexSubOperand()
939 return failedImport("Error: Complex suboperand " + SymbolicName + in defineComplexSubOperand()
948 ComplexSubOperands[SymbolicName] = in defineComplexSubOperand()
950 ComplexSubOperandsParentName[SymbolicName] = ParentName; in defineComplexSubOperand()
956 getComplexSubOperand(StringRef SymbolicName) const { in getComplexSubOperand()
957 const auto &I = ComplexSubOperands.find(SymbolicName); in getComplexSubOperand()
[all …]
/netbsd-src/external/bsd/openldap/dist/libraries/liblutil/
H A Dslapdmsg.mc15 SymbolicName=MSG_SVC_STARTED
24 SymbolicName=MSG_SVC_STOPPED
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp570 int GCCAsmStmt::getNamedOperand(StringRef SymbolicName) const { in getNamedOperand()
575 if (getOutputName(i) == SymbolicName) in getNamedOperand()
580 if (getInputName(i) == SymbolicName) in getNamedOperand()
584 if (getLabelName(i) == SymbolicName) in getNamedOperand()
738 StringRef SymbolicName(CurPtr, NameEnd - CurPtr); in AnalyzeAsmString() local
740 int N = getNamedOperand(SymbolicName); in AnalyzeAsmString()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp664 std::string SymbolicName(Start, Name - Start); in resolveSymbolicName() local
667 if (SymbolicName == OutputConstraints[Index].getName()) in resolveSymbolicName()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp5140 const SCEV *SymbolicName = getUnknown(PN); in createAddRecFromPHI() local
5141 ValueExprMap.insert({SCEVCallbackVH(PN, this), SymbolicName}); in createAddRecFromPHI()
5157 if (Add->getOperand(i) == SymbolicName) in createAddRecFromPHI()
5212 forgetSymbolicName(PN, SymbolicName); in createAddRecFromPHI()
5244 forgetSymbolicName(PN, SymbolicName); in createAddRecFromPHI()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h3178 int getNamedOperand(StringRef SymbolicName) const;