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

<<21222324252627282930>>

  /external/google-breakpad/src/processor/
map_serializers-inl.h 54 template<typename Key, typename Value>
55 size_t StdMapSerializer<Key, Value>::SizeOf(
56 const std::map<Key, Value> &m) const {
61 typename std::map<Key, Value>::const_iterator iter;
69 template<typename Key, typename Value>
70 char *StdMapSerializer<Key, Value>::Write(const std::map<Key, Value> &m,
89 typename std::map<Key, Value>::const_iterator iter;
99 template<typename Key, typename Value>
100 char *StdMapSerializer<Key, Value>::Serialize
    [all...]
stackwalker_x86_unittest.cc 129 stack_region.Init(stack_section.start().Value(), contents);
254 raw_context.esp = stack_section.start().Value();
255 raw_context.ebp = frame0_ebp.Value();
276 EXPECT_EQ(frame0_ebp.Value(), frame0->context.ebp);
289 EXPECT_EQ(frame1_ebp.Value(), frame1->context.ebp);
294 // Walk a traditional frame, but use a bogus %ebp value, forcing a scan
316 raw_context.esp = stack_section.start().Value();
340 EXPECT_EQ(stack_section.start().Value(), frame0->context.esp);
354 EXPECT_EQ(frame1_esp.Value(), frame1->context.esp);
355 EXPECT_EQ(frame1_ebp.Value(), frame1->context.ebp)
    [all...]
  /external/llvm/examples/BrainF/
BrainF.cpp 93 Value *memset_params[] = {
164 Value *puts_params[] = {
203 Value *tape_0 = getchar_call;
206 Value *tape_1 = builder->
220 Value *tape_1 = builder->
224 Value *putchar_params[] = {
245 Value *test_0 = builder->
249 Value *test_1 = builder->
253 Value *test_2 = builder->
272 Value *tape_1 = builder-
    [all...]
  /external/llvm/include/llvm/IR/
CallSite.h 16 // NOTE: These classes are supposed to have "value semantics". So they should be
17 // passed by value, not by reference; they should not be "new"ed or "delete"d.
42 typename ValTy = const Value,
105 /// setCalledFunction - Set the callee to the specified value.
107 void setCalledFunction(Value *V) {
114 bool isCallee(Value::const_user_iterator UI) const {
126 void setArgument(unsigned ArgNo, Value* newVal) {
132 /// Given a value use iterator, returns the argument that corresponds to it.
134 unsigned getArgumentNo(Value::const_user_iterator I) const {
295 /// @brief Determine if the parameter or return value is marked with NoAlia
    [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp 129 llvm::Value *memberPtr,
133 llvm::Value *ptr =
226 llvm::Value *virtualOffset,
233 llvm::Value *baseOffset;
245 llvm::Value *ptr = addr.getPointer();
265 Address Value, const CXXRecordDecl *Derived,
311 EmitTypeCheck(TCK_Upcast, Loc, Value.getPointer(),
314 return Builder.CreateBitCast(Value, BasePtrTy);
327 llvm::Value *isNull = Builder.CreateIsNull(Value.getPointer())
    [all...]
CGException.cpp 241 llvm::Value *Val = LPI->getClause(I)->stripPointerCasts();
243 // Check if the catch value has the ObjC prefix.
334 /// Returns the value to inject into a selector to indicate the
337 // Possibly we should use @llvm.eh.catch.all.value here.
345 llvm::Value *exn;
346 FreeException(llvm::Value *exn) : exn(exn) {}
395 llvm::Value *CodeGenFunction::getExceptionFromSlot() {
399 llvm::Value *CodeGenFunction::getSelectorFromSlot() {
458 llvm::Value *EHType = CGM.GetAddrOfRTTIDescriptor(ExceptType,
480 // Load the selector value
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Marshallers.h 44 static bool is(const VariantValue &Value) { return Value.isString(); }
45 static const std::string &get(const VariantValue &Value) {
46 return Value.getString();
58 static bool is(const VariantValue &Value) {
59 return Value.isMatcher() && Value.getMatcher().hasTypedMatcher<T>();
61 static ast_matchers::internal::Matcher<T> get(const VariantValue &Value) {
62 return Value.getMatcher().getTypedMatcher<T>();
70 static bool is(const VariantValue &Value) { return Value.isUnsigned();
    [all...]
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 28 // alias, regardless of the value of the Size component.
77 /// This value is arranged to convert to false, while all other values
96 /// The access neither references nor modifies the value stored in memory.
98 /// The access references the value stored in memory.
100 /// The access modifies the value stored in memory.
102 /// The access both references and modifies the value stored in memory.
188 AliasResult alias(const Value *V1, uint64_t V1Size, const Value *V2,
194 AliasResult alias(const Value *V1, const Value *V2)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 91 DenseMap<const Value*, SDValue> NodeMap;
93 /// UnusedArgNodeMap - Maps argument value for unused arguments. This is used
95 DenseMap<const Value*, SDValue> UnusedArgNodeMap;
113 DenseMap<const Value*, DanglingDebugInfo> DanglingDebugInfoMap;
219 CaseBlock(ISD::CondCode cc, const Value *cmplhs, const Value *cmprhs,
220 const Value *cmpmiddle, MachineBasicBlock *truebb,
234 const Value *CmpLHS, *CmpMHS, *CmpRHS;
262 JumpTableHeader(APInt F, APInt L, const Value *SV, MachineBasicBlock *H,
267 const Value *SValue
    [all...]
  /external/llvm/unittests/ProfileData/
InstrProfTest.cpp 21 return ::testing::AssertionFailure() << "error " << EC.value()
29 return ::testing::AssertionFailure() << "error " << Found.value()
130 // 4 value sites.
136 // No value profile data at the second site.
166 ASSERT_EQ(StringRef((const char *)VD[0].Value, 7), StringRef("callee3"));
167 ASSERT_EQ(StringRef((const char *)VD[1].Value, 7), StringRef("callee2"));
168 ASSERT_EQ(StringRef((const char *)VD[2].Value, 7), StringRef("callee1"));
177 // 4 value sites.
183 // No value profile data at the second site.
220 ASSERT_EQ(StringRef((const char *)VD[0].Value, 7), StringRef("callee3"))
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_lowering_nv50.cpp 62 Value *a[2], *b[2];
63 Value *c[2];
64 Value *t[4];
78 Value *r[3];
79 Value *imm = bld->loadImm(NULL, 1 << (halfSize * 8));
330 Value *a = i->getSrc(s);
331 Value *r;
357 Value *def = mul->getDef(0);
358 Value *pred = mul->getPredicate();
366 Value *res = cloneShallow(func, mul->getDef(0))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tom.h 163 virtual HRESULT WINAPI SetSaved(__LONG32 Value) = 0;
165 virtual HRESULT WINAPI SetDefaultTabStop(float Value) = 0;
193 HRESULT (WINAPI *SetSaved)(ITextDocument *This,__LONG32 Value);
195 HRESULT (WINAPI *SetDefaultTabStop)(ITextDocument *This,float Value);
225 #define ITextDocument_SetSaved(This,Value) (This)->lpVtbl->SetSaved(This,Value)
227 #define ITextDocument_SetDefaultTabStop(This,Value) (This)->lpVtbl->SetDefaultTabStop(This,Value)
251 HRESULT WINAPI ITextDocument_SetSaved_Proxy(ITextDocument *This,__LONG32 Value);
255 HRESULT WINAPI ITextDocument_SetDefaultTabStop_Proxy(ITextDocument *This,float Value);
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
JS_Define.h 79 const v8::PropertyCallbackInfo<v8::Value>& info) {
89 CJS_PropValue value(pRuntime);
90 value.StartGetting();
91 if (!(pObj->*M)(pContext, value, sError)) {
96 info.GetReturnValue().Set((v8::Local<v8::Value>)value);
104 v8::Local<v8::Value> value,
115 CJS_PropValue propValue(CJS_Value(pRuntime, value, CJS_Value::VT_unknown));
126 const v8::PropertyCallbackInfo<v8::Value>& info) {
    [all...]
  /external/v8/src/parsing/
scanner.h 33 // A code unit is a 16 bit value representing either a 16 bit code point
43 // value.
77 // value if at end of input), i.e., the value returned by the most recent
111 int AddOneByteSymbol(Vector<const uint8_t> key, int value);
112 int AddTwoByteSymbol(Vector<const uint16_t> key, int value);
116 // This string is the actual value used as key in an object literal,
118 int AddNumber(Vector<const uint8_t> key, int value);
121 int AddSymbol(Vector<const uint8_t> key, bool is_one_byte, int value);
348 Token::Value Next()
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_facade.hpp 133 // iterators whose dereference operators reference the same value
136 // value must be read and stored away before the increment occurs
151 // (*r).mutate() is legal if operator* returns by value.
220 template <class Reference, class Value>
229 , Value const volatile*
235 BOOST_STATIC_CONSTANT(bool, value = sizeof(helper(r)) == 1);
238 template <class Reference, class Value>
241 is_non_proxy_reference_impl<Reference, Value>::value
245 template <class Reference, class Value>
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
InvokeMethodAfterMultipleThreadSuspensionTest.java 25 import org.apache.harmony.jpda.tests.framework.jdwp.Value;
61 Value invokeResult = reply.getNextValueAsValue();
62 assertNull("Expect null result value for 'void'", invokeResult);
InvokeMethodWithSuspensionTest.java 25 import org.apache.harmony.jpda.tests.framework.jdwp.Value;
59 Value invokeResult = reply.getNextValueAsValue();
60 assertNull("Expect null result value for 'void'", invokeResult);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
ProxyThisObjectTest.java 25 import org.apache.harmony.jpda.tests.framework.jdwp.Value;
38 Value proxyObjectValue = getExpectedProxyObjectValue();
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
ArbitraryMeasurmentInstrumentTest.java 23 import com.google.caliper.model.Value;
49 .value(Value.create(1.0, "hz"))
  /external/chromium-trace/catapult/telemetry/telemetry/value/
skip.py 5 from telemetry import value as value_module
8 class SkipValue(value_module.Value):
11 """A value representing a skipped page.
56 kwargs = value_module.Value.GetConstructorKwArgs(value_dict, page_dict)
  /external/clang/include/clang/Frontend/
LogDiagnosticPrinter.h 69 void setDwarfDebugFlags(StringRef Value) {
70 DwarfDebugFlags = Value;
  /external/libchrome/base/json/
json_value_converter_unittest.cc 34 static bool ParseSimpleEnum(const StringPiece& value, SimpleEnum* field) {
35 if (value == "foo") {
38 } else if (value == "bar") {
45 static bool HasFieldPresent(const base::Value* value, bool* result) {
46 *result = value != NULL;
50 static bool GetValueString(const base::Value* value, std::string* result) {
52 if (!value->GetAsDictionary(&dict))
109 scoped_ptr<Value> value = base::JSONReader::Read(normal_data) local
151 scoped_ptr<Value> value = base::JSONReader::Read(normal_data); local
193 scoped_ptr<Value> value = base::JSONReader::Read(normal_data); local
209 scoped_ptr<Value> value = base::JSONReader::Read(normal_data); local
232 scoped_ptr<Value> value = base::JSONReader::Read(normal_data); local
249 scoped_ptr<Value> value = base::JSONReader::Read(normal_data); local
    [all...]
  /external/libchrome/base/trace_event/
heap_profiler_type_name_deduplicator_unittest.cc 24 scoped_ptr<Value> DumpAndReadBack(const ConvertableToTraceFormat& convertable) {
57 scoped_ptr<Value> type_names = DumpAndReadBack(*dedup);
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 111 // Otherwise, just return the character as its ascii value.
125 virtual Value *codegen() = 0;
134 Value *codegen() override;
143 Value *codegen() override;
154 Value *codegen() override;
166 Value *codegen() override;
178 Value *codegen() override;
189 Value *codegen() override;
203 Value *codegen() override;
390 return Error("expected ',' after for start value");
    [all...]
  /external/llvm/examples/ParallelJIT/
ParallelJIT.cpp 49 Value *One = ConstantInt::get(Type::getInt32Ty(M->getContext()), 1);
79 Value *One = ConstantInt::get(Type::getInt32Ty(M->getContext()), 1);
80 Value *Two = ConstantInt::get(Type::getInt32Ty(M->getContext()), 2);
92 Value *CondInst = new ICmpInst(*BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond");
99 Value *Sub = BinaryOperator::CreateSub(ArgX, One, "arg", RecurseBB);
100 Value *CallFibX1 = CallInst::Create(FibF, Sub, "fibx1", RecurseBB);
104 Value *CallFibX2 = CallInst::Create(FibF, Sub, "fibx2", RecurseBB);
107 Value *Sum =
119 int value; member in struct:threadParams
234 Args[0].IntVal = APInt(32, p->value);
    [all...]

Completed in 1195 milliseconds

<<21222324252627282930>>