OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setType
(Results
1 - 16
of
16
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSymbolCOFF.h
36
void
setType
(uint16_t Ty) const {
MCSymbolWasm.h
54
void
setType
(wasm::WasmSymbolType type) { Type = type; }
114
setType
(wasm::WASM_SYMBOL_TYPE_TABLE);
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCSymbolELF.cpp
92
void MCSymbolELF::
setType
(unsigned Type) const {
/src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
Zone.py
76
def
setType
(self, type):
NsdConf.py
161
def
setType
(self, type):
367
z.
setType
('slave') # not used, but nice to know
378
z.
setType
('master')
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELFTypes.h
229
void
setType
(unsigned char t) { setBindingAndType(getBinding(), t); }
412
void
setType
(unsigned char t, bool IsMips64EL) {
465
void
setType
(uint32_t t, bool IsMips64EL) {
WindowsResource.h
73
void
setType
(uint16_t ID) {
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h
367
void
setType
(const DIE *Ty) { this->Ty = Ty; }
/src/external/apache2/llvm/dist/clang/include/clang/APINotes/
Types.h
326
void
setType
(const std::string &type) { Type = type; }
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineRegisterInfo.cpp
117
setType
(Reg, ConstrainingRegTy);
176
setType
(Reg, getType(VReg));
182
void MachineRegisterInfo::
setType
(Register VReg, LLT Ty) {
193
setType
(Reg, Ty);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Decl.h
660
void
setType
(QualType newType) { DeclType = newType; }
DeclObjC.h
803
void
setType
(QualType T, TypeSourceInfo *TSI) {
Expr.h
126
setType
(T);
142
void
setType
(QualType t) {
/src/external/apache2/llvm/dist/clang/lib/Format/
FormatToken.h
329
void
setType
(TokenType T) { Type = T; }
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenDAGPatterns.h
190
using
SetType
= MachineValueTypeSet;
202
SetType
&getOrCreate(unsigned Mode) {
243
static void writeToStream(const
SetType
&S, raw_ostream &OS);
254
bool intersect(
SetType
&Out, const
SetType
&In);
331
void expandOverloads(TypeSetByHwMode::
SetType
&Out,
332
const TypeSetByHwMode::
SetType
&Legal);
702
void
setType
(unsigned ResNo, const TypeSetByHwMode &T) { Types[ResNo] = T; }
/src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
ELF.h
1098
void
setType
(unsigned char t) { setBindingAndType(getBinding(), t); }
1118
void
setType
(unsigned char t) { setBindingAndType(getBinding(), t); }
1189
void
setType
(unsigned char t) { setSymbolAndType(getSymbol(), t); }
1206
void
setType
(unsigned char t) { setSymbolAndType(getSymbol(), t); }
1225
void
setType
(Elf64_Word t) { setSymbolAndType(getSymbol(), t); }
1242
void
setType
(Elf64_Word t) { setSymbolAndType(getSymbol(), t); }
Completed in 40 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026