/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCSymbolCOFF.h | 36 void setType(uint16_t Ty) const { in setType() function
|
H A D | MCSymbolWasm.h | 54 void setType(wasm::WasmSymbolType type) { Type = type; } in setType() function
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | xmss_hash_address.c | 23 void setType(uint32_t adrs[8], uint32_t type){ in setType() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCSymbolELF.cpp | 92 void MCSymbolELF::setType(unsigned Type) const { in setType() function in llvm::MCSymbolELF
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.h | 367 void setType(const DIE *Ty) { this->Ty = Ty; } in setType() function
|
/netbsd-src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/ |
H A D | Zone.py | 76 def setType(self, type): member in Zone
|
H A D | NsdConf.py | 161 def setType(self, type): member in NsdZone
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | WindowsResource.h | 73 void setType(uint16_t ID) { in setType() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/APINotes/ |
H A D | Types.h | 326 void setType(const std::string &type) { Type = type; } in setType() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineRegisterInfo.cpp | 182 void MachineRegisterInfo::setType(Register VReg, LLT Ty) { in setType() function in MachineRegisterInfo
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1098 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 D | GVNExpression.h | 210 void setType(Type *T) { ValueType = T; } in setType() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
H A D | FormatToken.h | 329 void setType(TokenType T) { Type = T; } in setType() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | CodeGenDAGPatterns.h | 702 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 D | DeclObjC.h | 803 void setType(QualType T, TypeSourceInfo *TSI) { in setType() function
|
H A D | Decl.h | 660 void setType(QualType newType) { DeclType = newType; } in setType() function
|
H A D | Expr.h | 142 void setType(QualType t) { in setType() function
|