/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSymbolCOFF.h | 39 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
|
/freebsd/crypto/openssh/ |
H A D | xmss_hash_address.c | 25 void setType(uint32_t adrs[8], uint32_t type){ in setType() function
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCSymbolELF.cpp | 94 void MCSymbolELF::setType(unsigned Type) const { in setType() function in llvm::MCSymbolELF
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.h | 392 void setType(const DIE *Ty) { this->Ty = Ty; } in setType() function
|
/freebsd/contrib/opencsd/decoder/include/common/ |
H A D | trc_gen_elem.h | 146 inline void OcsdTraceElement::setType(const ocsd_gen_trc_elem_t type) in setType() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineMemOperand.h | 330 void setType(LLT NewTy) { in setType() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | WindowsResource.h | 73 void setType(uint16_t ID) { in setType() function
|
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv4/ |
H A D | trc_pkt_elem_etmv4i.h | 124 void setType(const ocsd_etmv4_i_pkt_type pkt_type) { type = pkt_type; }; in setType() function
|
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/ |
H A D | Types.h | 332 void setType(const std::string &type) { Type = type; } in setType() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineRegisterInfo.cpp | 190 void MachineRegisterInfo::setType(Register VReg, LLT Ty) { in setType() function in MachineRegisterInfo
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1284 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType() function 1304 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType() function 1375 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType() function 1392 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType() function 1411 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType() function 1428 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType() function
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | Patterns.h | 276 void setType(PatternType NewType) { in setType() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | GVNExpression.h | 210 void setType(Type *T) { ValueType = T; } in setType() function
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenDAGPatterns.h | 701 void setType(unsigned ResNo, const TypeSetByHwMode &T) { Types[ResNo] = T; } in setType() function
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclObjC.h | 805 void setType(QualType T, TypeSourceInfo *TSI) { in setType() function
|
H A D | Decl.h | 679 void setType(QualType newType) { DeclType = newType; } in setType() function
|
H A D | Expr.h | 143 void setType(QualType t) { in setType() function
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | FormatToken.h | 432 void setType(TokenType T) { in setType() function
|