Home
last modified time | relevance | path

Searched refs:Im (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/file/magic/Magdir/
H A Drtf32 # "Burow, Steffanie - Im Tal des Schneeleoparden.rtf"
37 # "Burow, Steffanie - Im Tal des Schneeleoparden.rtf"
64 # "Burow, Steffanie - Im Tal des Schneeleoparden.rtf"
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1275 wasm::WasmImport Im; in parseImportSection() local
1276 Im.Module = readString(Ctx); in parseImportSection()
1277 Im.Field = readString(Ctx); in parseImportSection()
1278 Im.Kind = readUint8(Ctx); in parseImportSection()
1279 switch (Im.Kind) { in parseImportSection()
1282 Im.SigIndex = readVaruint32(Ctx); in parseImportSection()
1283 if (Im.SigIndex >= NumTypes) in parseImportSection()
1289 Im.Global.Type = readUint8(Ctx); in parseImportSection()
1290 Im.Global.Mutable = readVaruint1(Ctx); in parseImportSection()
1293 Im.Memory = readLimits(Ctx); in parseImportSection()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DBareMetal.cpp87 MultilibBuilder Im = MultilibBuilder("/rv32im/ilp32") in findRISCVMultilibs() local
112 MultilibSetBuilder().Either(I, Im, Iac, Imac, Imafc).makeMultilibSet(); in findRISCVMultilibs()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp19290 auto *Im = new (Context) ImaginaryLiteral(Init, OrigType); in actOnOMPReductionKindClause() local
19291 Init = S.CreateBuiltinBinOp(ELoc, BO_Add, Init, Im).get(); in actOnOMPReductionKindClause()