Searched defs:Constant (Results 1 - 16 of 16) sorted by relevance

/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp3-nodeduct.cpp9 template<typename T, T* Address> struct Constant { }; struct
10 Constant<void(int), &f<int> > constant0;
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DConstant.java24 public abstract class Constant class in inherits:ToHuman,Comparable
25 implements ToHuman, Comparable<Constant> {
48 public final int compareTo(Constant other) {
67 protected abstract int compareTo0(Constant other);
/external/llvm/include/llvm/
H A DConstant.h1 //===-- llvm/Constant.h - Constant class definition -------------*- C++ -*-===//
10 // This file contains the declaration of the Constant class.
40 /// @brief LLVM Constant Representation
41 class Constant : public User { class in namespace:llvm
42 void operator=(const Constant &); // Do not implement
43 Constant(const Constant &); // Do not implement
47 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps) function in class:llvm::Constant
98 Constant *getAggregateElemen
[all...]
/external/proguard/src/proguard/classfile/constant/
H A DConstant.java32 public abstract class Constant implements VisitorAccepter class in inherits:VisitorAccepter
/external/llvm/lib/Target/PTX/MCTargetDesc/
H A DPTXBaseInfo.h28 Constant = 1, enumerator in enum:llvm::PTXStateSpace::__anon7628
/external/llvm/include/llvm/MC/
H A DMCExpr.h35 Constant, ///< Constant expressions. enumerator in enum:llvm::MCExpr::ExprKind
116 : MCExpr(MCExpr::Constant), Value(_Value) {}
133 return E->getKind() == MCExpr::Constant;
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h72 bool Constant; member in struct:llvm::DotDebugLocEntry
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/clang/include/clang/Analysis/Analyses/
H A DFormatString.h238 enum HowSpecified { NotSpecified, Constant, Arg, Invalid }; enumerator in enum:clang::analyze_format_string::OptionalAmount::HowSpecified
267 assert(hs == Constant);
277 assert(hs == Constant);
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h61 Constant, ConstantFP, enumerator in enum:llvm::ISD::NodeType
110 // TargetConstant* - Like Constant*, but the DAG does not do any folding,
164 // a Constant, which is required to be operand #1) half of the integer or
/external/v8/tools/
H A Dtest.py766 class Constant(Expression): class in inherits:Expression
979 return Constant(True)
982 return Constant(False)
1141 current_section = Section(Constant(True))
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp53 llvm::Constant *Function;
79 operator llvm::Constant*() {
87 cast<llvm::Constant>(CGM->CreateRuntimeFunction(FTy, FunctionName));
95 return cast<llvm::Function>((llvm::Constant*)*this);
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);
187 llvm::Constant *value = llvm::ConstantDataArray::getString(VMContext,Str);
197 llvm::ArrayRef<llvm::Constant*>
[all...]
/external/webkit/Source/JavaScriptCore/parser/
H A DNodes.h412 enum Type { Constant = 1, Getter = 2, Setter = 4 }; enumerator in enum:JSC::PropertyNode::Type
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp544 N.getOperand(2).getOpcode() == ISD::Constant &&
545 N.getOperand(3).getOpcode() == ISD::Constant &&
746 case ISD::Constant: {
1217 // Constant operands are canonicalized to RHS.
2474 APInt Constant = APInt::getNullValue(1); local
2476 Constant = C->getAPIntValue();
2494 Constant = APInt::getAllOnesValue(BitWidth);
2496 Constant &= SplatValue.lshr(i*BitWidth).zextOrTrunc(BitWidth);
2509 Constant =
2510 Constant
[all...]
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 647 milliseconds