Searched refs:instead (Results 1 – 25 of 4876) sorted by relevance
12345678910>>...196
/external/llvm-project/clang/test/FixIt/ |
D | format-darwin.m | 39 …f type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead}} 40 …UInteger' should not be used as format arguments; add an explicit cast to 'unsigned long' instead}} 41 …es of type 'SInt32' should not be used as format arguments; add an explicit cast to 'int' instead}} 42 …e 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead}} 56 …g type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead}} 61 … of type 'CFIndex' should not be used as format arguments; add an explicit cast to 'long' instead}} 86 …f type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead}} 87 …f type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead}} 88 …f type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead}} 89 …f type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead}} [all …]
|
/external/clang/test/FixIt/ |
D | format-darwin.m | 37 …f type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead}} 38 …UInteger' should not be used as format arguments; add an explicit cast to 'unsigned long' instead}} 39 …es of type 'SInt32' should not be used as format arguments; add an explicit cast to 'int' instead}} 40 …e 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead}} 54 …g type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead}} 79 …f type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead}} 80 …f type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead}} 81 …f type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead}} 82 …f type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead}} 83 …f type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead}} [all …]
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | readability-string-compare.rst | 8 A common mistake is to use the string's ``compare`` method instead of using the 24 // use str1 != str2 instead. 28 // use str1 == str2 instead. 32 // use str1 == str2 instead. 36 // use str1 != str2 instead. 40 // use str1 == str2 instead. 44 // use str1 != str2 instead. 48 // Use str1 == "foo" instead. 54 inequality of two strings instead of using the correct operators.
|
D | modernize-avoid-c-arrays.rst | 18 int a[] = {1, 2}; // warning: do not declare C-style arrays, use std::array<> instead 20 int b[1]; // warning: do not declare C-style arrays, use std::array<> instead 23 int c[b[0]]; // warning: do not declare C VLA arrays, use std::vector<> instead 28 T d[Size]; // warning: do not declare C-style arrays, use std::array<> instead 30 int e[1]; // warning: do not declare C-style arrays, use std::array<> instead 33 array<int[4], 2> d; // warning: do not declare C-style arrays, use std::array<> instead 35 using k = int[4]; // warning: do not declare C-style arrays, use std::array<> instead
|
D | abseil-duration-factory-scale.rst | 9 ``absl::ZeroDuration()`` instead. 19 // Suggested - Use absl::Minutes instead. 27 // Suggested - Use absl:::Seconds instead. 34 // Suggested = Use absl::ZeroDuration instead
|
/external/icu/tools/srcgen/javadoc_patches/patches/src/main/java/android/icu/text/ |
D | NumberFormat.java.patch | 17 - * {@link NumberFormatter} instead of NumberFormat. 27 - * {@link NumberFormatter} instead of NumberFormat. 37 - * {@link NumberFormatter} instead of NumberFormat. 47 - * {@link NumberFormatter} instead of NumberFormat. 57 - * {@link NumberFormatter} instead of NumberFormat. 67 - * {@link NumberFormatter} instead of NumberFormat. 77 - * {@link NumberFormatter} instead of NumberFormat. 87 - * {@link NumberFormatter} instead of NumberFormat. 97 - * {@link NumberFormatter} instead of NumberFormat. 107 - * {@link NumberFormatter} instead of NumberFormat. [all …]
|
D | DecimalFormatSymbols.java.patch | 7 - * @apiNote <strong>Discouraged:</strong> ICU 58 use {@link #getDigitStrings()} instead. 16 - * @apiNote <strong>Discouraged:</strong> ICU 58 use {@link #getDigitStrings()} instead. 24 … * @apiNote <strong>Discouraged:</strong> ICU 58 use {@link #setDigitStrings(String[])} instead. 32 … * @apiNote <strong>Discouraged:</strong> ICU 58 use {@link #getGroupingSeparatorString()} instead. 48 … * @apiNote <strong>Discouraged:</strong> ICU 58 use {@link #getDecimalSeparatorString()} instead. 56 - * @apiNote <strong>Discouraged:</strong> ICU 58 use {@link #getPerMillString()} instead. 64 - * @apiNote <strong>Discouraged:</strong> ICU 58 use {@link #getPercentString()} instead. 72 - * @apiNote <strong>Discouraged:</strong> ICU 58 use {@link #getMinusSignString()} instead. 80 - * @apiNote <strong>Discouraged:</strong> ICU 58 use {@link #getPlusSignString()} instead. 88 …Note <strong>Discouraged:</strong> ICU 58 use {@link #getMonetaryDecimalSeparatorString()} instead. [all …]
|
D | CompactDecimalFormat.java.patch | 5 * Formats numbers in compact (abbreviated) notation, like "1.2K" instead of "1200". 14 * limited real estate. For example, 'Hits: 1.2B' instead of 'Hits: 1,200,000,000'. The format will 21 - * {@link NumberFormatter} instead of NumberFormat. 31 - * {@link NumberFormatter} instead of NumberFormat.
|
/external/llvm-project/compiler-rt/lib/xray/ |
D | xray_flags.inc | 27 "DEPRECATED: Use xray_mode=xray-basic instead.") 30 "func_duration_threshold_us instead.") 33 "max_stack_depth instead.") 36 "thread_buffer_size instead.") 40 "DEPRECATED: Use xray_mode=xray-fdr instead.") 43 "func_duration_threshold_us instead.") 46 "grace_period_ms instead.") 49 "grace_period_ms instead.")
|
/external/grpc-grpc-java/core/ |
D | build.gradle | 10 // prefer 2.2.0 from libraries instead of 2.1.3 12 // prefer 3.0.2 from libraries instead of 3.0.1 14 // prefer 1.17 from libraries instead of 1.14 18 // prefer 3.0.2 from libraries instead of 3.0.1 20 // prefer 20.0 from libraries instead of 19.0 26 // prefer 3.0.2 from libraries instead of 3.0.1 30 // prefer 20.0 from libraries instead of 19.0
|
/external/clang/test/SemaObjC/ |
D | objc-literal-comparison.m | 39 …ect comparison of a string literal has undefined behavior}} expected-note{{use 'isEqual:' instead}} 40 …ect comparison of a string literal has undefined behavior}} expected-note{{use 'isEqual:' instead}} 41 …ect comparison of a string literal has undefined behavior}} expected-note{{use 'isEqual:' instead}} 42 …ect comparison of a string literal has undefined behavior}} expected-note{{use 'isEqual:' instead}} 44 …ect comparison of an array literal has undefined behavior}} expected-note{{use 'isEqual:' instead}} 45 …comparison of a dictionary literal has undefined behavior}} expected-note{{use 'isEqual:' instead}} 46 …ct comparison of a numeric literal has undefined behavior}} expected-note{{use 'isEqual:' instead}} 47 …ct comparison of a numeric literal has undefined behavior}} expected-note{{use 'isEqual:' instead}} 48 …ct comparison of a numeric literal has undefined behavior}} expected-note{{use 'isEqual:' instead}} 49 …t comparison of a boxed expression has undefined behavior}} expected-note{{use 'isEqual:' instead}} [all …]
|
/external/llvm-project/clang/test/SemaObjC/ |
D | objc-literal-comparison.m | 39 …ect comparison of a string literal has undefined behavior}} expected-note{{use 'isEqual:' instead}} 40 …ect comparison of a string literal has undefined behavior}} expected-note{{use 'isEqual:' instead}} 41 …ect comparison of a string literal has undefined behavior}} expected-note{{use 'isEqual:' instead}} 42 …ect comparison of a string literal has undefined behavior}} expected-note{{use 'isEqual:' instead}} 44 …ect comparison of an array literal has undefined behavior}} expected-note{{use 'isEqual:' instead}} 45 …comparison of a dictionary literal has undefined behavior}} expected-note{{use 'isEqual:' instead}} 46 …ct comparison of a numeric literal has undefined behavior}} expected-note{{use 'isEqual:' instead}} 47 …ct comparison of a numeric literal has undefined behavior}} expected-note{{use 'isEqual:' instead}} 48 …ct comparison of a numeric literal has undefined behavior}} expected-note{{use 'isEqual:' instead}} 49 …t comparison of a boxed expression has undefined behavior}} expected-note{{use 'isEqual:' instead}} [all …]
|
/external/curl/docs/cmdline-opts/ |
D | request.d | 8 HTTP server. The specified request method will be used instead of the method 27 Specifies a custom FTP command to use instead of LIST when doing file lists 31 Specifies a custom POP3 command to use instead of LIST or RETR. (Added in 35 Specifies a custom IMAP command to use instead of LIST. (Added in 7.30.0) 38 Specifies a custom SMTP command to use instead of HELP or VRFY. (Added in 7.34.0)
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MSA.txt | 25 instead. It is also impossible for the shuffle description to be 31 instructions will be selected instead of vshf.[bhwd]. Unlike the ilv*, 32 and pck* instructions, this is matched from MipsISD::VSHF instead of 37 same shuffle. ilvev.d will be emitted instead. 41 same shuffle. ilvod.d will be emitted instead. 45 it lowers directly to MipsISD::VSHF instead of using common IR. 49 shf.w will be emitted instead. 52 On MIPS32, the copy_u.d intrinsic will emit this instruction instead of 67 the same operation and will be emitted instead.
|
/external/llvm/lib/Target/Mips/ |
D | MSA.txt | 25 instead. It is also impossible for the shuffle description to be 31 instructions will be selected instead of vshf.[bhwd]. Unlike the ilv*, 32 and pck* instructions, this is matched from MipsISD::VSHF instead of 37 same shuffle. ilvev.d will be emitted instead. 41 same shuffle. ilvod.d will be emitted instead. 45 it lowers directly to MipsISD::VSHF instead of using common IR. 49 shf.w will be emitted instead. 52 On MIPS32, the copy_u.d intrinsic will emit this instruction instead of 67 the same operation and will be emitted instead.
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MSA.txt | 25 instead. It is also impossible for the shuffle description to be 31 instructions will be selected instead of vshf.[bhwd]. Unlike the ilv*, 32 and pck* instructions, this is matched from MipsISD::VSHF instead of 37 same shuffle. ilvev.d will be emitted instead. 41 same shuffle. ilvod.d will be emitted instead. 45 it lowers directly to MipsISD::VSHF instead of using common IR. 49 shf.w will be emitted instead. 52 On MIPS32, the copy_u.d intrinsic will emit this instruction instead of 67 the same operation and will be emitted instead.
|
/external/llvm-project/clang/test/Modules/ |
D | double-quotes.m | 26 // CHECK: double-quoted include "A0.h" in framework header, expected angle-bracketed instead 27 // CHECK: double-quoted include "B.h" in framework header, expected angle-bracketed instead 28 // CHECK: double-quoted include "B.h" in framework header, expected angle-bracketed instead 38 …Headers/A.h:1{{double-quoted include "A0.h" in framework header, expected angle-bracketed instead}} 39 …/Headers/A.h:2{{double-quoted include "B.h" in framework header, expected angle-bracketed instead}} 40 …der-path/Z.h:1{{double-quoted include "B.h" in framework header, expected angle-bracketed instead}}
|
/external/llvm-project/llvm/docs/HistoricalNotes/ |
D | 2002-06-25-MegaPatchInfo.txt | 5 instead, the second line should be: 20 Now, instead of having a vector to pointers of objects, the objects are 30 example: Instruction&) instead of a pointer to the underlying object. This 58 the address of the value instead of the contents of the Value. To print out 60 'cout << *I' instead of 'cout << I;'. This conversion is not yet complete, 64 pointer is known to never be null, it is passed in as a reference instead of a 65 pointer. For example, the instruction visitor class uses references instead 67 instead of pointers, because they may never be null.
|
/external/llvm/docs/HistoricalNotes/ |
D | 2002-06-25-MegaPatchInfo.txt | 5 instead, the second line should be: 20 Now, instead of having a vector to pointers of objects, the objects are 30 example: Instruction&) instead of a pointer to the underlying object. This 58 the address of the value instead of the contents of the Value. To print out 60 'cout << *I' instead of 'cout << I;'. This conversion is not yet complete, 64 pointer is known to never be null, it is passed in as a reference instead of a 65 pointer. For example, the instruction visitor class uses references instead 67 instead of pointers, because they may never be null.
|
/external/llvm-project/clang/test/Analysis/ |
D | objc-properties.m | 66 …ed-warning {{Direct assignment to an instance variable backing a property; use the setter instead}} 67 …ed-warning {{Direct assignment to an instance variable backing a property; use the setter instead}} 68 …ed-warning {{Direct assignment to an instance variable backing a property; use the setter instead}} 69 …ed-warning {{Direct assignment to an instance variable backing a property; use the setter instead}} 70 …ed-warning {{Direct assignment to an instance variable backing a property; use the setter instead}}
|
D | ObjCPropertiesSyntaxChecks.m | 11 …f mutable type 'NSMutableString' has 'copy' attribute; an immutable object will be stored instead}} 12 …f mutable type 'NSMutableString' has 'copy' attribute; an immutable object will be stored instead}} 22 …f mutable type 'NSMutableString' has 'copy' attribute; an immutable object will be stored instead}} 23 …f mutable type 'NSMutableString' has 'copy' attribute; an immutable object will be stored instead}} 51 …f mutable type 'NSMutableString' has 'copy' attribute; an immutable object will be stored instead}}
|
/external/llvm-project/clang/test/Analysis/objc/ |
D | direct-ivar-assignment-in-annotated-functions.m | 51 …ed-warning {{Direct assignment to an instance variable backing a property; use the setter instead}} 52 …ed-warning {{Direct assignment to an instance variable backing a property; use the setter instead}} 53 …ed-warning {{Direct assignment to an instance variable backing a property; use the setter instead}} 54 …ed-warning {{Direct assignment to an instance variable backing a property; use the setter instead}} 55 …ed-warning {{Direct assignment to an instance variable backing a property; use the setter instead}}
|
/external/clang/test/Analysis/objc/ |
D | direct-ivar-assignment-in-annotated-functions.m | 47 …ed-warning {{Direct assignment to an instance variable backing a property; use the setter instead}} 48 …ed-warning {{Direct assignment to an instance variable backing a property; use the setter instead}} 49 …ed-warning {{Direct assignment to an instance variable backing a property; use the setter instead}} 50 …ed-warning {{Direct assignment to an instance variable backing a property; use the setter instead}} 51 …ed-warning {{Direct assignment to an instance variable backing a property; use the setter instead}}
|
/external/clang/test/Analysis/ |
D | objc-properties.m | 66 …ed-warning {{Direct assignment to an instance variable backing a property; use the setter instead}} 67 …ed-warning {{Direct assignment to an instance variable backing a property; use the setter instead}} 68 …ed-warning {{Direct assignment to an instance variable backing a property; use the setter instead}} 69 …ed-warning {{Direct assignment to an instance variable backing a property; use the setter instead}} 70 …ed-warning {{Direct assignment to an instance variable backing a property; use the setter instead}}
|
/external/pigweed/pw_string/ |
D | BUILD.gn | 94 title = "Using pw::string::Format instead of snprintf" 100 label = "Format instead of snprintf once, return size" 105 label = "Format instead of snprintf 10 times, handle errors" 110 label = "Format instead of snprintf 50 times, no error handling" 116 title = "Using pw::StringBuilder instead of snprintf"
|
12345678910>>...196