HomeSort by: relevance | last modified time | path
    Searched refs:Multiple (Results 1 - 25 of 46) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/
compile-cplus.c 135 class Multiple : public Base, public Base2
220 Multiple *multivar = new Multiple;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/
compile-cplus.c 135 class Multiple : public Base, public Base2
220 Multiple *multivar = new Multiple;
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CXXInheritance.h 193 /// given base type is ambiguous (i.e., it refers to multiple subobjects of
197 /// Whether we are finding multiple paths to detect ambiguities.
297 // this method. Used when merging the overrides from multiple base
317 /// multiple, virtual inheritance, it is possible for a class to have
320 /// overrider map can represent multiple final overriders for a
337 /// function \c A::f can actually occur in multiple subobjects of type
338 /// \c A due to multiple inheritance, and may be overridden by
373 return IsMemberFunction && Inheritance >= MSInheritanceModel::Multiple;
385 return Inheritance <= MSInheritanceModel::Multiple;
  /src/external/bsd/zstd/dist/examples/
Makefile 87 @echo -- Multiple streaming tests
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Specifiers.h 354 Multiple = 1,
  /src/external/bsd/kyua-cli/dist/utils/text/
operations_test.cpp 92 ATF_REQUIRE_EQ("'Multiple quotes \\'\\'\\' together'",
93 text::quote("Multiple quotes ''' together", '\''));
  /src/external/apache2/llvm/dist/clang/lib/AST/
MicrosoftCXXABI.cpp 29 /// Numbers things which need to correspond across multiple TUs.
173 // we have a non-primary base class, which uses the multiple inheritance model.
194 return MSInheritanceModel::Multiple;
MicrosoftMangle.cpp 676 case MSInheritanceModel::Multiple: Code = '0'; break;
708 case MSInheritanceModel::Multiple: Code = 'H'; break;
885 // makes sense since function templates aren't likely to occur multiple
1197 // positions to discriminate between multiple instances.
1606 // However, we are free to use 0 *if* we would use multiple fields for
  /src/external/historical/nawk/dist/
FIXES 104 Multiple fixes and a minor code cleanup.
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemoryBuiltins.cpp 362 // If malloc call's arg can be determined to be a multiple of ElementSize,
363 // return the multiple. Otherwise, return NULL.
365 Value *Multiple = nullptr;
366 if (ComputeMultiple(MallocArg, ElementSize, Multiple, LookThroughSExt))
367 return Multiple;
415 /// argument passed to malloc is a multiple of the size of the malloced type,
416 /// then return that multiple. For non-array mallocs, the multiple is
ValueTracking.cpp 1320 // that this is a multiple of the minimum size.
3166 /// This function computes the integer multiple of Base that equals V.
3167 /// If successful, it returns true and returns the multiple in
3168 /// Multiple. If unsuccessful, it returns false. It looks
3170 bool llvm::ComputeMultiple(Value *V, unsigned Base, Value *&Multiple,
3184 Multiple = V;
3191 // Multiple is 1.
3192 Multiple = ConstantInt::get(T, 1);
3197 Multiple = ConstantInt::get(T, CI->getZExtValue() / Base);
3213 return ComputeMultiple(I->getOperand(0), Base, Multiple,
    [all...]
ScalarEvolution.cpp 2505 // to avoid multiplying by the same constant scale multiple times.
2660 // there are multiple AddRec's with the same loop induction variable being
3011 // if there are multiple AddRec's with the same loop induction variable
4161 // Cannot find the base of an expression with multiple pointer ops.
4794 // The loop may have multiple entrances or multiple exits; we can analyze
5108 // The loop may have multiple entrances or multiple exits; we can analyze
6359 // not know if the calculation that I represents would wrap. Multiple
6948 // No trip count information for multiple exits
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ValueTracking.h 206 /// This function computes the integer multiple of Base that equals V. If
207 /// successful, it returns true and returns the multiple in Multiple. If
211 bool ComputeMultiple(Value *V, unsigned Base, Value *&Multiple,
381 /// look through phi and select instructions and return multiple objects.
  /src/sys/arch/ia64/stand/common/
help.common 178 # Tset Sboot_multicons DUse multiple consoles
182 Enables multiple console support in the kernel early on boot.
340 Multiple paths can be separated with a semicolon.
  /src/usr.bin/make/unit-tests/
varmod-indirect.mk 30 # Multiple indirect modifiers can be applied one after another as long as
  /src/external/lgpl3/gmp/dist/demos/perl/
GMP.pm 137 GMP - Perl interface to the GNU Multiple Precision Arithmetic Library
219 and must be a multiple of $size bytes. C<mpz_export> conversely returns a
220 string of byte data, which will be a multiple of $size bytes.
  /src/usr.sbin/sysinst/
msg.mi.en 556 {Multiple CDs found. Please select the one containing the install CD.}
1370 It is useful for distinguishing between multiple disks.
1458 {There are multiple NetBSD partitions in the $1.
msg.mi.es 567 {Multiple CDs found, please select the one containing the install CD.}
1413 It is useful for distinguishing between multiple disks.
  /src/external/gpl3/gdb/dist/sim/ppc/
powerpc.igen 167 PPC_UNIT_MCIU, /* multiple cycle integer unit (604 style) */
244 "multiple cycle integer functional unit instruction",
2258 # I.3.3.5 Fixed-Point Load and Store Multiple Instrctions
2261 0.46,6.RT,11.RA,16.D:D:::Load Multiple Word
2280 0.47,6.RS,11.RA,16.D:D:::Store Multiple Word
  /src/external/gpl3/gdb.old/dist/sim/ppc/
powerpc.igen 167 PPC_UNIT_MCIU, /* multiple cycle integer unit (604 style) */
244 "multiple cycle integer functional unit instruction",
2258 # I.3.3.5 Fixed-Point Load and Store Multiple Instrctions
2261 0.46,6.RT,11.RA,16.D:D:::Load Multiple Word
2280 0.47,6.RS,11.RA,16.D:D:::Store Multiple Word
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 2408 // multiple elements of the buildvector are folded together into a single
2412 unsigned Multiple = ByteSize/EltSize; // Number of BV entries per spltval.
2414 assert(Multiple > 1 && Multiple <= 4 && "How can this happen?");
2422 if (!UniquedVals[i&(Multiple-1)].getNode())
2423 UniquedVals[i&(Multiple-1)] = N->getOperand(i);
2424 else if (UniquedVals[i&(Multiple-1)] != N->getOperand(i))
2428 // Okay, if we reached this point, UniquedVals[0..Multiple-1] contains
2436 for (unsigned i = 0; i != Multiple-1; ++i) {
2444 if (!UniquedVals[Multiple-1].getNode()
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp 1012 // C does not have the ODR, and it is common for codebases to contain multiple
1679 // Since a single ctor/dtor corresponds to multiple functions, it doesn't
2303 // namespace spanning multiple modules.
3010 case MSInheritanceModel::Multiple:
5033 // if necessary, and this way multiple declarations of the same namespace in
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 1080 /// to define functions that occur in multiple standards to call the version
3522 /// Emits a diagnostic when there are multiple possible conversion
4310 /// Valid types should not have multiple attributes with different CCs.
4470 /// optionally warns if there are multiple signatures.
4532 /// there are multiple signatures.
4540 /// there are multiple signatures.
8757 /// when there are multiple errors or warnings in the same instantiation.
12138 /// so you can safely call this multiple times without generating duplicate
12515 unsigned Multiple);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 233 // Don't try to save them multiple times.
553 // attribute from being applied multiple times and gives
1914 // should be treated as if the _Atomic qualifier appeared multiple times.
4389 // Diagnose whether this is a case with the multiple addr spaces.
6448 // multiple address spaces on the one pointer indirection
6628 // It's possible to have multiple local ObjCLifetime qualifiers. We
7227 "multiple spellings for __kindof?");
8515 IM = MSInheritanceModel::Multiple;
  /src/external/gpl2/diffutils/dist/config/
texinfo.tex 717 % if you have multiple lines of stuff to put here, you'll need to
2035 % Multiple tokens in the argument. We hope it's a number.
4526 \multiply\dimen0 by\tabw % compute previous multiple of \tabw
4527 \advance\dimen0 by\tabw % advance to next multiple of \tabw

Completed in 66 milliseconds

1 2