HomeSort by relevance Sort by last modified time
    Searched refs:Value (Results 551 - 575 of 2613) sorted by null

<<21222324252627282930>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68k/
got-1.d 6 Tag Type Name/Value
18 Offset Info Type Sym.Value Sym. Name \+ Addend
got-multigot-12-13-14-34-35-ok.d 6 Tag Type Name/Value
18 Offset Info Type Sym.Value Sym. Name \+ Addend
got-multigot-14-ok.d 6 Tag Type Name/Value
18 Offset Info Type Sym.Value Sym. Name \+ Addend
got-negative-12-13-14-34-ok.d 6 Tag Type Name/Value
18 Offset Info Type Sym.Value Sym. Name \+ Addend
got-negative-14-ok.d 6 Tag Type Name/Value
18 Offset Info Type Sym.Value Sym. Name \+ Addend
got-single-12-ok.d 6 Tag Type Name/Value
18 Offset Info Type Sym.Value Sym. Name \+ Addend
got-xgot-12-13-14-15-34-35-ok.d 6 Tag Type Name/Value
18 Offset Info Type Sym.Value Sym. Name \+ Addend
got-xgot-15-ok.d 6 Tag Type Name/Value
18 Offset Info Type Sym.Value Sym. Name \+ Addend
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
NewInstanceTagTest.java 22 import org.apache.harmony.jpda.tests.framework.jdwp.Value;
107 public void provideConstructorArguments(List<Value> constructorArguments) {
113 constructorArguments.add(new Value(JDWPConstants.Tag.STRING_TAG, stringId));
  /external/clang/include/clang/Basic/
Sanitizers.h 61 void set(SanitizerMask K, bool Value) {
63 Mask = Value ? (Mask | K) : (Mask & ~K);
76 /// Parse a single value from a -fsanitize= or -fno-sanitize= value list.
77 /// Returns a non-zero SanitizerMask, or \c 0 if \p Value is not known.
78 SanitizerMask parseSanitizerValue(StringRef Value, bool AllowGroups);
  /external/clang/test/SemaTemplate/
template-id-expr.cpp 12 class Value;
13 void f0(const Value &Val) { isa<Value>(Val); }
  /external/google-breakpad/src/processor/
static_map.h 49 // ************* Value array **********
82 template<typename Key, typename Value, typename Compare = DefaultCompare<Key> >
85 typedef StaticMapIterator<Key, Value, Compare> iterator;
86 typedef StaticMapIterator<Key, Value, Compare> const_iterator;
  /external/jsilver/src/com/google/clearsilver/jsilver/template/
RenderingContext.java 24 import com.google.clearsilver.jsilver.values.Value;
33 * does not return a value.
35 Value executeFunction(String name, Value... args) throws JSilverInterpreterException;
  /external/llvm/examples/HowToUseJIT/
HowToUseJIT.cpp 79 Value *One = builder.getInt32(1);
87 Value *Add = builder.CreateAdd(One, ArgX);
107 Value *Ten = builder.getInt32(10);
  /external/llvm/include/llvm/IR/
DiagnosticPrinter.h 28 class Value;
53 virtual DiagnosticPrinter &operator<<(const Value &V) = 0;
86 DiagnosticPrinter &operator<<(const Value &V) override;
GlobalObject.h 70 static inline bool classof(const Value *V) {
71 return V->getValueID() == Value::FunctionVal ||
72 V->getValueID() == Value::GlobalVariableVal;
TypeFinder.h 26 class Value;
33 DenseSet<const Value*> VisitedConstants;
70 void incorporateValue(const Value *V);
  /external/llvm/include/llvm/MC/
ConstantPools.h 31 : Label(L), Value(Val), Size(Sz), Loc(Loc_) {}
33 const MCExpr *Value;
49 // \param Value is the new entry to put in the constant pool.
52 // \returns a MCExpr that references the newly inserted value
53 const MCExpr *addEntry(const MCExpr *Value, MCContext &Context,
66 // constant pool is a vector of (label, value) pairs. When the ldr
67 // pseudo is parsed we insert a new (label, value) pair into the constant pool
70 // output the (label, value) pairs in each constant pool at the end of the
  /external/llvm/lib/IR/
ConstantFold.h 25 class Value;
53 ArrayRef<Value *> Idxs);
57 ArrayRef<Value *> Idxs);
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.h 42 uint64_t Value, bool IsPCRel) const override;
64 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
86 const MCValue &Target, uint64_t &Value,
  /external/llvm/lib/Transforms/Utils/
CmpInstAnalysis.cpp 34 /// <=> Value Definition
69 /// Non-NULL return value will be a true or false constant.
72 Value *llvm::getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS,
  /external/llvm/tools/llvm-cov/
CoverageFilters.h 68 bool PassesThreshold(T Value) const {
71 return Value < Threshold;
73 return Value > Threshold;
  /external/llvm/unittests/Analysis/
MixedTBAATest.cpp 42 auto *Value = ConstantInt::get(IntType, 42);
45 auto *Store1 = new StoreInst(Value, Addr, BB);
46 auto *Store2 = new StoreInst(Value, Addr, BB);
  /external/skia/experimental/SkV8Example/
Global.h 68 static void SetTimeout(const v8::FunctionCallbackInfo<v8::Value>& args);
69 static void Print(const v8::FunctionCallbackInfo<v8::Value>& args);
70 static void Inval(const v8::FunctionCallbackInfo<v8::Value>& args);
  /external/skia/src/sfnt/
SkOTUtils.h 46 SkOTTableName::Record::NameID::Predefined::Value types[],
59 static SkOTTableName::Record::NameID::Predefined::Value familyNameTypes[3];
61 SkOTTableName::Record::NameID::Predefined::Value* fTypes;

Completed in 1003 milliseconds

<<21222324252627282930>>