Home
last modified time | relevance | path

Searched refs:DEREF (Results 1 – 25 of 52) sorted by relevance

123

/external/protobuf/ruby/ext/google/protobuf_c/
Dstorage.c43 #define DEREF(memory, type) *(type*)(memory) macro
135 DEREF(memory, float) = NUM2DBL(value); in native_slot_set_value_and_case()
142 DEREF(memory, double) = NUM2DBL(value); in native_slot_set_value_and_case()
154 DEREF(memory, int8_t) = val; in native_slot_set_value_and_case()
165 DEREF(memory, VALUE) = native_slot_encode_and_freeze_string(type, value); in native_slot_set_value_and_case()
174 DEREF(memory, VALUE) = native_slot_encode_and_freeze_string(type, value); in native_slot_set_value_and_case()
215 DEREF(memory, VALUE) = value; in native_slot_set_value_and_case()
238 DEREF(memory, int32_t) = int_val; in native_slot_set_value_and_case()
248 DEREF(memory, int32_t) = NUM2INT(value); in native_slot_set_value_and_case()
251 DEREF(memory, int64_t) = NUM2LL(value); in native_slot_set_value_and_case()
[all …]
Dencode_decode.c101 #define DEREF(msg, ofs, type) *(type*)(((uint8_t *)msg) + ofs) macro
171 return (void*)DEREF(msg, *ofs, VALUE); in startseq_handler()
229 DEREF(msg, fieldhandler->ofs, VALUE) = str; in str_handler()
243 DEREF(msg, fieldhandler->ofs, VALUE) = str; in bytes_handler()
294 if (DEREF(msg, submsgdata->ofs, VALUE) == Qnil) { in submsg_handler()
295 DEREF(msg, submsgdata->ofs, VALUE) = in submsg_handler()
301 submsg_rb = DEREF(msg, submsgdata->ofs, VALUE); in submsg_handler()
371 VALUE map_rb = DEREF(msg, mapdata->ofs, VALUE); in startmapentry_handler()
438 DEREF(closure, oneofdata->case_ofs, uint32_t) = \
440 DEREF(closure, oneofdata->ofs, ctype) = val; \
[all …]
/external/protobuf/php/ext/google/protobuf/
Dstorage.c41 #define DEREF(memory, type) *(type*)(memory) macro
64 return DEREF(memory, c_type) == 0; \ in native_slot_is_default()
78 return Z_STRLEN_P(CACHED_PTR_TO_ZVAL_PTR(DEREF(memory, CACHED_VALUE*))) == in native_slot_is_default()
81 return Z_TYPE_P(CACHED_PTR_TO_ZVAL_PTR(DEREF(memory, CACHED_VALUE*))) == in native_slot_is_default()
127 DEREF(memory, zval*) = value; in native_slot_set()
139 DEREF(memory, c_type) = type##_value; \ in native_slot_set()
184 MAKE_STD_ZVAL(DEREF(memory, zval*)); in native_slot_set_by_array()
185 PHP_PROTO_ZVAL_STRINGL(DEREF(memory, zval*), Z_STRVAL_P(value), in native_slot_set_by_array()
203 if (EXPECTED(DEREF(memory, zval*) != value)) { in native_slot_set_by_array()
204 DEREF(memory, zval*) = value; in native_slot_set_by_array()
[all …]
Dencode_decode.c130 #define DEREF(msg, ofs, type) *(type*)(((uint8_t *)msg) + ofs) macro
220 return CACHED_PTR_TO_ZVAL_PTR(DEREF(message_data(msg), *ofs, CACHED_VALUE*)); in startseq_handler()
285 DEREF(message_data(msg), *ofs, ctype) = val; \
372 new_php_string(DEREF(message_data(msg), *ofs, CACHED_VALUE*), in str_end_handler()
427 if (Z_TYPE_P(CACHED_PTR_TO_ZVAL_PTR(DEREF(message_data(msg), submsgdata->ofs, in submsg_handler()
434 REPLACE_ZVAL_VALUE(DEREF(message_data(msg), submsgdata->ofs, zval**), in submsg_handler()
439 ZVAL_OBJ(DEREF(message_data(msg), submsgdata->ofs, zval*), obj); in submsg_handler()
446 DEREF(message_data(msg), submsgdata->ofs, CACHED_VALUE*)); in submsg_handler()
597 DEREF(message_data(msg), mapdata->ofs, CACHED_VALUE*)); in startmapentry_handler()
671 DEREF(message_data(closure), oneofdata->case_ofs, uint32_t) = \
[all …]
/external/llvm-project/clang/test/Analysis/
Dhtml-diags-multifile.h1 #define DEREF(p) *p = 0xDEADBEEF macro
3 DEREF(p); in has_bug()
Dhtml-diags.c22 #define DEREF(p) *p = 0xDEADBEEF macro
25 DEREF(p); in has_bug()
Dplist-macros-with-expansion.cpp71 #define DEREF(x) \ macro
78 DEREF(a) = 5; // expected-warning{{Dereference of null pointer}} in functionLikeNestedMacroTest()
/external/clang/test/Analysis/
Dhtml-diags-multifile.h1 #define DEREF(p) *p = 0xDEADBEEF macro
3 DEREF(p); in has_bug()
Dhtml-diags.c16 #define DEREF(p) *p = 0xDEADBEEF macro
19 DEREF(p); in has_bug()
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dload-combine-metadata-3.ll8 ; CHECK-SAME: !dereferenceable ![[DEREF:[0-9]+]]
17 ; CHECK: ![[DEREF]] = !{i64 4}
Dload-combine-metadata-4.ll8 ; CHECK-SAME: !dereferenceable_or_null ![[DEREF:[0-9]+]]
17 ; CHECK: ![[DEREF]] = !{i64 4}
Dphi-load-metadata-2.ll9 ; CHECK-SAME: !dereferenceable ![[DEREF:[0-9]+]]
27 ; CHECK: ![[DEREF]] = !{i64 8}
Dphi-load-metadata-3.ll9 ; CHECK-SAME: !dereferenceable_or_null ![[DEREF:[0-9]+]]
27 ; CHECK: ![[DEREF]] = !{i64 8}
/external/llvm/test/Transforms/InstCombine/
Dload-combine-metadata-3.ll8 ; CHECK-SAME: !dereferenceable ![[DEREF:[0-9]+]]
17 ; CHECK: ![[DEREF]] = !{i64 4}
Dload-combine-metadata-4.ll8 ; CHECK-SAME: !dereferenceable_or_null ![[DEREF:[0-9]+]]
17 ; CHECK: ![[DEREF]] = !{i64 4}
Dphi-load-metadata-2.ll9 ; CHECK-SAME: !dereferenceable ![[DEREF:[0-9]+]]
27 ; CHECK: ![[DEREF]] = !{i64 8}
Dphi-load-metadata-3.ll9 ; CHECK-SAME: !dereferenceable_or_null ![[DEREF:[0-9]+]]
27 ; CHECK: ![[DEREF]] = !{i64 8}
/external/llvm-project/llvm/test/Transforms/SimplifyCFG/
Dpreserve-load-metadata-3.ll9 ; CHECK-SAME: !dereferenceable_or_null ![[DEREF:[0-9]+]]
29 ; CHECK: ![[DEREF]] = !{i64 8}
Dpreserve-load-metadata-2.ll9 ; CHECK-SAME: !dereferenceable ![[DEREF:[0-9]+]]
29 ; CHECK: ![[DEREF]] = !{i64 8}
/external/llvm/test/Transforms/SimplifyCFG/
Dpreserve-load-metadata-3.ll9 ; CHECK-SAME: !dereferenceable_or_null ![[DEREF:[0-9]+]]
29 ; CHECK: ![[DEREF]] = !{i64 8}
Dpreserve-load-metadata-2.ll9 ; CHECK-SAME: !dereferenceable ![[DEREF:[0-9]+]]
29 ; CHECK: ![[DEREF]] = !{i64 8}
/external/llvm-project/flang/lib/Semantics/
Druntime-type-info.cpp201 DEREF(derived.scope() ? derived.scope() : derived.typeSymbol().scope())}; in GetSchemaField()
209 return GetSchemaField(DEREF(derived.AsDerived()), name); in GetSchemaField()
232 return {DEREF(spec.AsDerived()), std::move(values)}; in Structure()
387 DescribeType(DEREF(const_cast<Scope *>(dtSymbol->scope())))}; in DescribeType()
391 DEREF(uninstDescObject)}})); in DescribeType()
532 DEREF(tables_.schemata), SourceName{name, std::strlen(name)}); in GetSchemaSymbol()
537 Scope &schemata{DEREF(tables_.schemata)}; in GetSchema()
650 const Symbol *derivedDescription{DescribeType(DEREF(derivedScope))}; in DescribeComponent()
654 DEREF(derivedDescription)}})); in DescribeComponent()
738 return {DEREF(componentSchema_.AsDerived()), std::move(values)}; in DescribeComponent()
[all …]
Dcheck-nullify.cpp29 const Symbol &symbol{DEREF(name.symbol)}; in Leave()
/external/llvm-project/flang/include/flang/Parser/
Dparsing.h52 const CookedSource &cooked() const { return DEREF(currentCooked_); } in cooked()
/external/llvm-project/flang/lib/Evaluate/
Dinitial-image.cpp97 for (auto iter : DEREF(derived.scope())) { in Test()
199 return DEREF(std::get_if<ProcedureDesignator>(&iter->second.u)); in AsConstantProcPointer()

123