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

1 2 3 4 5

  /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/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 &) = delete
    [all...]
  /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.
  /external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/
Constant.java 27 public class Constant {
  /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/icu/android_icu4j/src/main/tests/android/icu/dev/util/
UnicodeLabel.java 46 public static class Constant extends UnicodeLabel {
48 public Constant(String value) {
59 public static final UnicodeLabel NULL = new Constant("");
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
UnicodeLabel.java 45 public static class Constant extends UnicodeLabel {
47 public Constant(String value) {
58 public static final UnicodeLabel NULL = new Constant("");
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.cpp 335 case MCExpr::Constant: {
336 // If a symbolic branch target was added as a constant expression then
339 const MCConstantExpr *Constant = cast<MCConstantExpr>(Expr);
341 if (!Constant->evaluateAsAbsolute(TargetAddress)) {
351 // FIXME: Should we always treat this as if it is a constant literal and
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DebugLocEntry.h 31 /// \brief A single location or constant.
35 Constant.Int = i;
39 Constant.CFP = CFP;
43 Constant.CIP = CIP;
57 /// Either a constant,
62 } Constant;
71 int64_t getInt() const { return Constant.Int; }
72 const ConstantFP *getConstantFP() const { return Constant.CFP; }
73 const ConstantInt *getConstantInt() const { return Constant.CIP; }
111 /// share the same Loc/Constant and if Next immediately follows thi
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/scanner/
Constant.java 20 public final class Constant {
31 public final static Constant LINEBR = new Constant(LINEBR_S);
32 public final static Constant FULL_LINEBR = new Constant(FULL_LINEBR_S);
33 public final static Constant NULL_OR_LINEBR = new Constant(NULL_OR_LINEBR_S);
34 public final static Constant NULL_BL_LINEBR = new Constant(NULL_BL_LINEBR_S);
35 public final static Constant NULL_BL_T_LINEBR = new Constant(NULL_BL_T_LINEBR_S)
    [all...]
  /external/v8/src/compiler/
js-graph.cc 116 Node* JSGraph::Constant(Handle<Object> value) {
117 // Dereference the handle to determine if a number constant or other
120 return Constant(value->Number());
137 Node* JSGraph::Constant(double value) {
144 Node* JSGraph::Constant(int32_t value) {
  /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 138 Constant,
245 /// \brief Emit the constant pool.
  /external/v8/test/cctest/compiler/
test-machine-operator-reducer.cc 65 maxuint32(Constant<int32_t>(kMaxUInt32)) {
82 Node* Constant(volatile T value) {
95 CheckFoldBinop<T>(expect, Constant<T>(a), Constant<T>(b));
168 // Check that if the given constant appears on the left, the reducer will
171 void CheckPutConstantOnRight(volatile T constant) {
174 Node* k = Constant<T>(constant);
193 // Check that if the given constant appears on the left, the reducer will
196 void CheckDontPutConstantOnRight(volatile T constant) {
    [all...]
  /frameworks/base/core/java/android/os/health/
HealthKeys.java 71 public @interface Constant {
90 * tagged with the @Constant annotation.
97 // constant arrays for these fields.
99 final Class<Constant> annotationClass = Constant.class;
110 final Constant constant = field.getAnnotation(annotationClass); local
111 if (constant != null) {
112 final int type = constant.type();
114 throw new RuntimeException("Unknown Constant type " + typ
    [all...]
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/
OISEffect.h 73 Constant, //ConstantForce
211 Use this class when dealing with Force type of Constant
  /external/llvm/include/llvm/MC/
MCExpr.h 38 Constant, ///< Constant expressions.
99 /// expression of the fixed form (a - b + constant).
108 /// \brief Try to evaluate the expression to the form (a - b + constant) where
129 //// \brief Represent a constant integer expression.
134 : MCExpr(MCExpr::Constant), Value(Value) {}
151 return E->getKind() == MCExpr::Constant;
158 /// assembler variable (defined constant), or constitute an implicit definition
  /external/opencv3/modules/core/include/opencv2/core/
ocl.hpp 305 enum { LOCAL=1, READ_ONLY=2, WRITE_ONLY=4, READ_WRITE=6, CONSTANT=8, PTR_ONLY = 16, NO_SIZE=256 };
328 static KernelArg Constant(const Mat& m);
329 template<typename _Tp> static KernelArg Constant(const _Tp* arr, size_t n)
330 { return KernelArg(CONSTANT, 0, 1, 1, (void*)arr, n); }
  /external/v8/test/cctest/
types-fuzz.h 76 SmiConstant = Type::Constant(smi, zone);
77 Signed32Constant = Type::Constant(signed32, zone);
79 ObjectConstant1 = Type::Constant(object1, zone);
80 ObjectConstant2 = Type::Constant(object2, zone);
81 ArrayConstant = Type::Constant(array, zone);
82 UninitializedConstant = Type::Constant(uninitialized, zone);
91 types.push_back(Type::Constant(*it, zone));
181 Type* Constant(Handle<i::Object> value) {
182 return Type::Constant(value, zone_);
246 case 2: { // constant
    [all...]
  /external/v8/test/unittests/compiler/
escape-analysis-unittest.cc 73 Node* Constant(int num) {
136 graph()->NewNode(common()->Branch(), Constant(0), control_);
211 Node* object1 = Constant(1);
213 Node* allocation = Allocate(Constant(kPointerSize));
232 Node* object1 = Constant(1);
233 Node* object2 = Constant(2);
235 Node* allocation = Allocate(Constant(kPointerSize));
258 Node* object1 = Constant(1);
260 Node* allocation = Allocate(Constant(kPointerSize));
280 Node* object1 = Constant(1)
    [all...]
  /system/tools/aidl/
ast_java.h 329 struct Constant : public ClassElement {
333 Constant() = default;
334 virtual ~Constant() = default;
  /external/llvm/include/llvm/Object/
StackMapParser.h 81 /// Return the value of this constant.
101 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5
121 /// Get the small-constant for this location. (Kind must be Constant).
123 assert(getKind() == LocationKind::Constant && "Not a small constant.");
127 /// Get the constant-index for this location. (Kind must be ConstantIndex).
130 "Not a constant-index.");
360 /// Return the large constant at the given index.

Completed in 442 milliseconds

1 2 3 4 5