Searched refs:ie (Results 76 - 100 of 111) sorted by relevance

12345

/openbsd-current/gnu/llvm/lldb/source/Expression/
H A DIRInterpreter.cpp1041 for (IndexIterator ii = indices.begin(), ie = indices.end(); ii != ie;
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp220 for (unsigned i = 1, ie = LoopID->getNumOperands(); i < ie; ++i) {
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-Install/lib/ExtUtils/
H A DInstall.pm946 (ie. Foo::Bar would be Foo/Bar). If $fullext is not specified, it
1214 locking (ie. Windows). So we wrap it and close the filehandle.
/openbsd-current/gnu/usr.bin/perl/cpan/Params-Check/lib/Params/
H A DCheck.pm165 This allows you to specify C<constants> in your template. ie, they
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/
H A DManifest.pm686 $file will be normalized (ie. Unixified). B<UNIMPLEMENTED>
/openbsd-current/gnu/usr.bin/perl/Porting/
H A DcheckURL.pl429 http://www.egt.ie/standards/iso3166/iso3166-1-en.html
/openbsd-current/gnu/usr.bin/perl/win32/bin/
H A Dpl2bat.pl260 run from Windows NT (ie. when run from DOS, Windows 3.1, or Windows 95).
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/
H A DUtilities.pm384 * "STATIC", ie. it exports XSUB symbols. You probably don't want that
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DCommandLine.cpp539 // non-prefix form (ie is not AlwaysPrefix), we match. If not, signal match
589 ie = OptionsMap.end();
590 it != ie; ++it) {
/openbsd-current/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1611 for (unsigned i = 0, ie = NumArgs; i != ie; ++i) {
H A DPPCISelLowering.cpp11264 for (unsigned i = 0, ie = Op0.getNumOperands(); i != ie; ++i) {
13667 for (unsigned i = 0, ie = BinOp.getNumOperands(); i != ie; ++i) {
13701 for (unsigned i = 0, ie = Inputs.size(); i != ie; ++i) {
13725 for (unsigned i = 0, ie = PromOps.size(); i != ie; ++i) {
13747 for (unsigned i = 0, ie = Inputs.size(); i != ie;
[all...]
H A DPPCISelDAGToDAG.cpp2508 for (unsigned i = 0, ie = ValueRotsVec.size(); i < ie; ++i)
7261 for (unsigned i = 0, ie = VTs.NumVTs; i != ie; ++i)
/openbsd-current/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp862 for (unsigned i = 0, ie = Super.Orders.size(); i != ie; ++i)
/openbsd-current/gnu/usr.bin/perl/dist/Exporter/lib/
H A DExporter.pm308 This will export the symbols one level 'above' the current package - ie: to
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/
H A DBase.pm839 256+ (ie one that could be either in bytes or utf8) into a second entry
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/
H A DTester.pm679 This module is copyright 2005 Fergal Daly <fergal@esatclear.ie>, some parts
/openbsd-current/gnu/llvm/clang/lib/Driver/ToolChains/
H A DDarwin.cpp2895 for (ArgList::iterator it = DAL->begin(), ie = DAL->end(); it != ie; ) {
2901 assert(it != ie && "unexpected argument translation");
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMM_Any.pm74 The first element of @os_flavor is the major family (ie. Unix,
2531 directory and filename in a filepath. ie. / on Unix, \ on Win32 and
2573 (ie. MM_Unix_VERSION or MM_VMS_VERSION).
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/lib/Pod/
H A DMan.pm749 # Now finally output the command. Bother with .ie only if the nroff
754 return ".ie n $command $nroff\n.el $command $troff\n";
1565 .ie n \{\
1575 .ie \n(.g .ds Aq \(aq
/openbsd-current/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp1653 for (InputList::iterator it = Inputs.begin(), ie = Inputs.end(); it != ie;) {
1669 ie = Inputs.end();
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/
H A DParser.pm1738 Note that C<TAP::Parser> is designed to be the central "maker" - ie: it is
/openbsd-current/gnu/usr.bin/perl/ext/B/B/
H A DConcise.pm63 # Renderings, ie how Concise prints, is controlled by these vars
1224 Options affect how things are rendered (ie printed). They're presented
/openbsd-current/gnu/gcc/gcc/config/sh/
H A Dcrt1.asm501 beq r2, r63, tr2 /* If zero, ie not present branch around to chandler */
/openbsd-current/gnu/llvm/llvm/lib/MC/MCParser/
H A DMasmParser.cpp1136 ie = ActiveMacros.rend();
1137 it != ie; ++it)
H A DAsmParser.cpp836 ie = ActiveMacros.rend();
837 it != ie; ++it)

Completed in 367 milliseconds

12345