| /llvm-project-15.0.7/llvm/test/MC/Mips/ |
| H A D | branch-pseudos-bad.s | 7 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available 9 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available 11 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available 13 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available 15 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available 17 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available 19 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available 21 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available 24 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available 26 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available [all …]
|
| H A D | macro-dla-bad.s | 7 …# CHECK: :[[@LINE-1]]:3: error: macro instruction uses large offset, which is not currently suppor… 9 …# CHECK: :[[@LINE-1]]:3: error: macro instruction uses large offset, which is not currently suppor… 11 …# CHECK: :[[@LINE-1]]:3: error: macro instruction uses large offset, which is not currently suppor… 13 …# CHECK: :[[@LINE-1]]:3: error: macro instruction uses large offset, which is not currently suppor… 15 …# CHECK: :[[@LINE-1]]:3: error: macro instruction uses large offset, which is not currently suppor… 17 …# CHECK: :[[@LINE-1]]:3: error: macro instruction uses large offset, which is not currently suppor… 19 …# CHECK: :[[@LINE-1]]:3: error: macro instruction uses large offset, which is not currently suppor… 21 …# CHECK: :[[@LINE-1]]:3: error: macro instruction uses large offset, which is not currently suppor…
|
| H A D | cprestore-noreorder-noat.s | 28 # O32-NOT: error: pseudo-instruction requires $at, which is not available 29 # N32-NOT: error: pseudo-instruction requires $at, which is not available 30 # N64-NOT: error: pseudo-instruction requires $at, which is not available 47 # O32: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available 48 # N32-NOT: error: pseudo-instruction requires $at, which is not available 49 # N64-NOT: error: pseudo-instruction requires $at, which is not available
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | fold-designator.cpp | 17 const Symbol &symbol, ConstantSubscript which) { in DEFINE_DEFAULT_CONSTRUCTORS_AND_ASSIGNMENTS() 22 if (which > 0) { in DEFINE_DEFAULT_CONSTRUCTORS_AND_ASSIGNMENTS() 34 if (which < GetSize(*extents)) { in DEFINE_DEFAULT_CONSTRUCTORS_AND_ASSIGNMENTS() 35 result.Augment(*bytes * which); in DEFINE_DEFAULT_CONSTRUCTORS_AND_ASSIGNMENTS() 48 const ArrayRef &x, ConstantSubscript which) { in FoldDesignator() argument 60 which = 0; in FoldDesignator() 91 which = quotient; in FoldDesignator() 124 if (which > 0) { in FoldDesignator() 143 compResult = FoldDesignator(comp, which); in FoldDesignator() 145 baseResult = FoldDesignator(base, which); in FoldDesignator() [all …]
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | arm-bf16-forbidden-ops.c | 59 __bf16 test_cond(__bf16 a, __bf16 b, _Bool which) { in test_cond() argument 62 return which ? a : b; in test_cond() 65 __bf16 test_cond_float(__bf16 a, __bf16 b, _Bool which) { in test_cond_float() argument 66 return which ? a : 1.0f; // expected-error {{incompatible operand types ('__bf16' and 'float')}} in test_cond_float() 69 __bf16 test_cond_int(__bf16 a, __bf16 b, _Bool which) { in test_cond_int() argument 70 return which ? a : 1; // expected-error {{incompatible operand types ('__bf16' and 'int')}} in test_cond_int()
|
| H A D | arm-bf16-forbidden-ops.cpp | 59 __bf16 test_cond(__bf16 a, __bf16 b, bool which) { in test_cond() argument 62 return which ? a : b; in test_cond() 65 __bf16 test_cond_float(__bf16 a, __bf16 b, bool which) { in test_cond_float() argument 66 return which ? a : 1.0f; // expected-error {{incompatible operand types ('__bf16' and 'float')}} in test_cond_float() 69 __bf16 test_cond_int(__bf16 a, __bf16 b, bool which) { in test_cond_int() argument 70 return which ? a : 1; // expected-error {{incompatible operand types ('__bf16' and 'int')}} in test_cond_int()
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/ |
| H A D | objc-global-variable-declaration.m | 6 …E-1]]:24: warning: const global variable 'myConstString' must have a name which starts with an app… 10 …-1]]:24: warning: const global variable 'GlobalConstant' must have a name which starts with an app… 13 …NE-1]]:18: warning: non-const global variable 'MyString' must have a name which starts with 'g[A-Z… 17 …]]:11: warning: non-const global variable 'globalString' must have a name which starts with 'g[A-Z… 21 // CHECK-MESSAGES: :[[@LINE-1]]:18: warning: non-const global variable 'a' must have a name which s… 25 …@LINE-1]]:18: warning: non-const global variable 'noDef' must have a name which starts with 'g[A-Z… 29 …@LINE-1]]:24: warning: const global variable '_notAlpha' must have a name which starts with an app… 33 // CHECK-MESSAGES: :[[@LINE-1]]:24: warning: const global variable 'notCap' must have a name which … 37 // CHECK-MESSAGES: :[[@LINE-1]]:24: warning: const global variable 'k_Alpha' must have a name which… 41 …NE-1]]:24: warning: const global variable 'SecondNotCap' must have a name which starts with an app… [all …]
|
| /llvm-project-15.0.7/clang/test/Rewriter/ |
| H A D | objc-bool-literal-check-modern.mm | 15 BOOL which (int flag) { function 20 which (__objc_yes); 21 which (__objc_no); 27 // CHECK: which (((bool)1)); 28 // CHECK: which (((bool)0));
|
| /llvm-project-15.0.7/libcxx/test/std/thread/thread.condition/thread.condition.condvar/ |
| H A D | notify_one.pass.cpp | 54 std::atomic_int which(0); variable 63 which = 1; in f1() 75 which = 2; in f2() 97 while (which == 0) in main() 110 which = 0; in main() 114 while (which == 0) in main()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | int-mul-06.ll | 1 ; Test 64-bit multiplication in which the second operand is constant. 5 ; Check multiplication by 2, which should use shifts. 32 ; Check the next value up, which should use shifts. 41 ; Check the next value up again, which can use MSGFI. 59 ; Check the next value up, which should use shifts. 68 ; Check the next value up again, which cannot use a constant multiplicatoin. 77 ; Check multiplication by -1, which is a negation. 86 ; Check multiplication by -2, which should use shifts. 114 ; Check the next value down, which should use shifts. 124 ; Check the next value down again, which can use MSGFI. [all …]
|
| H A D | int-mul-05.ll | 1 ; Test 32-bit multiplication in which the second operand is constant. 5 ; Check multiplication by 2, which should use shifts. 32 ; Check the next value up, which should use shifts. 41 ; Check the next value up again, which can use MSFI. 59 ; Check the next value up, which should use shifts. 68 ; Check the next value up again, which is treated as a negative value. 77 ; Check multiplication by -1, which is a negation. 86 ; Check multiplication by -2, which should use shifts. 114 ; Check the next value down, which should use shifts. 124 ; Check the next value down again, which can use MSFI. [all …]
|
| H A D | vec-conv-01.ll | 41 ; Test conversion of f64s to signed i32s, which must compile. 48 ; Test conversion of f64s to unsigned i32s, which must compile. 55 ; Test conversion of signed i32s to f64s, which must compile. 62 ; Test conversion of unsigned i32s to f64s, which must compile. 69 ; Test conversion of f32s to signed i64s, which must compile. 76 ; Test conversion of f32s to unsigned i64s, which must compile. 83 ; Test conversion of signed i64s to f32, which must compile. 90 ; Test conversion of unsigned i64s to f32, which must compile.
|
| H A D | int-const-02.ll | 24 ; Check the next value up, which must use LLILL instead. 40 ; Check the first useful LLILH value, which is the next one up. 48 ; Check the first useful LGFI value, which is the next one up again. 64 ; Check the next value up, which should use LLILH instead. 72 ; Check the next value up again, which should use LLILF. 88 ; Check the next value up, which must use LLILF. 104 ; Check the lowest useful LLIHL value, which is the next one up. 130 ; Check the next value up, which should use OILH instead. 139 ; Check the next value up again, which should use OILF. 198 ; Check the next value up, which must use OILL too. [all …]
|
| /llvm-project-15.0.7/clang/tools/diag-build/ |
| H A D | diag-build.sh | 38 elif [[ ! -z $(which clang) ]]; then 39 CC=$(which clang) 51 elif [[ ! -z $(which clang++) ]]; then 52 CXX=$(which clang++) 58 diagtool=$(which diagtool)
|
| /llvm-project-15.0.7/flang/include/flang/Evaluate/ |
| H A D | fold-designator.h | 78 const SymbolRef &x, ConstantSubscript which) { in FoldDesignator() argument 79 return FoldDesignator(*x, which); in FoldDesignator() 100 const Expr<T> &expr, ConstantSubscript which) { in FoldDesignator() argument 102 [&](const auto &x) { return FoldDesignator(x, which); }, expr.u); in FoldDesignator() 112 const Designator<T> &designator, ConstantSubscript which) { in FoldDesignator() argument 114 [&](const auto &x) { return FoldDesignator(x, which); }, designator.u); in FoldDesignator() 119 ConstantSubscript which) { in FoldDesignator() argument 124 if (auto result{FoldDesignator(*dataRef, which)}) { in FoldDesignator() 154 [&](const auto &x) { return FoldDesignator(x, which); }, in FoldDesignator()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-pdbutil/ |
| H A D | explain-dbi-stream.test | 34 CHECK-NEXT: which contains the DBI Stream Version Signature. 42 CHECK-NEXT: which contains the DBI Stream Version Header. 50 CHECK-NEXT: which contains the age of the DBI Stream. 66 CHECK-NEXT: which contains the build number. 82 CHECK-NEXT: which contains the version of mspdb.dll. 98 CHECK-NEXT: which contains the rbld of mspdb.dll. 138 CHECK-NEXT: which contains the size of the Type Server Map. 170 CHECK-NEXT: which contains the DBI Stream flags. 178 CHECK-NEXT: which contains the machine type. 186 CHECK-NEXT: which contains reserved data. [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | exception-escape.rst | 6 Finds functions which may throw an exception directly or indirectly, but they 7 should not. The functions which should not throw exceptions are the following: 32 Comma separated list containing function names which should not throw. An 33 example value for this parameter can be ``WinMain`` which adds function 34 ``WinMain()`` in the Windows API to the list of the functions which should 39 Comma separated list containing type names which are not counted as thrown
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | unused-backing-ivar-warning.m | 18 - (void) setX:(id)newX { // expected-warning {{ivar '_x' which backs the property is not reference… 21 - (id) y { // expected-warning {{ivar '_y' which backs the property is not referenced in this prope… 25 - (void) setV:(id)newV { // expected-warning {{ivar '_v' which backs the property is not referenced… 38 - (id) u { // expected-warning {{ivar '_u' which backs the property is not referenced in this prope… 48 - (void) setT:(id)newT { // expected-warning {{ivar 'tIvar' which backs the property is not referen… 122 - (long) q { return 0; } // expected-warning {{ivar 'q' which backs the property is not referenced … 123 - (void) setQ : (long) val { } // expected-warning {{ivar 'q' which backs the property is not refer… 124 - (long) r { [self Meth]; return p; } // expected-warning {{ivar 'r' which backs the property is no… 145 -(int)p2 { // expected-warning {{ivar '_p2' which backs the property is not referenced in this pro… 200 - (NSURL *)cidURL1 { // expected-warning {{ivar '_cidURL1' which backs the property is not referenc…
|
| H A D | format-cstrings-warning.m | 33 …, 'a', "something"]; // expected-warning {{using %s directive in NSString which is being passed as… 34 …Hello%s", " There"]; // expected-warning {{using %s directive in NSString which is being passed as… 35 …%d", "Hello", 1, 2]; // expected-warning {{using %s directive in NSString which is being passed as… 36 …rguments: argList]; // expected-warning {{using %s directive in NSString which is being passed as… 37 …Hello%s", " There"]; // expected-warning {{using %s directive in NSString which is being passed as… 63 …f)@"%s\n", argList); // expected-warning {{using %s directive in CFString which is being passed as… 64 …ere %d\n", argList); // expected-warning {{using %s directive in CFString which is being passed as… 74 …MyNSLog(@"%s\n", "Hello"); // expected-warning {{using %s directive in CFString which is being pas… 76 …Ref)@"%s", "Hello"); // expected-warning {{using %s directive in CFString which is being passed as… 77 …XMyNSLog(4, @"%s\n", "Hello"); // expected-warning {{using %s directive in CFString which is being…
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/objc/ |
| H A D | forbidden-subclassing-custom.m | 11 …ning: Objective-C interface 'Waldo' subclasses 'UIImagePickerController', which is not intended to… 18 // CHECK-MESSAGES: :[[@LINE-1]]:12: warning: Objective-C interface 'Bar' subclasses 'Foo', which is… 23 // CHECK-MESSAGES: :[[@LINE-1]]:12: warning: Objective-C interface 'Baz' subclasses 'Foo', which is… 31 // CHECK-MESSAGES: :[[@LINE-1]]:12: warning: Objective-C interface 'Xyzzy' subclasses 'Quux', which… 38 …[@LINE-1]]:12: warning: Objective-C interface 'Corge' subclasses 'Plugh', which is not intended to…
|
| /llvm-project-15.0.7/llvm/test/MC/ARM/ |
| H A D | directive-arch-mode-switch.s | 8 @ In ARM mode, switch to an arch which has ARM and Thumb, no warning or .code directive (stay in AR… 15 @ In ARM mode, switch to an arch which has Thumb only, expect warning and .code 16 directive 21 @ In Thumb mode, switch to an arch which has ARM and Thumb, no warning or .code directive (stay in … 28 @ In Thumb mode, switch to a CPU which has ARM and Thumb, no warning or .code directive (stay in Th… 39 @ In ARM mode, switch to a CPU which has ARM and Thumb, no warning or .code directive (stay in ARM … 46 @ In ARM mode, switch to a CPU which has Thumb only, expect warning and .code 16 directive
|
| /llvm-project-15.0.7/llvm/docs/PDB/ |
| H A D | CodeViewSymbols.rst | 17 types which are generated by modern C++ toolchains. 23 They start with the same :ref:`record prefix <leaf_types>`, which we will not describe 25 of symbol records can be processed with largely the same code as that which processes 40 given a symbol record which describes a certain function, all local variables of this 44 to appear in a PDB file. Public Symbols (which appear only in the 45 :doc:`publics stream <PublicStream>`), Global Symbols (which appear only in the 46 :doc:`globals stream <GlobalStream>`) and module symbols (which appear in the 57 has a mangled name. The :doc:`Publics Stream <PublicStream>`, which contains these 64 There is only type of public symbol, an ``S_PUB32`` which describes a mangled 86 fully qualified name to the corresponding record in the globals stream (which as [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/objc/ |
| H A D | forbidden-subclassing.rst | 6 Finds Objective-C classes which are subclasses of classes which are not designed 9 By default, includes a list of Objective-C classes which are publicly documented 25 Semicolon-separated list of names of Objective-C classes which
|
| /llvm-project-15.0.7/lld/test/MachO/invalid/ |
| H A D | incompatible-arch.s | 10 # CHECK-ERROR: error: {{.*}}[[FILE]] has architecture arm64 which is incompatible with target archi… 11 # CHECK-WARNING: warning: {{.*}}[[FILE]] has architecture arm64 which is incompatible with target a… 17 # DYLIB-PLAT: {{.*}}out.dylib has platform macOS, which is different from target platform iOS 23 # DYLIB-VERSION: warning: {{.*}}out.dylib has version 10.14.0, which is newer than target minimum o… 29 # OBJ-PLAT: {{.*}}test_x86.o has platform macOS, which is different from target platform iOS 35 # OBJ-VERSION: warning: {{.*}}test_x86.o has version 10.15.0, which is newer than target minimum of… 46 # CROSS-SIM: {{.*}}test_x86_ios.o has platform iOS, which is different from target platform watchOS… 49 # CROSS-SIM2: {{.*}}test_x86_ios_sim.o has platform iOS Simulator, which is different from target p…
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ConstantInterpreter.rst | 12 clang, improving performance on constructs which are executed inefficiently 70 address which can be derived, but not accessed (``ExternPointer``). 85 the union of all pointers which can be cast to void. 119 objects which refer to or into blocks, and ``Descriptor`` structures which 152 * **CtorFn**: initializes the metadata which is store in the block, 154 which are not trivial (``Pointer``, ``RealFP``, etc.) 214 a memory access, such as the declaration which originates the block. 258 which is referenced, while the base points to the outer object or array which 317 Extern pointers can be derived, pointing into symbols which are not 348 ``std::type_info`` and the type which was passed to ``typeinfo``. [all …]
|