/openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCSymbolCOFF.h | 36 void setType(uint16_t Ty) const { in setType() function
|
H A D | MCSymbolWasm.h | 53 void setType(wasm::WasmSymbolType type) { Type = type; } in setType() function
|
/openbsd-src/usr.bin/ssh/ |
H A D | xmss_hash_address.c | 20 void setType(uint32_t adrs[8], uint32_t type){ in setType() function
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.h | 375 void setType(const DIE *Ty) { this->Ty = Ty; } in setType() function
|
/openbsd-src/gnu/llvm/llvm/lib/MC/ |
H A D | MCSymbolELF.cpp | 94 void MCSymbolELF::setType(unsigned Type) const { in setType() function in llvm::MCSymbolELF
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | MachineMemOperand.h | 322 void setType(LLT NewTy) { in setType() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
H A D | WindowsResource.h | 73 void setType(uint16_t ID) { in setType() function
|
/openbsd-src/gnu/llvm/clang/include/clang/APINotes/ |
H A D | Types.h | 330 void setType(const std::string &type) { Type = type; } in setType() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1202 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType() function 1222 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType() function 1293 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType() function 1310 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType() function 1329 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType() function 1346 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType() function
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | MachineRegisterInfo.cpp | 179 void MachineRegisterInfo::setType(Register VReg, LLT Ty) { in setType() function in MachineRegisterInfo
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/ |
H A D | GVNExpression.h | 210 void setType(Type *T) { ValueType = T; } in setType() function
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | CodeGenDAGPatterns.h | 710 void setType(unsigned ResNo, const TypeSetByHwMode &T) { Types[ResNo] = T; } in setType() function
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | DeclObjC.h | 799 void setType(QualType T, TypeSourceInfo *TSI) { in setType() function
|
H A D | Decl.h | 715 void setType(QualType newType) { DeclType = newType; } in setType() function
|
H A D | Expr.h | 143 void setType(QualType t) { in setType() function
|
/openbsd-src/gnu/llvm/clang/lib/Format/ |
H A D | FormatToken.h | 375 void setType(TokenType T) { in setType() function
|