Searched refs:Im (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/file/magic/Magdir/ |
H A D | rtf | 32 # "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 D | WasmObjectFile.cpp | 1267 wasm::WasmImport Im; in parseImportSection() local 1268 Im.Module = readString(Ctx); in parseImportSection() 1269 Im.Field = readString(Ctx); in parseImportSection() 1270 Im.Kind = readUint8(Ctx); in parseImportSection() 1271 switch (Im.Kind) { in parseImportSection() 1274 Im.SigIndex = readVaruint32(Ctx); in parseImportSection() 1275 if (Im.SigIndex >= NumTypes) in parseImportSection() 1281 Im.Global.Type = readUint8(Ctx); in parseImportSection() 1282 Im.Global.Mutable = readVaruint1(Ctx); in parseImportSection() 1285 Im.Memory = readLimits(Ctx); in parseImportSection() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | BareMetal.cpp | 69 MultilibBuilder Im = MultilibBuilder("/rv32im/ilp32") in findRISCVMultilibs() local 94 MultilibSetBuilder().Either(I, Im, Iac, Imac, Imafc).makeMultilibSet(); in findRISCVMultilibs()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 18635 auto *Im = new (Context) ImaginaryLiteral(Init, OrigType); in actOnOMPReductionKindClause() local 18636 Init = S.CreateBuiltinBinOp(ELoc, BO_Add, Init, Im).get(); in actOnOMPReductionKindClause()
|