Home
last modified time | relevance | path

Searched refs:UB (Results 1 – 25 of 69) sorted by relevance

123

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DExtensionSchema.java61 abstract <UT, UB> UB parseExtension( in parseExtension()
66 UB unknownFields, in parseExtension()
67 UnknownFieldSchema<UT, UB> unknownFieldSchema) in parseExtension()
DMessageSetSchema.java125 private <UT, UB> void writeUnknownFieldsHelper( in writeUnknownFieldsHelper()
126 UnknownFieldSchema<UT, UB> unknownFieldSchema, T message, Writer writer) throws IOException { in writeUnknownFieldsHelper()
235 private <UT, UB, ET extends FieldSet.FieldDescriptorLite<ET>> void mergeFromHelper( in mergeFromHelper()
236 UnknownFieldSchema<UT, UB> unknownFieldSchema, in mergeFromHelper()
242 UB unknownFields = unknownFieldSchema.getBuilderFromMessage(message); in mergeFromHelper()
273 private <UT, UB, ET extends FieldSet.FieldDescriptorLite<ET>>
279 UnknownFieldSchema<UT, UB> unknownFieldSchema, in parseMessageSetItemOrUnknownField()
280 UB unknownFields) in parseMessageSetItemOrUnknownField()
387 private <UT, UB> int getUnknownFieldsSerializedSize( in getUnknownFieldsSerializedSize()
388 UnknownFieldSchema<UT, UB> schema, T message) { in getUnknownFieldsSerializedSize()
DSchemaUtil.java894 static <T, UT, UB> void mergeUnknownFields( in mergeUnknownFields()
895 UnknownFieldSchema<UT, UB> schema, T message, T other) { in mergeUnknownFields()
903 static <UT, UB> UB filterUnknownEnumList( in filterUnknownEnumList()
907 UB unknownFields, in filterUnknownEnumList()
908 UnknownFieldSchema<UT, UB> unknownFieldSchema) { in filterUnknownEnumList()
943 static <UT, UB> UB filterUnknownEnumList( in filterUnknownEnumList()
947 UB unknownFields, in filterUnknownEnumList()
948 UnknownFieldSchema<UT, UB> unknownFieldSchema) { in filterUnknownEnumList()
983 static <UT, UB> UB storeUnknownEnum( in storeUnknownEnum()
984 int number, int enumValue, UB unknownFields, UnknownFieldSchema<UT, UB> unknownFieldSchema) { in storeUnknownEnum()
DExtensionSchemaLite.java69 <UT, UB> UB parseExtension( in parseExtension()
74 UB unknownFields, in parseExtension()
75 UnknownFieldSchema<UT, UB> unknownFieldSchema) in parseExtension()
DExtensionSchemaFull.java87 <UT, UB> UB parseExtension( in parseExtension()
92 UB unknownFields, in parseExtension()
93 UnknownFieldSchema<UT, UB> unknownFieldSchema) in parseExtension()
/third_party/boost/libs/vmd/doc/
Dvmd_equality.qbk26 cannot parse the result will be UB.
137 array. But the attempt to parse them as arrays will lead to UB
140 of a tuple instead of as an array. This will still give UB
142 first tuple element of another tuple, and when we do will again encounter UB
147 BOOST_VMD_EQUAL(TUPLE_BUT_INVALID_ARRAY1,TUPLE_BUT_INVALID_ARRAY1) will generate UB
148 BOOST_VMD_EQUAL(TUPLE_BUT_INVALID_ARRAY1,TUPLE_BUT_INVALID_ARRAY1) will generate UB
152 a list. But the attempt to parse them as lists will lead to UB
155 of a tuple instead of as a list. This will still give UB
157 second tuple element of another tuple, and when we do will again encounter UB
162 BOOST_VMD_EQUAL(TUPLE_BUT_INVALID_LIST1,TUPLE_BUT_INVALID_LIST2) will generate UB
[all …]
Dvmd_modifiers_return_type.qbk39 parsing as the more specific type will lead to UB.
94 BOOST_VMD_GET_TYPE(TUPLE_BUT_INVALID_ARRAY) will give UB
96 BOOST_VMD_GET_TYPE(TUPLE_BUT_INVALID_ARRAY,BOOST_VMD_RETURN_TYPE_ARRAY) will give UB
99 BOOST_VMD_GET_TYPE(TUPLE_BUT_INVALID_LIST) will give UB
102 BOOST_VMD_GET_TYPE(TUPLE_BUT_INVALID_LIST,BOOST_VMD_RETURN_TYPE_LIST) will give UB
188 to avoid UB if we want the type as part of the conversion but
221 will produce UB when attempting to parse the invalid array as an array
223 will produce UB when attempting to parse the invalid array as an array
231 In sequence conversion we will get UB whenever we use a return type
240 will produce UB when attempting to parse the invalid list as a list
[all …]
Dvmd_pp_data_types.qbk92 UB.
99 BOOST_VMD_IS_ARRAY(A_TUPLE) will give UB due to the constraint
107 number, where the UB could occur as explained in the topic 'Numbers'.
118 is an identifier and is tested as such, you will get UB.
125 BOOST_VMD_IS_LIST(A_TUPLE) will give UB due to the constraint
135 BOOST_VMD_IS_LIST(A_BAD_EMPTY_LIST) will give UB due to the constraint
136 BOOST_VMD_IS_IDENTIFIER(A_BAD_EMPTY_LIST) will give UB due to the constraint
144 end-of-list notation exists as a VMD identifier, where the UB
Dvmd_empty_ppdata.qbk42 you would get UB, undefined behavior.
89 whereas the Boost PP macros have UB.
120 whereas the Boost PP macros have UB.
206 but with the Boost PP equivalent macros working with an empty seq causes UB and
293 but with the Boost PP equivalent macros working with an empty tuple causes UB and
/third_party/boost/libs/outcome/doc/src/content/reference/policies/base/
Dnarrow_error_check.md3 description = "Observer policy performing hard UB if no error is present. Constexpr, never throws."
8 Observer policy performing hard UB if no error is present, by calling {{% api "static void _ub(Impl…
Dnarrow_value_check.md3 description = "Observer policy performing hard UB if no value is present. Constexpr, never throws."
8 Observer policy performing hard UB if no value is present, by calling {{% api "static void _ub(Impl…
Dnarrow_exception_check.md3 description = "Observer policy performing hard UB if no exception is present. Constexpr, never thro…
8 Observer policy performing hard UB if no exception is present, by calling {{% api "static void _ub(…
/third_party/uboot/u-boot-2020.01/doc/
DREADME.chromium44 UB=/tmp/b/chromeos_sandbox # U-Boot build directory
46 make O=$UB chromeos_sandbox_defconfig
47 make O=$UB -j20 -s VBOOT_SOURCE=/path/to/vboot_reference \
52 This produces $UB/image.bin which contains the firmware binaries in a SPI
57 $UB/tpl/u-boot-tpl -d $UB/u-boot.dtb.out \
81 gdb --args $UB/tpl/u-boot-tpl -d ....
93 sudo em100 -s -c W25Q128FW -d $UB/image.bin -t -r
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DObjCARCAliasAnalysis.cpp58 const Value *UB = GetUnderlyingObjCPtr(SB, DL); in alias() local
59 if (UA != SA || UB != SB) { in alias()
60 Result = AAResultBase::alias(MemoryLocation(UA), MemoryLocation(UB), AAQI); in alias()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInsertWaitcnts.cpp327 uint32_t UB = ScoreUBs[T] - getWaitCountMax(EXP_CNT); in setScoreUB() local
328 if (ScoreLBs[T] < UB && UB < ScoreUBs[T]) in setScoreUB()
329 ScoreLBs[T] = UB; in setScoreUB()
670 uint32_t UB = getScoreUB(T); in print() local
674 OS << " VM_CNT(" << UB - LB << "): "; in print()
677 OS << " LGKM_CNT(" << UB - LB << "): "; in print()
680 OS << " EXP_CNT(" << UB - LB << "): "; in print()
683 OS << " VS_CNT(" << UB - LB << "): "; in print()
686 OS << " UNKNOWN(" << UB - LB << "): "; in print()
690 if (LB < UB) { in print()
[all …]
/third_party/boost/boost/safe_numerics/
Dexception_policies.hpp20 typename UB,
40 UB(e, msg); in on_undefined_behavior()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp121 Optional<uint64_t> UB; in dumpArrayType() local
128 UB = UpperV->getAsUnsignedConstant(); in dumpArrayType()
136 if (!LB && !Count && !UB) in dumpArrayType()
138 else if (!LB && (Count || UB) && DefaultLB) in dumpArrayType()
139 OS << '[' << (Count ? *Count : *UB - *DefaultLB + 1) << ']'; in dumpArrayType()
152 else if (UB) in dumpArrayType()
153 OS << *UB + 1; in dumpArrayType()
/third_party/skia/include/private/
DSkSLDefines.h48 UL = 12, UT = 13, UR = 14, UB = 15, enumerator
/third_party/skia/src/sksl/ir/
DSkSLSwizzle.cpp56 case SwizzleComponent::UB: in validate_swizzle_domain()
93 case SwizzleComponent::UB: return 'B'; in mask_char()
259 case 'B': components.push_back(SwizzleComponent::UB); break; in Convert()
336 case SwizzleComponent::UB: in Convert()
/third_party/node/test/fixtures/x509-escaping/
Dalt-0-cert.pem19 XV0sJPWmZM+OQkGTtp7Ain12htr/t/DJ13YJpT03W6kYogA1kKJ5OMYMTcGT+7UB
/third_party/curl/tests/data/
Dtest150438 HTTP multi with CURLOPT_RESOLVE, cleanup sequence UB
/third_party/boost/libs/gil/doc/html/
Dobjects.inv10 …��̎ײ�W��Mv�G�#�D�����c��|6�a>���g;�0[t��e:��8 ��������O:�"�B�bV$ �UB�2�HR�a��k�i����2"W/�…
20 …��x^�voǠp���]�x^��*WZv� �~oO_�e_���7Džc���Tvt%�Y�ω�ҁ6�Lv�R2OI��-SK�SաUB��w �����ׇ�l ����B}�?…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveRangeCalc.cpp313 LiveRange::iterator UB = std::upper_bound(LR.begin(), LR.end(), in isDefOnEntry() local
315 if (UB != LR.begin()) { in isDefOnEntry()
316 LiveRange::Segment &Seg = *std::prev(UB); in isDefOnEntry()
/third_party/boost/libs/optional/doc/
D01_quick_start.qbk34UB). This implementation guards the call with `BOOST_ASSERT`. Therefore you should be sure that th…
38 …00"` converts to a valid value of `int`. If you do not like this potential UB, you can use an alte…
/third_party/boost/libs/outcome/doc/src/content/motivation/
Dnarrow_contract.md98 * UB-sanitizer can log error message when it hits it.
117 UB-sanitizers can use it to inject a log message and terminate if this point is

123