Searched refs:lower (Results 176 - 200 of 347) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dexpprint.c967 int lower, upper; local
970 lower = longest_to_int (exp->elts[elt].longconst);
973 fprintf_filtered (stream, "Bounds [%d:%d]", lower, upper);
976 for (i = 1; i <= upper - lower + 1; i++)
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp184 void lower(bool NonVirtualBaseType);
260 void CGRecordLowering::lower(bool NVBaseType) { function in class:CGRecordLowering
438 // with lower cost.
881 Builder.lower(/*NonVirtualBaseType=*/false);
889 BaseBuilder.lower(/*NonVirtualBaseType=*/true);
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DELFAttributeParser.cpp131 if (vendorName.lower() != vendor)
/openbsd-current/gnu/llvm/clang/lib/Basic/
H A DDarwinSDKInfo.cpp94 llvm::Triple TT(llvm::Twine("--") + Pair.second.lower());
/openbsd-current/gnu/llvm/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp87 std::string CheckerFullName = StringRef(getCheckerFullName(&R, "-")).lower();
/openbsd-current/gnu/llvm/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInstPrinter.cpp97 OS << StringRef(getRegisterName(Reg)).lower();
/openbsd-current/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcInstPrinter.cpp42 OS << '%' << StringRef(getRegisterName(Reg)).lower();
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dmain.py115 if len(argv) > 1 and argv[1].lower() == 'discover':
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DMIRVRegNamerUtils.cpp170 std::string LowerName = Name.lower();
H A DTargetRegisterInfo.cpp179 OS << StringRef(TRI->getRegClassName(RegInfo.getRegClass(Reg))).lower();
181 OS << StringRef(RegInfo.getRegBankOrNull(Reg)->getName()).lower();
/openbsd-current/gnu/llvm/libcxx/utils/libcxx/sym_check/
H A Dextract.py76 'is_defined': (bits[1].lower() != 'u')
/openbsd-current/sys/msdosfs/
H A Dmsdosfs_conv.c355 dos2unixfn(u_char dn[11], u_char *un, int lower) argument
371 *un++ = lower ? u2l[c] : c;
379 *un++ = lower ? u2l[c] : c;
393 *un++ = lower ? u2l[c] : c;
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2543 return StringSwitch<unsigned>(Name.lower())
2590 StringSwitch<std::pair<int, int>>(Suffix.lower())
2619 Res = StringSwitch<std::pair<int, int>>(Suffix.lower())
2643 return StringSwitch<unsigned>(Name.lower())
2680 return StringSwitch<unsigned>(Name.lower())
2701 return StringSwitch<unsigned>(Name.lower())
2722 return StringSwitch<unsigned>(Name.lower())
2742 return StringSwitch<unsigned>(Name.lower())
2882 if (auto RegNum = StringSwitch<unsigned>(Name.lower())
2890 // Check for aliases registered via .req. Canonicalize to lower cas
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/i370/
H A Di370.c867 int lower, middle, upper;
870 lower = 0;
872 while (lower <= upper)
874 middle = (lower + upper) / 2;
881 lower = middle + 1;
865 int lower, middle, upper; local
/openbsd-current/sys/dev/isa/
H A Duguru.c107 uint8_t lower; member in struct:uguru_softc::__anon1
881 if (sc->cs.reading >= sc->cs.lower)
897 if (sc->cs.reading <= sc->cs.lower ||
924 if (sc->cs.reading <= sc->cs.lower)
962 sc->cs.lower = data[1];
/openbsd-current/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp440 Lower.lower(MI, LoweredMI);
445 Lower.lower(MI, LoweredMI);
450 Lower.lower(MI, LoweredMI);
455 Lower.lower(MI, LoweredMI);
602 Lower.lower(MI, LoweredMI);
/openbsd-current/gnu/llvm/lld/COFF/
H A DDriver.cpp411 ctx.config.noDefaultLibs.insert(doFindLib(arg->getValue()).lower());
498 visitedLibs.insert(std::string(sys::path::filename(path).lower()));
534 if (!visitedLibs.insert(filename.lower()).second)
538 if (ctx.config.noDefaultLibs.count(path.lower()))
857 unsigned v = StringSwitch<unsigned>(type.lower())
1661 config->noDefaultLibs.insert(doFindLib(arg->getValue()).lower());
1749 std::string str = StringRef(arg->getValue()).lower();
2126 config->delayLoads.insert(StringRef(arg->getValue()).lower());
2152 std::string s = StringRef(arg->getValue()).lower();
/openbsd-current/gnu/llvm/lldb/utils/lui/
H A Dlldbutil.py908 if kind.lower() in value.GetName().lower():
/openbsd-current/usr.sbin/tcpdump/
H A Dprint-udp.c70 u_int lower; /* less significant 32 bits */ member in struct:__anon2
233 ((double)((u_int32_t)ntohl(sr->sr_ntp.lower)) /
/openbsd-current/gnu/llvm/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp327 StringRef Path = Strings.save(StringRef(OriginalPaths[I]).lower());
350 std::string Filename = OriginalFilename.lower();
/openbsd-current/gnu/llvm/clang/utils/hmaptool/
H A Dhmaptool22 return sum((ord(c.lower()) * 13
/openbsd-current/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp222 MCInstLowering.lower(MI, TmpInst, MAI);
314 MCInstLowering.lower(MI, TmpInst, MAI);
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp90 getActionDefinitionsBuilder(G_SEXT_INREG).lower();
225 LoadStoreBuilder.lower();
/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsLegalizerInfo.cpp122 // Custom lower scalar memory access, up to 8 bytes, for:
150 .lower();
324 getActionDefinitionsBuilder(G_SEXT_INREG).lower();
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/
H A Dptyprocess.py24 _platform = sys.platform.lower()
573 char = char.lower()

Completed in 404 milliseconds

1234567891011>>