HomeSort by relevance Sort by last modified time
    Searched defs:Constant (Results 1 - 25 of 49) sorted by null

1 2

  /external/clang/test/Sema/
format-strings-enum.c 15 typedef enum { Constant = 0 } TestEnum;
16 // Note that in C, the type of 'Constant' is 'int'. In C++ it is 'TestEnum'.
21 printf("%d", Constant); // no-warning
24 printf("%lld", Constant); // expected-warning{{format specifies type 'long long'}}
  /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p3-nodeduct.cpp 9 template<typename T, T* Address> struct Constant { };
10 Constant<void(int), &f<int> > constant0;
  /external/proguard/src/proguard/classfile/constant/
Constant.java 21 package proguard.classfile.constant;
24 import proguard.classfile.constant.visitor.ConstantVisitor;
32 public abstract class Constant implements VisitorAccepter
46 * Returns the constant pool info tag that specifies the entry type.
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
Constant.java 24 public abstract class Constant
25 implements ToHuman, Comparable<Constant> {
27 * Returns {@code true} if this instance is a category-2 constant,
28 * meaning it takes up two slots in the constant pool, or
36 * Returns the human name for the particular type of constant
48 public final int compareTo(Constant other) {
67 protected abstract int compareTo0(Constant other);
  /dalvik/dx/src/com/android/dx/rop/cst/
Constant.java 24 public abstract class Constant
25 implements ToHuman, Comparable<Constant> {
27 * Returns {@code true} if this instance is a category-2 constant,
28 * meaning it takes up two slots in the constant pool, or
36 * Returns the human name for the particular type of constant
48 public final int compareTo(Constant other) {
67 protected abstract int compareTo0(Constant other);
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
Constant.java 24 public abstract class Constant
25 implements ToHuman, Comparable<Constant> {
27 * Returns {@code true} if this instance is a category-2 constant,
28 * meaning it takes up two slots in the constant pool, or
36 * Returns the human name for the particular type of constant
48 public final int compareTo(Constant other) {
67 protected abstract int compareTo0(Constant other);
  /external/llvm/include/llvm/IR/
Constant.h 1 //===-- llvm/Constant.h - Constant class definition -------------*- C++ -*-===//
10 // This file contains the declaration of the Constant class.
25 /// of all constant values in an LLVM program. A constant is a value that is
32 /// or expression based (computations yielding a constant value composed of
33 /// only certain operators and other constant values).
40 /// @brief LLVM Constant Representation
41 class Constant : public User {
42 void operator=(const Constant &) LLVM_DELETED_FUNCTION
    [all...]
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.cpp 316 case MCExpr::Constant: {
317 // If a symbolic branch target was added as a constant expression then
320 const MCConstantExpr *Constant = cast<MCConstantExpr>(Expr);
322 if (!Constant->EvaluateAsAbsolute(TargetAddress)) {
331 // FIXME: Should we always treat this as if it is a constant literal and
    [all...]
  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
module.py 83 class Constant(object):
  /external/llvm/lib/CodeGen/AsmPrinter/
DebugLocEntry.h 27 /// A single location or constant.
31 Constant.Int = i;
35 Constant.CFP = CFP;
39 Constant.CIP = CIP;
52 // Either a constant,
57 } Constant;
70 return Constant.Int == other.Constant.Int;
72 return Constant.CFP == other.Constant.CFP
    [all...]
  /external/eigen/Eigen/src/Core/
CwiseNullaryOp.h 24 * It is the return type of the Ones(), Zero(), Constant(), Identity() and Random() methods,
164 /** \returns an expression of a constant matrix of value \a value
179 DenseBase<Derived>::Constant(Index nbRows, Index nbCols, const Scalar& value)
184 /** \returns an expression of a constant matrix of value \a value
201 DenseBase<Derived>::Constant(Index size, const Scalar& value)
206 /** \returns an expression of a constant matrix of value \a value
217 DenseBase<Derived>::Constant(const Scalar& value)
319 * \sa setConstant(), Constant(), class CwiseNullaryOp
329 * \sa fill(), setConstant(Index,const Scalar&), setConstant(Index,Index,const Scalar&), setZero(), setOnes(), Constant(), class CwiseNullaryOp, setZero(), setOnes()
334 return derived() = Constant(rows(), cols(), val)
    [all...]
  /external/llvm/include/llvm/CodeGen/
StackMaps.h 87 enum LocationType { Unprocessed, Register, Direct, Indirect, Constant,
190 /// \brief Emit the constant pool.
ISDOpcodes.h 61 Constant, ConstantFP,
103 /// TargetConstant* - Like Constant*, but the DAG does not do any folding,
104 /// simplification, or lowering of the constant. They are used for constants
122 /// TargetIndex - Like a constant pool entry, but with completely
162 /// a Constant, which is required to be operand #1) half of the integer or
274 /// constant multiple of the result vector length.
278 /// VEC1/VEC2. A VECTOR_SHUFFLE node also contains an array of constant int
280 /// get. These constant ints are accessible through the
    [all...]
  /hardware/intel/img/psb_video/src/
psb_texture.c 150 signed char *pV, signed short *constant,
719 double yCoeff, uCoeff, vCoeff, Constant;
728 * included in the constant of the transform equation
756 &Constant);
759 psb_convert_coeffs(yCoeff, uCoeff, vCoeff, Constant, /* input coefficients */
770 &Constant);
773 psb_convert_coeffs(yCoeff, uCoeff, vCoeff, Constant,
785 &Constant);
788 psb_convert_coeffs(yCoeff, uCoeff, vCoeff, Constant,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_context.h 168 GLfloat constant[I915_MAX_CONSTANT][4]; member in struct:i915_fragment_program
202 GLuint reg; /* Hardware constant idx */
226 GLuint Constant[I915_CONSTANT_SIZE];
  /external/chromium_org/v8/src/
types.h 45 // Constant(x) < T iff instance_type(map(x)) < T
53 // and respective Constant types, since these types cannot be reconstructed
55 // Note also that Constant(x) < Class(map(x)) does _not_ hold, since x's map can
60 // considers the _current_ state only, i.e., Constant(x) <_now Class(map(x)).
122 // bitsets. Class is a heap pointer to the respective map. Only Constant's, or
123 // unions containing Class'es or Constant's, currently require allocation.
282 static TypeHandle Constant(i::Handle<i::Object> value, Region* region) {
350 // Equivalent to Constant(value)->Is(this), but avoiding allocation.
355 // a constant and its map class.
630 // Constant types
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_context.h 168 GLfloat constant[I915_MAX_CONSTANT][4]; member in struct:i915_fragment_program
202 GLuint reg; /* Hardware constant idx */
226 GLuint Constant[I915_CONSTANT_SIZE];
  /external/chromium_org/v8/test/cctest/
test-types.cc 157 SmiConstant = Type::Constant(smi, region);
158 Signed32Constant = Type::Constant(signed32, region);
159 ObjectConstant1 = Type::Constant(object1, region);
160 ObjectConstant2 = Type::Constant(object2, region);
161 ArrayConstant = Type::Constant(array, region);
162 UninitializedConstant = Type::Constant(uninitialized, region);
171 types.push_back(Type::Constant(*it, region));
238 TypeHandle Constant(Handle<i::Object> value) {
239 return Type::Constant(value, region_);
299 case 2: { // constant
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 256 enum HowSpecified { NotSpecified, Constant, Arg, Invalid };
285 assert(hs == Constant);
295 assert(hs == Constant);
  /external/llvm/include/llvm/MC/
MCExpr.h 37 Constant, ///< Constant expressions.
91 /// value, i.e. an expression of the fixed form (a - b + constant).
98 /// \brief Try to evaluate the expression to the form (a - b + constant) where
120 //// MCConstantExpr - Represent a constant integer expression.
125 : MCExpr(MCExpr::Constant), Value(_Value) {}
142 return E->getKind() == MCExpr::Constant;
150 /// assembler variable (defined constant), or constitute an implicit definition
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 198 llvm::Constant *Replacement = I->second;
229 const llvm::Constant *C = &GA;
267 llvm::Constant *Aliasee = Alias->getAliasee();
585 llvm::Constant *AssociatedData) {
607 SmallVector<llvm::Constant*, 8> Ctors;
609 llvm::Constant *S[] = {
614 : llvm::Constant::getNullValue(VoidPtrTy))
    [all...]
CGObjCGNU.cpp 51 llvm::Constant *Function;
77 /// LLVM constant.
78 operator llvm::Constant*() {
86 cast<llvm::Constant>(CGM->CreateRuntimeFunction(FTy, FunctionName));
94 return cast<llvm::Function>((llvm::Constant*)*this);
169 /// Helper function that generates a constant string and returns a pointer to
172 llvm::Constant *MakeConstantString(const std::string &Str,
174 llvm::Constant *ConstStr = CGM.GetAddrOfConstantCString(Str, Name.c_str());
181 llvm::Constant *ExportUniqueString(const std::string &Str,
184 llvm::Constant *ConstStr = TheModule.getGlobalVariable(name)
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 133 bool Float, Signed, Void, Poly, Constant, Pointer;
142 : Float(false), Signed(false), Void(true), Poly(false), Constant(false),
148 Constant(false), Pointer(false), ScalarForMangling(false),
563 if (Constant)
603 if (Constant) S += "C";
882 Constant = true;
1021 // Constant indices are always just "int".
1028 // Extra constant integer to hold type class enum for this function, e.g. s8
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 449 // I guess if either is constant, keep it and ignore the other.
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 58 case ISD::Constant: Res = PromoteIntRes_Constant(N); break;
322 assert(isa<ConstantSDNode>(Result) && "Didn't constant fold ext?");
    [all...]

Completed in 1905 milliseconds

1 2