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

  /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/llvm/include/llvm/
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 &); // Do not implemen
    [all...]
  /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/lib/Target/PTX/MCTargetDesc/
PTXBaseInfo.h 28 Constant = 1,
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 72 bool Constant;
88 Constant(false) { Constants.Int = 0;}
92 Constant(false) { Constants.Int = 0; EntryKind = E_Location; }
95 Constant(true) { Constants.Int = i; EntryKind = E_Integer; }
98 Constant(true) { Constants.CFP = FPtr; EntryKind = E_ConstantFP; }
101 Constant(true) { Constants.CIP = IPtr; EntryKind = E_ConstantInt; }
  /external/llvm/include/llvm/MC/
MCExpr.h 35 Constant, ///< Constant expressions.
88 /// value, i.e. an expression of the fixed form (a - b + constant).
111 //// MCConstantExpr - Represent a constant integer expression.
116 : MCExpr(MCExpr::Constant), Value(_Value) {}
133 return E->getKind() == MCExpr::Constant;
142 /// assembler variable (defined constant), or constitute an implicit definition
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 238 enum HowSpecified { NotSpecified, Constant, Arg, Invalid };
267 assert(hs == Constant);
277 assert(hs == Constant);
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 61 Constant, ConstantFP,
110 // TargetConstant* - Like Constant*, but the DAG does not do any folding,
111 // simplification, or lowering of the constant. They are used for constants
164 // a Constant, which is required to be operand #1) half of the integer or
275 /// constant multiple of the result vector length.
279 /// VEC1/VEC2. A VECTOR_SHUFFLE node also contains an array of constant int
281 /// get. These constant ints are accessible through the
    [all...]
  /external/v8/tools/
test.py 766 class Constant(Expression):
979 return Constant(True)
982 return Constant(False)
1141 current_section = Section(Constant(True))
    [all...]
  /external/webkit/Source/JavaScriptCore/parser/
Nodes.h 412 enum Type { Constant = 1, Getter = 2, Setter = 4 };
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 53 llvm::Constant *Function;
78 /// LLVM constant.
79 operator llvm::Constant*() {
87 cast<llvm::Constant>(CGM->CreateRuntimeFunction(FTy, FunctionName));
95 return cast<llvm::Function>((llvm::Constant*)*this);
170 /// Helper function that generates a constant string and returns a pointer to
173 llvm::Constant *MakeConstantString(const std::string &Str,
175 llvm::Constant *ConstStr = CGM.GetAddrOfConstantCString(Str, Name.c_str());
182 llvm::Constant *ExportUniqueString(const std::string &Str,
185 llvm::Constant *ConstStr = TheModule.getGlobalVariable(name)
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 403 // Don't invert constant FP values after legalize. The negated constant
544 N.getOperand(2).getOpcode() == ISD::Constant &&
545 N.getOperand(3).getOpcode() == ISD::Constant &&
746 case ISD::Constant: {
    [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 697 milliseconds