/netbsd-src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/ |
H A D | Key.py | 56 def setName(self, val): member in Key
|
H A D | Zone.py | 62 def setName(self, name): member in Zone
|
H A D | NsdConf.py | 59 def setName(self, val): member in NsdKey 140 def setName(self, name): member in NsdZone
|
/netbsd-src/external/bsd/elftosb/dist/common/ |
H A D | StSRecordFile.h | 65 virtual void setName(const std::string & inName) { m_name = inName; } in setName() function
|
H A D | StELFFile.h | 64 virtual void setName(const std::string & inName) { m_name = inName; } in setName() function
|
H A D | StExecutableImage.cpp | 61 void StExecutableImage::setName(const std::string & inName) in setName() function in StExecutableImage
|
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
H A D | LDAPAttribute.cpp | 156 void LDAPAttribute::setName(const string& name){ in setName() function in LDAPAttribute
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | Timer.h | 210 void setName(StringRef NewName, StringRef NewDescription) { in setName() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | WindowsResource.h | 78 void setName(uint16_t ID) { in setName() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibFunc.h | 345 void setName(StringRef N) { Name = std::string(N); } in setName() function 389 void setName(StringRef N) { Impl->setName(N); } in setName() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | DeclarationName.h | 784 void setName(DeclarationName N) { Name = N; } in setName() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Type.cpp | 422 void StructType::setName(StringRef Name) { in setName() function in StructType
|
H A D | Value.cpp | 371 void Value::setName(const Twine &NewName) { in setName() function in Value
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/ |
H A D | ResourceScriptStmt.h | 216 void setName(const IntOrString &Name) { ResName = Name; } in setName() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | CodeGenDAGPatterns.h | 678 void setName(StringRef N) { Name.assign(N.begin(), N.end()); } in setName() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.h | 456 void setName(const Twine &newName) { Name = newName.str(); } in setName() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 418 void setName(StringRef Name) { this->Name = Name; } in setName() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/ |
H A D | Record.h | 2062 void setName(Init *NewName) { Name = NewName; } in setName() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyTIL.h | 401 void setName(StringRef S) { Name = S; } in setName() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
H A D | Record.cpp | 2327 void Record::setName(Init *NewName) { in setName() function in Record
|