/llvm-project/libcxx/test/std/utilities/format/format.functions/ |
H A D | format_tests.h | 478 // Unused argument is ignored. TODO FMT what does the Standard mandate? in format_test_string() 492 // The fill character ':' is allowed here (P0645) but not in ranges (P2286). in format_test_string() 541 check_exception("The numeric value of the format specifier is too large", SV("{:2147483648}"), world); in format_test_string() 542 check_exception("The numeric value of the format specifier is too large", SV("{:5000000000}"), world); in format_test_string() 543 check_exception("The numeric value of the format specifier is too large", SV("{:10000000000}"), world); in format_test_string() 549 "The argument index value is too large for the number of arguments supplied", SV("hello {:{}}"), world); in format_test_string() 555 check_exception("The argument index is invalid", SV("hello {0:{01}}"), world, 1); in format_test_string() 561 check_exception("The numeric value of the format specifier is too large", SV("{:.2147483648}"), world); in format_test_string() 562 check_exception("The numeric value of the format specifier is too large", SV("{:.5000000000}"), world); in format_test_string() 563 check_exception("The numeric value of the format specifier is to in format_test_string() [all...] |
/llvm-project/clang/test/SemaObjC/ |
H A D | non-trivial-c-union.m | 7 id f0; // expected-note 12 {{f0 has type '__strong id' that is non-trivial to default-initialize}} expected-note 36 {{f0 has type '__strong id' that is non-trivial to destruct}} expected-note 28 {{f0 has type '__strong id' that is non-trivial to copy}} 8 __weak id f1; // expected-note 12 {{f1 has type '__weak id' that is non-trivial to default-initialize}} expected-note 36 {{f1 has type '__weak id' that is non-trivial to destruct}} expected-note 28 {{f1 has type '__weak id' that is non-trivial to copy}} 17 U0 ug0; // expected-error {{cannot default-initialize an object of type 'U0' since it is a union that is non-trivial to default-initialize}} 19 S0 sg0; // expected-error {{cannot default-initialize an object of type 'S0' since it contains a union that is non-trivial to default-initialize}} 21 S0 sg2 = { .f1 = 0 }; // expected-error {{cannot default-initialize an object of type 'U0' since it is [all...] |
/llvm-project/llvm/test/Transforms/SimplifyCFG/ |
H A D | implied-cond-matching.ll | 5 declare void @is(i1) 71 ; A == B implies A == B is true. 73 ; CHECK: call void @is(i1 true) 74 ; CHECK-NOT: call void @is(i1 false) 84 call void @is(i1 true) 88 call void @is(i1 false) 95 ; A == B implies A != B is false. 97 ; CHECK-NOT: call void @is(i1 true) 98 ; CHECK: call void @is(i1 false) 108 call void @is(i1 true) [all …]
|
H A D | implied-cond-matching-false-dest.ll | 3 declare void @is(i1) 5 ; If A == B is false then A == B is implied false. 7 ; CHECK-NOT: call void @is(i1 true) 8 ; CHECK: call void @is(i1 false) 18 call void @is(i1 true) 22 call void @is(i1 false) 29 ; If A == B is false then A != B is implied true. 31 ; CHECK: call void @is(i1 true) 32 ; CHECK-NOT: call void @is(i1 false) 42 call void @is(i1 true) [all …]
|
/llvm-project/llvm/test/tools/llvm-pdbutil/ |
H A D | explain-dbi-stream.test | 30 CHECK-NEXT: Address is in block 15 (allocated). 31 CHECK-NEXT: Address is at offset 0/781 of Stream 3 (DBI Stream). 33 CHECK-NEXT: address is at offset 0/64 of the DBI Stream Header. 35 CHECK-NEXT: The current value is -1. 38 CHECK-NEXT: Address is in block 15 (allocated). 39 CHECK-NEXT: Address is at offset 4/781 of Stream 3 (DBI Stream). 41 CHECK-NEXT: address is at offset 4/64 of the DBI Stream Header. 43 CHECK-NEXT: The current value is 19990903. 46 CHECK-NEXT: Address is in block 15 (allocated). 47 CHECK-NEXT: Address is at offset 8/781 of Stream 3 (DBI Stream). [all …]
|
/llvm-project/bolt/docs/ |
H A D | doxygen.cfg.in | 6 # All text after a double hash (##) is considered a comment and is placed in 7 # front of the TAG it is preceding. 9 # All text after a single hash (#) is considered a comment and will be ignored. 10 # The format is: 21 # that follow. The default is UTF-8 which is also the encoding used for all text 25 # The default value is: UTF-8. 29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 31 # project for which the documentation is generated. This name is used in the 33 # The default value is: My Project. 39 # control system is used. [all …]
|
/llvm-project/polly/docs/ |
H A D | doxygen.cfg.in | 6 # All text after a double hash (##) is considered a comment and is placed in 7 # front of the TAG it is preceding. 9 # All text after a single hash (#) is considered a comment and will be ignored. 10 # The format is: 21 # that follow. The default is UTF-8 which is also the encoding used for all text 25 # The default value is: UTF-8. 29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 31 # project for which the documentation is generate [all...] |
/llvm-project/flang/docs/ |
H A D | doxygen.cfg.in | 6 # All text after a double hash (##) is considered a comment and is placed in 7 # front of the TAG it is preceding. 9 # All text after a single hash (#) is considered a comment and will be ignored. 10 # The format is: 21 # that follow. The default is UTF-8 which is also the encoding used for all text 25 # The default value is: UTF-8. 29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 31 # project for which the documentation is generated. This name is used in the 33 # The default value is: My Project. 39 # control system is used. [all …]
|
/llvm-project/openmp/docs/ |
H A D | doxygen.cfg.in | 6 # All text after a double hash (##) is considered a comment and is placed in 7 # front of the TAG it is preceding. 9 # All text after a single hash (#) is considered a comment and will be ignored. 10 # The format is: 21 # that follow. The default is UTF-8 which is also the encoding used for all text 25 # The default value is: UTF-8. 29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 31 # project for which the documentation is generated. This name is used in the 33 # The default value is: My Project. 39 # control system is used. [all …]
|
/llvm-project/mlir/docs/ |
H A D | doxygen.cfg.in | 6 # All text after a double hash (##) is considered a comment and is placed in 7 # front of the TAG it is preceding. 9 # All text after a single hash (#) is considered a comment and will be ignored. 10 # The format is: 21 # that follow. The default is UTF-8 which is also the encoding used for all text 25 # The default value is: UTF-8. 29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 31 # project for which the documentation is generated. This name is used in the 33 # The default value is: My Project. 39 # control system is used. [all …]
|
/llvm-project/clang-tools-extra/docs/ |
H A D | doxygen.cfg.in | 6 # All text after a double hash (##) is considered a comment and is placed in 7 # front of the TAG it is preceding. 9 # All text after a single hash (#) is considered a comment and will be ignored. 10 # The format is: 21 # that follow. The default is UTF-8 which is also the encoding used for all text 25 # The default value is: UTF-8. 29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 31 # project for which the documentation is generated. This name is used in the 33 # The default value is: My Project. 39 # control system is used. [all …]
|
/llvm-project/clang/docs/ |
H A D | doxygen.cfg.in | 6 # All text after a double hash (##) is considered a comment and is placed in 7 # front of the TAG it is preceding. 9 # All text after a single hash (#) is considered a comment and will be ignored. 10 # The format is: 21 # that follow. The default is UTF-8 which is also the encoding used for all text 25 # The default value is: UTF-8. 29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 31 # project for which the documentation is generated. This name is used in the 33 # The default value is: My Project. 39 # control system is used. [all …]
|
/llvm-project/llvm/docs/ |
H A D | doxygen.cfg.in | 6 # All text after a double hash (##) is considered a comment and is placed in 7 # front of the TAG it is preceding. 9 # All text after a single hash (#) is considered a comment and will be ignored. 10 # The format is: 21 # that follow. The default is UTF-8 which is also the encoding used for all text 25 # The default value is: UTF-8. 29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 31 # project for which the documentation is generated. This name is used in the 33 # The default value is: My Project. 39 # control system is used. [all …]
|
/llvm-project/clang/test/CodeGen/ |
H A D | builtins-mips-msa-error.c | 34 …v16u8_r = __msa_addvi_b(v16u8_a, 32); // expected-error {{argument value 32 is outsid… in test() 35 …v8u16_r = __msa_addvi_h(v8u16_a, 32); // expected-error {{argument value 32 is outsid… in test() 36 …v4u32_r = __msa_addvi_w(v4u32_a, 32); // expected-error {{argument value 32 is outsid… in test() 37 …v2u64_r = __msa_addvi_d(v2u64_a, 32); // expected-error {{argument value 32 is outsid… in test() 39 …v16i8_r = __msa_andi_b(v16i8_a, 256); // expected-error {{argument value 256 is outsi… in test() 40 …v8i16_r = __msa_andi_b(v8i16_a, 256); // expected-error {{argument value 256 is outsi… in test() 41 …v4i32_r = __msa_andi_b(v4i32_a, 256); // expected-error {{argument value 256 is outsi… in test() 42 …v2i64_r = __msa_andi_b(v2i64_a, 256); // expected-error {{argument value 256 is outsi… in test() 44 …v16i8_r = __msa_bclri_b(v16i8_a, 8); // expected-error {{argument value 8 is outside… in test() 45 …v8i16_r = __msa_bclri_h(v8i16_a, 16); // expected-error {{argument value 16 is outsid… in test() [all …]
|
/llvm-project/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/ |
H A D | get_pointer_size_chart.pass.cpp | 52 std::istream is(&sb); in main() 54 is.get(s, 5, '*'); in main() 55 assert(!is.eof()); in main() 56 assert(!is.fail()); in main() 58 assert(is.gcount() == 2); in main() 59 is.get(s, 5, '*'); in main() 60 assert(!is.eof()); in main() 61 assert( is.fail()); in main() 63 assert(is.gcount() == 0); in main() 64 is in main() 51 std::istream is(&sb); main() local 86 std::wistream is(&sb); main() local 122 std::basic_istream<char> is(&sb); main() local 141 std::basic_istream<wchar_t> is(&sb); main() local 161 std::basic_istream<char> is(&sb); main() local 180 std::basic_istream<wchar_t> is(&sb); main() local [all...] |
H A D | get_pointer_size.pass.cpp | 52 std::istream is(&sb); in main() 54 is.get(s, 5); in main() 55 assert(!is.eof()); in main() 56 assert(!is.fail()); in main() 58 assert(is.gcount() == 2); in main() 59 is.get(s, 5); in main() 60 assert(!is.eof()); in main() 61 assert( is.fail()); in main() 63 assert(is.gcount() == 0); in main() 64 is in main() 51 std::istream is(&sb); main() local 86 std::wistream is(&sb); main() local 122 std::basic_istream<char> is(&sb); main() local 141 std::basic_istream<wchar_t> is(&sb); main() local 161 std::basic_istream<char> is(&sb); main() local 180 std::basic_istream<wchar_t> is(&sb); main() local [all...] |
H A D | putback.pass.cpp | 47 std::istream is(&sb); in main() 48 is.get(); in main() 49 is.get(); in main() 50 is.get(); in main() 51 is.putback('a'); in main() 52 assert(is.bad()); in main() 53 assert(is.gcount() == 0); in main() 54 is.clear(); in main() 55 is.putback('2'); in main() 56 assert(is in main() 46 std::istream is(&sb); main() local 70 std::wistream is(&sb); main() local 95 std::basic_istream<char> is(&sb); main() local 111 std::basic_istream<wchar_t> is(&sb); main() local [all...] |
H A D | getline_pointer_size_chart.pass.cpp | 52 std::istream is(&sb); in main() 54 is.getline(s, 5, '*'); in main() 55 assert(!is.eof()); in main() 56 assert(!is.fail()); in main() 58 assert(is.gcount() == 3); in main() 59 is.getline(s, 5, '*'); in main() 60 assert(!is.eof()); in main() 61 assert(!is.fail()); in main() 63 assert(is.gcount() == 5); in main() 64 is in main() 51 std::istream is(&sb); main() local 78 std::wistream is(&sb); main() local 106 std::basic_istream<char> is(&sb); main() local 125 std::basic_istream<wchar_t> is(&sb); main() local 145 std::basic_istream<char> is(&sb); main() local 164 std::basic_istream<wchar_t> is(&sb); main() local [all...] |
H A D | getline_pointer_size.pass.cpp | 52 std::istream is(&sb); in main() 54 is.getline(s, 5); in main() 55 assert(!is.eof()); in main() 56 assert(!is.fail()); in main() 58 assert(is.gcount() == 3); in main() 59 is.getline(s, 5); in main() 60 assert(!is.eof()); in main() 61 assert(!is.fail()); in main() 63 assert(is.gcount() == 5); in main() 64 is in main() 51 std::istream is(&sb); main() local 78 std::wistream is(&sb); main() local 106 std::basic_istream<char> is(&sb); main() local 125 std::basic_istream<wchar_t> is(&sb); main() local 145 std::basic_istream<char> is(&sb); main() local 164 std::basic_istream<wchar_t> is(&sb); main() local [all...] |
H A D | get_chart.pass.cpp | 50 std::istream is(&sb); in main() 52 is.get(c); in main() 53 assert(!is.eof()); in main() 54 assert(!is.fail()); in main() 56 assert(is.gcount() == 1); in main() 60 std::istream is(&sb); in main() 62 is.get(c); in main() 63 assert(!is.eof()); in main() 64 assert(!is.fail()); in main() 66 assert(is in main() 48 std::istream is(&sb); main() local 58 std::istream is(&sb); main() local 84 std::wistream is(&sb); main() local 111 std::basic_istream<char> is(&sb); main() local 134 std::basic_istream<wchar_t> is(&sb); main() local [all...] |
/llvm-project/clang/test/SemaCUDA/ |
H A D | device-var-init.cu | 6 // RUN: %clang_cc1 -verify %s -triple nvptx64-nvidia-cuda -fcuda-is-device -std=c++11 %s 16 // expected-error@-1 {{initialization is not supported for __shared__ variables}} 19 // expected-error@-1 {{dynamic initialization is not supported for __device__, __constant__, __shar… 21 // expected-error@-1 {{initialization is not supported for __shared__ variables}} 23 // expected-error@-1 {{dynamic initialization is not supported for __device__, __constant__, __shar… 26 // expected-error@-1 {{initialization is not supported for __shared__ variables}} 43 // expected-error@-1 {{dynamic initialization is not supported for __device__, __constant__, __shar… 45 // expected-error@-1 {{initialization is not supported for __shared__ variables}} 47 // expected-error@-1 {{dynamic initialization is not supported for __device__, __constant__, __shar… 50 // expected-error@-1 {{dynamic initialization is not supported for __device__, __constant__, __shar… [all …]
|
/llvm-project/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/ |
H A D | wchar_t_pointer.pass.cpp | 48 std::istream is(&sb); in main() 50 is >> s; in main() 51 assert(!is.eof()); in main() 52 assert(!is.fail()); in main() 58 std::istream is(&sb); in main() 60 is >> s; in main() 61 assert(!is.eof()); in main() 62 assert(!is.fail()); in main() 69 std::wistream is(&sb); in main() 70 is in main() 46 std::istream is(&sb); main() local 56 std::istream is(&sb); main() local 67 std::wistream is(&sb); main() local 78 std::wistream is(&sb); main() local 89 std::wistream is(&sb); main() local 100 std::istream is(&sb); main() local 112 std::istream is(&sb); main() local 123 std::basic_istream<char> is(&sb); main() local 143 std::wistream is(&sb); main() local 163 std::basic_istream<char> is(&sb); main() local 183 std::wistream is(&sb); main() local [all...] |
/llvm-project/clang/test/Sema/aarch64-sme2-intrinsics/ |
H A D | acle_sme2_imm.cpp | 11 svread_hor_za8_u8_vg2(1, base); // expected-error {{argument value 1 is outside the valid range [0, 0]}} in test_multivector_read() 12 svread_ver_za8_u8_vg2(1, base); // expected-error {{argument value 1 is outside the valid range [0, 0]}} in test_multivector_read() 13 svread_hor_za8_u8_vg4(1, base); // expected-error {{argument value 1 is outside the valid range [0, 0]}} in test_multivector_read() 14 svread_ver_za8_u8_vg4(1, base); // expected-error {{argument value 1 is outside the valid range [0, 0]}} in test_multivector_read() 16 svread_hor_za16_u16_vg2(2, base); // expected-error {{argument value 2 is outside the valid range [0, 1]}} in test_multivector_read() 17 svread_ver_za16_u16_vg2(2, base); // expected-error {{argument value 2 is outside the valid range [0, 1]}} in test_multivector_read() 18 svread_hor_za16_u16_vg4(2, base); // expected-error {{argument value 2 is outside the valid range [0, 1]}} in test_multivector_read() 19 svread_ver_za16_u16_vg4(2, base); // expected-error {{argument value 2 is outside the valid range [0, 1]}} in test_multivector_read() 21 svread_hor_za32_u32_vg2(4, base); // expected-error {{argument value 4 is outside the valid range [0, 3]}} in test_multivector_read() 22 svread_ver_za32_u32_vg2(4, base); // expected-error {{argument value 4 is outsid in test_multivector_read() [all...] |
/llvm-project/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/ |
H A D | AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md | 16 on the stack. In addition, the call frame information (CFI) is extended to 17 support the full generality of location descriptions. This is done in a manner 18 that is backwards compatible with DWARF 5. The extension involves changes to the 64 instructions are executed. This is termed single instruction multiple thread 74 For example, a GPU may have a per thread block address space that is implemented 85 there is a benefit to be able to factorize their calculation which requires all 86 location kinds to be supported uniformly, otherwise duplication is necessary. 96 DWARF is a standardized way to specify debug information. It describes source 98 It is either embedded directly in sections of the code object executables, or 115 In particular, there is great diversity in the way a source language entity [all …]
|
/llvm-project/llvm/test/CodeGen/AArch64/ |
H A D | inline-asm-clobber-arm64ec.ll | 8 ; CHECK-NEXT: note: x13 is clobbered by asynchronous signals when using Arm64EC. 9 ; CHECK-NEXT: note: x14 is clobbered by asynchronous signals when using Arm64EC. 10 ; CHECK-NEXT: note: x23 is clobbered by asynchronous signals when using Arm64EC. 11 ; CHECK-NEXT: note: x24 is clobbered by asynchronous signals when using Arm64EC. 12 ; CHECK-NEXT: note: x28 is clobbered by asynchronous signals when using Arm64EC. 22 ; CHECK-NEXT: note: w13 is clobbered by asynchronous signals when using Arm64EC. 23 ; CHECK-NEXT: note: w14 is clobbered by asynchronous signals when using Arm64EC. 24 ; CHECK-NEXT: note: w23 is clobbered by asynchronous signals when using Arm64EC. 25 ; CHECK-NEXT: note: w24 is clobbered by asynchronous signals when using Arm64EC. 26 ; CHECK-NEXT: note: w28 is clobbered by asynchronous signals when using Arm64EC. [all …]
|