/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSymbolCOFF.h | 38 void setType(uint16_t Ty) const { setType() function
|
H A D | MCSymbolWasm.h | 53 void setType(wasm::WasmSymbolType type) { Type = type; } setType() function
|
/freebsd-src/crypto/openssh/ |
H A D | xmss_hash_address.c | 25 void setType(uint32_t adrs[8], uint32_t type){ in setType() function
|
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.h | 390 void setType(const DIE *Ty) { this->Ty = Ty; } setType() function
|
/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineMemOperand.h | 325 void setType(LLT NewTy) { setType() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | WindowsResource.h | 73 void setType(uint16_t ID) { in setType() function
|
/freebsd-src/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-src/contrib/llvm-project/clang/include/clang/APINotes/ |
H A D | Types.h | 325 void setType(const std::string &type) { Type = type; } setType() function
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
H A D | Patterns.h |
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineRegisterInfo.cpp | 179 void MachineRegisterInfo::setType(Register VReg, LLT Ty) { setType() function in MachineRegisterInfo
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1261 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } setType() function 1281 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } setType() function 1352 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } setType() function 1369 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } setType() function 1388 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } setType() function 1405 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } setType() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | GVNExpression.h | 210 void setType(Type *T) { ValueType = T; } in setType() function
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | CodeGenDAGPatterns.h |
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclObjC.h | 802 void setType(QualType T, TypeSourceInfo *TSI) { setType() function
|
H A D | Decl.h | 718 void setType(QualType newType) { DeclType = newType; } setType() function
|
H A D | Expr.h | 144 void setType(QualType t) { setType() function
|
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | FormatToken.h | 410 void setType(TokenType T) { setType() function
|