Searched defs:setType (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSymbolCOFF.h36 void setType(uint16_t Ty) const { function in class:llvm::MCSymbolCOFF
H A DMCSymbolWasm.h54 void setType(wasm::WasmSymbolType type) { Type = type; } function in class:llvm::MCSymbolWasm
/netbsd-current/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
H A DZone.py76 def setType(self, type): member in class:Zone
H A DNsdConf.py161 def setType(self, type): member in class:NsdZone
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dxmss_hash_address.c23 void setType(uint32_t adrs[8], uint32_t type){ function
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSymbolELF.cpp92 void MCSymbolELF::setType(unsigned Type) const { function in class:llvm::MCSymbolELF
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELFTypes.h229 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } function in struct:llvm::object::Elf_Sym_Impl
H A DWindowsResource.h73 void setType(uint16_t ID) { function in struct:llvm::object::WinResIDs
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h367 void setType(const DIE *Ty) { this->Ty = Ty; } function in class:llvm::final
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp182 void MachineRegisterInfo::setType(Register VReg, LLT Ty) { function in class:MachineRegisterInfo
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h660 void setType(QualType newType) { DeclType = newType; } function in class:clang::ValueDecl
H A DDeclObjC.h803 void setType(QualType T, TypeSourceInfo *TSI) { function in class:clang::ObjCPropertyDecl
H A DExpr.h142 void setType(QualType t) { function in class:clang::Expr
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/APINotes/
H A DTypes.h326 void setType(const std::string &type) { Type = type; } function in class:clang::api_notes::VariableInfo
/netbsd-current/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.h329 void setType(TokenType T) { Type = T; } function in struct:clang::format::FormatToken
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h702 void setType(unsigned ResNo, const TypeSetByHwMode &T) { Types[ResNo] = T; } function in class:llvm::TreePatternNode
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DELF.h1098 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } function in struct:llvm::ELF::Elf32_Sym
1118 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } function in struct:llvm::ELF::Elf64_Sym
1189 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } function in struct:llvm::ELF::Elf32_Rel
1206 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } function in struct:llvm::ELF::Elf32_Rela
1225 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } function in struct:llvm::ELF::Elf64_Rel
1242 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } function in struct:llvm::ELF::Elf64_Rela

Completed in 413 milliseconds