Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSymbolCOFF.h36 void setType(uint16_t Ty) const { in setType() function
H A DMCSymbolWasm.h54 void setType(wasm::WasmSymbolType type) { Type = type; } in setType() function
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dxmss_hash_address.c23 void setType(uint32_t adrs[8], uint32_t type){ in setType() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSymbolELF.cpp92 void MCSymbolELF::setType(unsigned Type) const { in setType() function in llvm::MCSymbolELF
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h367 void setType(const DIE *Ty) { this->Ty = Ty; } in setType() function
/netbsd-src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
H A DZone.py76 def setType(self, type): member in Zone
H A DNsdConf.py161 def setType(self, type): member in NsdZone
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWindowsResource.h73 void setType(uint16_t ID) { in setType() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/APINotes/
H A DTypes.h326 void setType(const std::string &type) { Type = type; } in setType() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp182 void MachineRegisterInfo::setType(Register VReg, LLT Ty) { in setType() function in MachineRegisterInfo
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DELF.h1098 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType() function
1118 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType() function
1189 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType() function
1206 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType() function
1225 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType() function
1242 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h210 void setType(Type *T) { ValueType = T; } in setType() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.h329 void setType(TokenType T) { Type = T; } in setType() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h702 void setType(unsigned ResNo, const TypeSetByHwMode &T) { Types[ResNo] = T; } in setType() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h803 void setType(QualType T, TypeSourceInfo *TSI) { in setType() function
H A DDecl.h660 void setType(QualType newType) { DeclType = newType; } in setType() function
H A DExpr.h142 void setType(QualType t) { in setType() function