/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | ExtensionSchema.java | 61 abstract <UT, UB> UB parseExtension( in parseExtension() 66 UB unknownFields, in parseExtension() 67 UnknownFieldSchema<UT, UB> unknownFieldSchema) in parseExtension()
|
D | MessageSetSchema.java | 125 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()
|
D | SchemaUtil.java | 894 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()
|
D | ExtensionSchemaLite.java | 69 <UT, UB> UB parseExtension( in parseExtension() 74 UB unknownFields, in parseExtension() 75 UnknownFieldSchema<UT, UB> unknownFieldSchema) in parseExtension()
|
/third_party/boost/libs/vmd/doc/ |
D | vmd_equality.qbk | 26 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 …]
|
D | vmd_modifiers_return_type.qbk | 39 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 …]
|
D | vmd_pp_data_types.qbk | 92 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
|
/third_party/mesa3d/src/intel/tools/tests/gen7/ |
D | or.asm | 17 or(1) g113.21<1>UB g59<0,1,0>UB g59.16<0,1,0>UB { align1 WE_all 1N };
|
D | fbl.asm | 4 fbl(1) g6<1>UD f1<0,1,0>UB { align1 WE_all 1N };
|
/third_party/mesa3d/src/intel/tools/tests/gen7.5/ |
D | or.asm | 20 or(1) g113.21<1>UB g16<0,1,0>UB g16.16<0,1,0>UB { align1 WE_all 1N };
|
D | mov.asm | 149 mov(8) g14<1>UD g13<32,8,4>UB { align1 1Q }; 150 mov(16) g22<1>UD g20<32,8,4>UB { align1 1H }; 171 mov(8) g13<1>F g12<4,1,0>UB { align1 1Q }; 172 mov(16) g6<1>F g2<0,1,0>UB { align1 1H }; 184 mov(4) g8<1>UB g13<4,1,0>UB { align1 NoDDClr 1N }; 185 mov(4) g8.16<1>UB g13.16<4,1,0>UB { align1 NoDDChk 1N };
|
D | fbl.asm | 3 fbl(1) g27<1>UD f1<0,1,0>UB { align1 WE_all 1N };
|
/third_party/boost/libs/outcome/doc/src/content/reference/policies/base/ |
D | narrow_exception_check.md | 3 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(…
|
D | narrow_value_check.md | 3 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…
|
D | narrow_error_check.md | 3 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…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ObjCARCAliasAnalysis.cpp | 58 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/mesa3d/src/intel/tools/tests/gen9/ |
D | shr.asm | 4 shr(16) g8<1>UW g1<1,8,0>UB 0x44440000V { align1 1H }; 6 shr(8) g3<1>UW g1.28<1,8,0>UB 0x76543210V { align1 1Q };
|
D | mov.asm | 75 mov(16) g23<1>UD g21<32,8,4>UB { align1 1H }; 94 mov(8) g14<1>UD g13<32,8,4>UB { align1 1Q }; 124 mov(8) g9<1>F g2<0,1,0>UB { align1 1Q }; 125 mov(16) g6<1>F g2<0,1,0>UB { align1 1H }; 136 mov(8) g127<1>UB g2<0,1,0>UB { align1 WE_all 1Q };
|
/third_party/mesa3d/src/intel/tools/tests/gen8/ |
D | shr.asm | 3 shr(16) g4<1>UW g1<1,8,0>UB 0x44440000V { align1 1H }; 6 shr(8) g3<1>UW g1.28<1,8,0>UB 0x76543210V { align1 1Q };
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIInsertWaitcnts.cpp | 327 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/icu/tools/colprobe/ |
D | sortedlines.cpp | 32 memset(UB, 0, sizeof(UB)); in SortedLines() 35 UB[i] = ∅ in SortedLines() 71 UB[strength] = toSort[i-j]; in getBounds() 122 UB[strength] = toSort[size-j]; in getBounds() 124 if(UB[i]) { in getBounds() 126 debug->log(UB[i]->toString(TRUE), TRUE); in getBounds() 360 if(probe.compare(UnicodeString(UB[strength]->name), s1) < 0) { in updateBounds() 362 UB[strength] = new Line(s1); in updateBounds() 528 upper.setToConcat(firstRep[i], UB[UCOL_PRIMARY]); in detectContractions() 544 U16_GET(UB[UCOL_SECONDARY]->name, 0, 0, UB[UCOL_SECONDARY]->len, UBChar); in detectContractions() [all …]
|
/third_party/mesa3d/src/mesa/main/ |
D | macros.h | 152 #define UNCLAMPED_FLOAT_TO_UBYTE(UB, FLT) \ argument 157 UB = (GLubyte) 0; \ 159 UB = (GLubyte) 255; \ 162 UB = (GLubyte) __tmp.i; \ 165 #define CLAMPED_FLOAT_TO_UBYTE(UB, FLT) \ argument 169 UB = (GLubyte) __tmp.i; \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDie.cpp | 121 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/boost/boost/safe_numerics/ |
D | exception_policies.hpp | 20 typename UB, 40 UB(e, msg); in on_undefined_behavior()
|
/third_party/skia/src/sksl/ir/ |
D | SkSLSwizzle.cpp | 56 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()
|