/freebsd/contrib/bmake/unit-tests/ |
H A D | varmod-loop.mk | 33 @echo :$@: :${:U1 2 3:@\@@x${@}y@}: :$@: 43 @echo $@:${:U1:@word@${word}$@:Q}: 61 .if ${:U1 2 3:@i@$i${:Ua b c:@i@$i@}${i:Uu}@} != "1a b cu 2a b cu 3a b cu" 89 USE_8_DOLLARS= ${:U1:@var@${8_DOLLARS}@} ${8_DOLLARS} $$$$$$$$ 209 : ${:U1:@i@ t=$$(( $${t:-0} + $i ))@} 230 : ${:U1:@i@ dollar=\$ end@} 235 : ${:U1:@i@ backslash=\ end@} 238 : ${:U1:@i@ dollar=\$\$ at=\@ backslash=\\ end@} 240 : ${:U1:@i@ dollar=\$\$\$\$ at=\@\@ backslash=\\\\ end@} 242 : ${:U1:@i@ dollar=$$$$ at=\@\@ backslash=\\\\ end@}
|
H A D | varmod-subst-regex.mk | 45 .if ${:U1 2 3 1 2 3:C,1 2,___,Wg:C,_,x,} != "x__ 3 x__ 3" 56 .if ${:U1 23 456:C,..,\0\0,} != "1 2323 45456" 143 @echo $@:11-missing:${:U1 23 456:C,..,\1\1,:Q} 145 @echo $@:11-ok:${:U1 23 456:C,(.).,\1\1,:Q} 147 @echo $@:22-missing:${:U1 23 456:C,..,\2\2,:Q} 149 @echo $@:22-missing:${:U1 23 456:C,(.).,\2\2,:Q} 151 @echo $@:22-ok:${:U1 23 456:C,(.)(.),\2\2,:Q} 193 @echo $@.ok: ${:U1 1 2 3 5 8 13 21 34:C,1(.*),one\1,} 212 @echo $@.all: ${:U1 1 2 3 5 8 13 21 34:C,1(.*)|2(.*),(\1)(\2),:Q}
|
H A D | moderrs.mk | 49 @echo ${UNDEF:U1 2 3:@var} 52 @echo ${UNDEF:U1 2 3:@var@...} 54 @echo ${UNDEF:U1 2 3:@var@${var}@} 64 @echo ${UNDEF:U1 2 3:@var@${var}}...@ 66 @echo ${UNDEF:U1 2 3:@var@${var}}...@} 70 @echo ${UNDEF:U1 2 3:[} 73 @echo ${UNDEF:U1 2 3:[#} 77 @echo 13=${UNDEF:U1 2 3:[13]} 96 @echo 12345=${UNDEF:U1 2 3:[123451234512345123451234512345]:S,^$,ok,:S,^3$,ok,}
|
H A D | varmod-loop-varname.mk | 28 .if ${:U1 2 3:@:::@x${${:U\:\:\:}}y@} != "x1y x2y x3y" 34 .if ${:U1 2 3:@\@\@@x${@@}y@} != "x1y x2y x3y" 41 .if ${:U1 2 3:@\\@x${${:Ux:S,x,\\,}}y@} != "x1y x2y x3y" 49 .if ${:U1 2 3:@@x${}y@} != "xy xy xy" 117 .if ${:U1 2 3:@i@$i${:Ua b c:@i@$i@}${i:Uu}@} != "1a b cu 2a b cu 3a b cu"
|
H A D | varmod-subst.mk | 192 @echo :${:U1 2 3 1 2 3:S,1 2,___,Wg:S,_,x,:Q}: 200 @echo ${:U1 2 3:S 2 two :Q} horizontal tabulator 201 @echo ${:U1 2 3:S 2 two :Q} space 202 @echo ${:U1 2 3:S!2!two!:Q} exclamation mark 203 @echo ${:U1 2 3:S"2"two":Q} quotation mark
|
H A D | directive-undef.mk | 45 ${:U1 2 3}= one two three 48 .if ${${:U1 2 3}} != "one two three" # still there
|
H A D | varmod-sysv.mk | 53 .if ${one two:L:${:Uone}=${:U1}} != "1 two" 67 .if ${:U1 2 4:4=${:Uonce\${\:Utwice\}}} != "1 2 oncetwice"
|
H A D | dep-colon.mk | 19 target2: source${:U1:S;1;2;}; @echo making ${.TARGET} from ${.ALLSRC}
|
H A D | job-output-long-lines.mk | 19 100:= ${:U1:S,1,2222222222,g:S,2,3333333333,g}
|
H A D | cond-op-not.mk | 49 .if !${:U1}
|
H A D | directive-ifndef.mk | 81 .ifndef ${:U1}
|
H A D | cond-token-var.mk | 87 .if !${:U1}
|
H A D | cond-func-empty.mk | 205 VARNAME= ${VARNAME${:U1}}
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | utility | 115 template<class T1, class T2, class U1, class U2, template<class> class TQual, template<class> class… 116 struct basic_common_reference<pair<T1, T2>, pair<U1, U2>, TQual, UQual>; // since C++23 118 template<class T1, class T2, class U1, class U2> 119 struct common_type<pair<T1, T2>, pair<U1, U2>>; // since C++23 123 template <class T1, class T2, class U1, class U2> 124 bool operator==(const pair<T1,T2>&, const pair<U1,U2>&); // constexpr in C+… 125 template <class T1, class T2, class U1, class U2> 126 bool operator!=(const pair<T1,T2>&, const pair<U1,U2>&); // constexpr in C+… 127 template <class T1, class T2, class U1, class U2> 128 bool operator< (const pair<T1,T2>&, const pair<U1,U2>&); // constexpr in C+… [all …]
|
H A D | tuple | 40 template<class U1, class U2> 41 constexpr explicit(see-below) tuple(pair<U1, U2>&); // iff sizeof...(Types) == 2 // C++23 42 template <class U1, class U2> 43 … explicit(see-below) tuple(const pair<U1, U2>&); // iff sizeof...(T) == 2 // constexpr in C++14 44 template <class U1, class U2> 45 explicit(see-below) tuple(pair<U1, U2>&&); // iff sizeof...(T) == 2 // constexpr in C++14 46 template<class U1, class U2> 47 … constexpr explicit(see-below) tuple(const pair<U1, U2>&&); // iff sizeof...(Types) == 2 // C++23 70 template<class Alloc, class U1, class U2> 72 tuple(allocator_arg_t, const Alloc& a, pair<U1, U2>&); // C++23 [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeInlineSiteSymbol.cpp | 155 CodeOffset += Annot.U1; in getLineOffset() 156 UpdateCodeOffset(Annot.U1); in getLineOffset() 159 UpdateCodeOffset(Annot.U1); in getLineOffset() 164 UpdateCodeOffset(Annot.U1); in getLineOffset() 170 CodeOffset += Annot.U1; in getLineOffset() 171 UpdateCodeOffset(Annot.U1); in getLineOffset() 175 UpdateFileOffset(Annot.U1); in getLineOffset()
|
H A D | NativeFunctionSymbol.cpp | 73 CodeOffset += Annot.U1; in inlineSiteContainsAddress() 78 CodeOffset += Annot.U1; in inlineSiteContainsAddress() 85 if (OffsetInFunc >= CodeOffset && OffsetInFunc < CodeOffset + Annot.U1) in inlineSiteContainsAddress()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | SymbolRecord.h | 183 uint32_t U1 = 0; 286 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation() 290 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation() 294 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation() 298 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation() 302 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation() 306 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation() 310 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation() 314 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation() 318 Result.U1 in ParseCurrentAnnotation() 162 uint32_t U1 = 0; global() member [all...] |
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | SymbolDumper.cpp | 464 W.printHex(Annotation.Name, Annotation.U1); in visitKnownRecord() 471 W.printNumber(Annotation.Name, Annotation.U1); in visitKnownRecord() 480 ObjDelegate->getFileNameForFileOffset(Annotation.U1), in visitKnownRecord() 481 Annotation.U1); in visitKnownRecord() 483 W.printHex("ChangeFile", Annotation.U1); in visitKnownRecord() 489 << W.hex(Annotation.U1) << ", LineOffset: " << Annotation.S1 in visitKnownRecord() 496 << ", Length: " << W.hex(Annotation.U1) << "}\n"; in visitKnownRecord()
|
/freebsd/contrib/bmake/mk/ |
H A D | sys.debug.mk | 25 .if ${.MAKE.LEVEL:U1} == 0
|
/freebsd/crypto/openssl/test/ocsp-tests/ |
H A D | ISOP_ND2.ors | 8 yHBscKpYgt0mZcFZFxN3NTCNpT6IjJzZzTG9xTYZ3hZdMQQ3DYO+/Hv4J+U1/Ybq
|
/freebsd/contrib/libdivsufsort/lib/ |
H A D | sssort.c | 144 const sauchar_t *U1, *U2, *U1n, *U2n; in ss_compare() local 146 for(U1 = T + depth + *p1, in ss_compare() 150 (U1 < U1n) && (U2 < U2n) && (*U1 == *U2); in ss_compare() 151 ++U1, ++U2) { in ss_compare() 154 return U1 < U1n ? in ss_compare() 155 (U2 < U2n ? *U1 - *U2 : 1) : in ss_compare()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.cpp | 745 formatCodeOffset(Annot.U1); in visitKnownRecord() 751 formatCodeLength(Annot.U1); in visitKnownRecord() 755 CodeOffset += Annot.U1; in visitKnownRecord() 758 formatCodeOffset(Annot.U1); in visitKnownRecord() 763 formatCodeLength(Annot.U1); in visitKnownRecord() 767 uint32_t FileOffset = Annot.U1; in visitKnownRecord() 783 formatCodeOffset(Annot.U1); in visitKnownRecord() 789 P.format(" {0} {1}", Annot.Name, Annot.U1); in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | DataExtractor.h | 24 Uint24(uint8_t U0, uint8_t U1, uint8_t U2) { in Uint24() 25 Bytes[0] = U0; Bytes[1] = U1; Bytes[2] = U2; in Uint24()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringExtras.h | 210 unsigned U1 = hexDigitValue(MSB); in tryGetHexFromNibbles() local 212 if (U1 == ~0U || U2 == ~0U) in tryGetHexFromNibbles() 215 Hex = static_cast<uint8_t>((U1 << 4) | U2); in tryGetHexFromNibbles()
|