/llvm-project/libcxx/test/std/utilities/format/format.range/format.range.fmtset/ |
H A D | format.functions.tests.h | 30 std::set input{CharT('a'), CharT('c'), CharT('b')}; // input not sorted. in test_char_default() 33 check(SV("{'a', 'b', 'c'}"), SV("{}"), input); in test_char_default() 34 check(SV("{'a', 'b', 'c'}^42"), SV("{}^42"), input); in test_char_default() 35 check(SV("{'a', 'b', 'c'}^42"), SV("{:}^42"), input); in test_char_default() 37 check(SV("{a, b, c}"), SV("{::}"), input); in test_char_default() 38 check(SV("{a, b, c}"), SV("{::<}"), input); in test_char_default() 40 check(SV("{'a', 'b', 'c'}"), SV("{::?}"), input); in test_char_default() 41 check(SV("{'a', 'b', 'c'}"), SV("{::<?}"), input); in test_char_default() 46 check(SV("{'a', 'b', 'c'} "), SV("{:20}"), input); in test_char_default() 604 test_int(TestFunction check,ExceptionTest check_exception,auto && input) test_int() argument 712 test_floating_point(TestFunction check,ExceptionTest check_exception,auto && input) test_floating_point() argument 849 test_pointer(TestFunction check,ExceptionTest check_exception,auto && input) test_pointer() argument 958 test_string(TestFunction check,ExceptionTest check_exception,auto && input) test_string() argument 1138 test_pair_tuple(TestFunction check,ExceptionTest check_exception,auto && input) test_pair_tuple() argument [all...] |
/llvm-project/libcxx/test/std/containers/container.adaptors/container.adaptors.format/ |
H A D | format.functions.tests.h | 31 void test_char_default(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_char_default() 33 check(SV("['H', 'e', 'l', 'l', 'o']"), SV("{}"), input); in test_char_default() 34 check(SV("['H', 'e', 'l', 'l', 'o']^42"), SV("{}^42"), input); in test_char_default() 35 check(SV("['H', 'e', 'l', 'l', 'o']^42"), SV("{:}^42"), input); in test_char_default() 38 check(SV("[H, e, l, l, o]"), SV("{::}"), input); in test_char_default() 39 check(SV("[H, e, l, l, o]"), SV("{::<}"), input); in test_char_default() 41 check(SV("['H', 'e', 'l', 'l', 'o']"), SV("{::?}"), input); in test_char_default() 42 check(SV("['H', 'e', 'l', 'l', 'o']"), SV("{::<?}"), input); in test_char_default() 47 check(SV("['H', 'e', 'l', 'l', 'o'] "), SV("{:30}"), input); in test_char_default() 48 check(SV("['H', 'e', 'l', 'l', 'o']*****"), SV("{:*<30}"), input); in test_char_default() 30 test_char_default(TestFunction check,ExceptionTest check_exception,auto && input) test_char_default() argument 139 test_char_string(TestFunction check,ExceptionTest check_exception,auto && input) test_char_string() argument 192 test_char_escaped_string(TestFunction check,ExceptionTest check_exception,auto && input) test_char_escaped_string() argument 308 test_bool(TestFunction check,ExceptionTest check_exception,auto && input) test_bool() argument 423 test_int(TestFunction check,ExceptionTest check_exception,auto && input) test_int() argument 532 test_floating_point(TestFunction check,ExceptionTest check_exception,auto && input) test_floating_point() argument 669 test_pointer(TestFunction check,ExceptionTest check_exception,auto && input) test_pointer() argument 778 test_string(TestFunction check,ExceptionTest check_exception,auto && input) test_string() argument 889 test_status(TestFunction check,ExceptionTest check_exception,auto && input) test_status() argument [all...] |
/llvm-project/libcxx/test/std/utilities/format/format.range/format.range.fmtmap/ |
H A D | format.functions.tests.h | 30 std::map<CharT, CharT> input{{CharT('a'), CharT('A')}, {CharT('c'), CharT('C')}, {CharT('b'), CharT('B')}}; in test_char() 32 check(SV("{'a': 'A', 'b': 'B', 'c': 'C'}"), SV("{}"), input); in test_char() 33 check(SV("{'a': 'A', 'b': 'B', 'c': 'C'}^42"), SV("{}^42"), input); in test_char() 34 check(SV("{'a': 'A', 'b': 'B', 'c': 'C'}^42"), SV("{:}^42"), input); in test_char() 39 check(SV("{'a': 'A', 'b': 'B', 'c': 'C'} "), SV("{:35}"), input); in test_char() 40 check(SV("{'a': 'A', 'b': 'B', 'c': 'C'}*****"), SV("{:*<35}"), input); in test_char() 41 check(SV("__{'a': 'A', 'b': 'B', 'c': 'C'}___"), SV("{:_^35}"), input); in test_char() 42 check(SV("#####{'a': 'A', 'b': 'B', 'c': 'C'}"), SV("{:#>35}"), input); in test_char() 44 check(SV("{'a': 'A', 'b': 'B', 'c': 'C'} "), SV("{:{}}"), input, 35); in test_char() 45 check(SV("{'a': 'A', 'b': 'B', 'c': 'C'}*****"), SV("{:*<{}}"), input, 3 in test_char() 346 test_int(TestFunction check,ExceptionTest check_exception,auto && input) test_int() argument [all...] |
/llvm-project/libcxx/test/std/utilities/format/format.range/format.range.formatter/ |
H A D | format.functions.tests.h | 37 void test_char_default(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_char_default() 39 check(SV("['H', 'e', 'l', 'l', 'o']"), SV("{}"), input); in test_char_default() 40 check(SV("['H', 'e', 'l', 'l', 'o']^42"), SV("{}^42"), input); in test_char_default() 41 check(SV("['H', 'e', 'l', 'l', 'o']^42"), SV("{:}^42"), input); in test_char_default() 44 check(SV("[H, e, l, l, o]"), SV("{::}"), input); in test_char_default() 45 check(SV("[H, e, l, l, o]"), SV("{::<}"), input); in test_char_default() 47 check(SV("['H', 'e', 'l', 'l', 'o']"), SV("{::?}"), input); in test_char_default() 48 check(SV("['H', 'e', 'l', 'l', 'o']"), SV("{::<?}"), input); in test_char_default() 53 check(SV("['H', 'e', 'l', 'l', 'o'] "), SV("{:30}"), input); in test_char_default() 54 check(SV("['H', 'e', 'l', 'l', 'o']*****"), SV("{:*<30}"), input); in test_char_default() 34 test_char_default(TestFunction check,ExceptionTest check_exception,auto && input) test_char_default() argument 143 test_char_string(TestFunction check,ExceptionTest check_exception,auto && input) test_char_string() argument 196 test_char_escaped_string(TestFunction check,ExceptionTest check_exception,auto && input) test_char_escaped_string() argument 406 test_int(TestFunction check,ExceptionTest check_exception,auto && input) test_int() argument 516 test_floating_point(TestFunction check,ExceptionTest check_exception,auto && input) test_int() argument 654 test_pointer(TestFunction check,ExceptionTest check_exception,auto && input) test_floating_point() argument 762 test_string(TestFunction check,ExceptionTest check_exception,auto && input) test_pointer() argument 943 test_pair_tuple(TestFunction check,ExceptionTest check_exception,auto && input) test_pair_tuple() argument [all...] |
/llvm-project/libcxx/test/std/utilities/format/format.range/format.range.fmtstr/ |
H A D | format.functions.tests.h | 61 void test_string(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_string() 62 check(SV("hello"), SV("{}"), input); in test_string() 63 check(SV("hello^42"), SV("{}^42"), input); in test_string() 64 check(SV("hello^42"), SV("{:}^42"), input); in test_string() 67 check(SV("hello "), SV("{:10}"), input); in test_string() 68 check(SV("hello*****"), SV("{:*<10}"), input); in test_string() 69 check(SV("__hello___"), SV("{:_^10}"), input); in test_string() 70 check(SV(":::::hello"), SV("{::>10}"), input); in test_string() 72 check(SV("hello "), SV("{:{}}"), input, 10); in test_string() 73 check(SV("hello*****"), SV("{:*<{}}"), input, 1 in test_string() 60 test_string(TestFunction check,ExceptionTest check_exception,auto && input) test_string() argument 108 std::basic_string<CharT> input = STR("hello"); test_string() local 120 test_range_string(TestFunction check,ExceptionTest check_exception,auto && input) test_range_string() argument 250 test_debug_string(TestFunction check,ExceptionTest check_exception,auto && input) test_debug_string() argument 298 std::basic_string<CharT> input = STR("hello"); test_debug_string() local 313 test_range_debug_string(TestFunction check,ExceptionTest check_exception,auto && input) test_range_debug_string() argument [all...] |
/llvm-project/llvm/test/tools/llvm-profdata/ |
H A D | invalid-profdata.test | 1 RUN: echo ":ir" > %t.input 2 RUN: echo "_ZN6Thread5StartEv" >> %t.input 3 RUN: echo "# Func Hash:" >> %t.input 4 RUN: echo "288793635542036872" >> %t.input 5 RUN: echo "# Num Counters:" >> %t.input 6 RUN: echo "3" >> %t.input 7 RUN: echo "# Counter Values:" >> %t.input 8 RUN: echo "0" >> %t.input 9 RUN: echo "12" >> %t.input 10 RUN: echo "12" >> %t.input [all …]
|
/llvm-project/libcxx/test/std/utilities/format/format.tuple/ |
H A D | format.functions.tests.h | 32 void test_tuple_or_pair_int_int(TestFunction check, ExceptionTest check_exception, TupleOrPair&& input) { 33 check(SV("(42, 99)"), SV("{}"), input); 34 check(SV("(42, 99)^42"), SV("{}^42"), input); 35 check(SV("(42, 99)^42"), SV("{:}^42"), input); 38 check(SV("(42, 99) "), SV("{:13}"), input); 39 check(SV("(42, 99)*****"), SV("{:*<13}"), input); 40 check(SV("__(42, 99)___"), SV("{:_^13}"), input); 41 check(SV("#####(42, 99)"), SV("{:#>13}"), input); 43 check(SV("(42, 99) "), SV("{:{}}"), input, 13); 44 check(SV("(42, 99)*****"), SV("{:*<{}}"), input, 1 [all...] |
/llvm-project/llvm/test/Transforms/StraightLineStrengthReduce/ |
H A D | slsr-gep.ll | 6 ; foo(input[0]); 7 ; foo(input[s]); 8 ; foo(input[s * 2]); 10 ; p0 = &input[0]; 16 define void @slsr_gep(ptr %input, i64 %s) { 18 ; CHECK-SAME: ptr [[INPUT:%.*]], i64 [[S:%.*]]) { 19 ; CHECK-NEXT: call void @foo(ptr [[INPUT]]) 20 ; CHECK-NEXT: [[P1:%.*]] = getelementptr inbounds i32, ptr [[INPUT]], i64 [[S]] 27 ; v0 = input[0]; 28 call void @foo(ptr %input) [all …]
|
/llvm-project/libcxx/test/std/iterators/iterator.requirements/alg.req.mergeable/ |
H A D | mergeable.compile.pass.cpp | 26 using Input = cpp20_input_iterator<int*>; typedef 27 static_assert( std::input_iterator<Input>); 34 static_assert( std::indirectly_copyable<Input, Output>); 36 static_assert( std::indirect_strict_weak_order<CompDefault, Input, Input>); 37 static_assert( std::indirect_strict_weak_order<CompInt, Input, Input>); 38 static_assert( std::indirect_strict_weak_order<CompDefault, Input, InputLong>); 39 static_assert( std::indirect_strict_weak_order<CompInt, Input, InputLong>); 42 static_assert( std::mergeable<Input, Input, Output>); 43 static_assert( std::mergeable<Input, Input, Output, CompInt>); 44 static_assert( std::mergeable<Input, Input, Output, CompInt, ProjDefault>); [all …]
|
/llvm-project/libcxx/test/std/containers/sequences/vector.bool/vector.bool.fmt/ |
H A D | format.functions.tests.h | 18 void format_test_vector_bool(TestFunction check, ExceptionTest check_exception, auto&& input) { in format_test_vector_bool() 19 check(SV("[true, true, false]"), SV("{}"), input); in format_test_vector_bool() 20 check(SV("[true, true, false]^42"), SV("{}^42"), input); in format_test_vector_bool() 21 check(SV("[true, true, false]^42"), SV("{:}^42"), input); in format_test_vector_bool() 26 check(SV("[true, true, false] "), SV("{:24}"), input); in format_test_vector_bool() 27 check(SV("[true, true, false]*****"), SV("{:*<24}"), input); in format_test_vector_bool() 28 check(SV("__[true, true, false]___"), SV("{:_^24}"), input); in format_test_vector_bool() 29 check(SV("#####[true, true, false]"), SV("{:#>24}"), input); in format_test_vector_bool() 31 check(SV("[true, true, false] "), SV("{:{}}"), input, 24); in format_test_vector_bool() 32 check(SV("[true, true, false]*****"), SV("{:*<{}}"), input, 2 in format_test_vector_bool() 17 format_test_vector_bool(TestFunction check,ExceptionTest check_exception,auto && input) format_test_vector_bool() argument [all...] |
/llvm-project/mlir/test/Dialect/SPIRV/Transforms/ |
H A D | gl-canonicalize.mlir | 1 // RUN: mlir-opt -split-input-file -spirv-canonicalize-gl %s | FileCheck %s 4 // CHECK-SAME: (%[[INPUT:.*]]: f32, %[[MIN:.*]]: f32, %[[MAX:.*]]: f32) 5 func.func @clamp_fordlessthan(%input: f32, %min: f32, %max: f32) -> f32 { 6 // CHECK: [[RES:%.*]] = spirv.GL.FClamp %[[INPUT]], %[[MIN]], %[[MAX]] 7 %0 = spirv.FOrdLessThan %min, %input : f32 8 %mid = spirv.Select %0, %input, %min : i1, f32 19 // CHECK-SAME: (%[[INPUT:.*]]: f32, %[[MIN:.*]]: f32, %[[MAX:.*]]: f32) 20 func.func @clamp_fordlessthan(%input: f32, %min: f32, %max: f32) -> f32 { 21 // CHECK: [[RES:%.*]] = spirv.GL.FClamp %[[INPUT]], %[[MIN]], %[[MAX]] 22 %0 = spirv.FOrdLessThan %input, %min : f32 [all …]
|
/llvm-project/clang/test/Driver/ |
H A D | clang-offload-bundler.c | 44 // CK-HELP: {{.*}}OVERVIEW: A tool to bundle several input files of the specified type <type> 53 // CK-HELP: {{.*}}-input=<string> - Input file. Can be specified multiple times for multiple inpu… 54 // CK-HELP: {{.*}}-inputs=<string> - [<input file>,...] (deprecated) 75 …penmp-powerpc64le-ibm-linux-gnu,openmp-x86_64-pc-linux-gnu -input=%t.i -input=%t.tgt1 -input=%t.tg… 76 // CK-ERR1: error: only one input file supported in unbundling mode 78 …m_abi_triple,openmp-powerpc64le-ibm-linux-gnu,openmp-x86_64-pc-linux-gnu -input=%t.i -output=%t.bu… 81 …=host-%itanium_abi_triple,openmp-powerpc64le-ibm-linux-gnu -input=%t.i -input=%t.tgt1 -input=%t.tg… 82 …triple,openmp-powerpc64le-ibm-linux-gnu,openmp-x86_64-pc-linux-gnu -input=%t.i -input=%t.tgt1 -out… 83 // CK-ERR2: error: number of input files and targets should match in bundling mode 85 …,openmp-x86_64-pc-linux-gnu -output=%t.i -output=%t.tgt1 -output=%t.tgt2 -input=%t.bundle.i 2>&1 |… [all …]
|
/llvm-project/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/ |
H A D | replace_with_range.pass.cpp | 31 // Input range with the same value type. in test_constraints_replace_with_range() 33 // Input range with a convertible value type. in test_constraints_replace_with_range() 35 // Input range with a non-convertible value type. in test_constraints_replace_with_range() 37 // Not an input range. in test_constraints_replace_with_range() 51 StrBuffer input; 59 // - input range: empty / one-element / middle-sized / longer than SSO / longer than the current string capacity. 64 .initial = "", .from = 0, .to = 0, .input = "", .expected = ""}; 67 .initial = "", .from = 0, .to = 0, .input = "a", .expected = "a"}; 70 .initial = "", .from = 0, .to = 0, .input = "aeiou", .expected = "aeiou"}; 76 .input 47 StrBuffer input; global() member [all...] |
/llvm-project/llvm/test/CodeGen/AMDGPU/GlobalISel/ |
H A D | combine-fsub-fneg.mir | 15 ; CHECK-NEXT: %input:_(s16) = G_TRUNC [[COPY]](s32) 16 ; CHECK-NEXT: [[FNEG:%[0-9]+]]:_(s16) = G_FNEG %input 21 %input:_(s16) = G_TRUNC %0 23 %sub:_(s16) = nsz G_FSUB %cst, %input 39 ; CHECK-NEXT: %input:_(s16) = G_TRUNC [[COPY]](s32) 41 ; CHECK-NEXT: %sub:_(s16) = G_FSUB %cst, %input 45 %input:_(s16) = G_TRUNC %0 47 %sub:_(s16) = G_FSUB %cst, %input 63 ; CHECK-NEXT: %input:_(s16) = G_TRUNC [[COPY]](s32) 64 ; CHECK-NEXT: [[FNEG:%[0-9]+]]:_(s16) = G_FNEG %input [all …]
|
/llvm-project/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.id/ |
H A D | format.functions.tests.h | 22 std::thread::id input{}; in format_tests() 26 check(SV("0"), SV("{}"), input); in format_tests() 27 check(SV("0^42"), SV("{}^42"), input); in format_tests() 28 check(SV("0^42"), SV("{:}^42"), input); in format_tests() 31 check(SV(" 0"), SV("{:5}"), input); in format_tests() 32 check(SV("0****"), SV("{:*<5}"), input); in format_tests() 33 check(SV("__0__"), SV("{:_^5}"), input); in format_tests() 34 check(SV("::::0"), SV("{::>5}"), input); // This is not a range, so : is allowed as fill character. in format_tests() 36 check(SV(" 0"), SV("{:{}}"), input, 5); in format_tests() 37 check(SV("0****"), SV("{:*<{}}"), input, in format_tests() [all...] |
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | P10InstrResources.td | 13 // 22 Cycles Binary Floating Point operations, 2 input operands 21 // 22 Cycles Binary Floating Point operations, and 3 Cycles ALU operations, 2 input operands 27 // 24 Cycles Binary Floating Point operations, 2 input operands 33 // 26 Cycles Binary Floating Point operations, 1 input operands 41 // 26 Cycles Binary Floating Point operations, and 3 Cycles ALU operations, 1 input operands 47 // 27 Cycles Binary Floating Point operations, 1 input operands 53 // 27 Cycles Binary Floating Point operations, 2 input operands 62 // 27 Cycles Binary Floating Point operations, and 3 Cycles ALU operations, 2 input operands 68 // 36 Cycles Binary Floating Point operations, 1 input operands 77 // 36 Cycles Binary Floating Point operations, and 3 Cycles ALU operations, 1 input operand [all...] |
/llvm-project/compiler-rt/lib/builtins/i386/ |
H A D | floatundisf.S | 15 // faster for the common case if you know something a priori about the input 85 shrl %eax // high 31 bits of input as sint32 87 sarl $31, %eax // (big input) ? -1 : 0 88 movsd STICKY, %xmm1 // (big input) ? 0xfff : 0 90 andl %eax, %edx // (big input) ? 12 : 0 92 andpd %xmm0, %xmm1 // (big input) ? input & 0xfff : 0 94 psrlq %xmm3, %xmm0 // (big input) ? input >> 12 : input 95 orpd %xmm2, %xmm1 // 0x1.0p52 + ((big input) ? input & 0xfff : input) 96 orpd %xmm1, %xmm0 // 0x1.0p52 + ((big input) ? (input >> 12 | input & 0xfff) : input) 97 subsd %xmm2, %xmm0 // (double)((big input) ? (input >> 12 | input & 0xfff) : input) [all …]
|
/llvm-project/llvm/test/FileCheck/dump-input/ |
H A D | enable.txt | 2 ; Create the check file, good input, and bad input. 4 ; For both good and bad input, make sure the -v trace has at least one remark 5 ; so we can check how trace suppression is affected by -dump-input. 18 ; Check -dump-input=<bad value>. 22 ; RUN: not FileCheck -input-file %t.good %t.check -check-prefix=CHECK \ 23 ; RUN: -match-full-lines -dump-input=foobar 2>&1 \ 27 ; RUN: %ProtectFileCheckOutput not FileCheck -dump-input=foobar 2>&1 \ 30 BADVAL: {{F|f}}ile{{C|c}}heck{{.*}}: for the --dump-input option: Cannot find option named 'foobar'! 33 ; Check -dump-input=help. 38 ; RUN: FileCheck -input-file %t.err -color %t.check -dump-input=help \ [all …]
|
H A D | context.txt | 2 ; Input file, check file, and directives for checking the size of the context. 4 ; These are designed to be used with -dump-input=fail -vv. 6 ; In the resulting input dump, there are three potential ellipses: 8 ; - S: At the start of the input. 9 ; - M: Between two input lines included by the filter. 10 ; - E: At the end of the input. 12 ; They are all present at -dump-input-context=4. One becomes useless each time 13 ; -dump-input-context is incremented beyond that because then that ellipsis 14 ; becomes equal to or larger than the input lines it elides. 108 ; Now build an alternate set of checks where input lines that might be elided by [all …]
|
/llvm-project/libcxx/test/libcxx/localization/locale.categories/ |
H A D | __scan_keyword.pass.cpp | 18 // If one keyword is a prefix of another, and the next CharT in the input 28 // If the input is "a", the first keyword matches and eofbit is set. 29 // If the input is "abc", no match is found and "ab" are consumed. 48 const char input[] = "a"; in main() local 49 const char* in = input; in main() 52 std::string* k = std::__scan_keyword(in, input+sizeof(input)-1, in main() 56 assert(in == input+1); in main() 60 const char input[] = "abc"; in main() local 61 const char* in = input; in main() 64 std::string* k = std::__scan_keyword(in, input+sizeof(input)-1, in main() [all …]
|
/llvm-project/clang/test/Sema/ |
H A D | arm_inline_asm_constraints.c | 13 : [ constant ] "j"(-1), [ input ] "r"(i) in test_j() 15 // arm6-error@13 {{invalid input constraint 'j' in asm}} in test_j() 17 // thumb1-error@13 {{invalid input constraint 'j' in asm}} in test_j() 21 : [ constant ] "j"(0), [ input ] "r"(i) in test_j() 23 // arm6-error@21 {{invalid input constraint 'j' in asm}} in test_j() 25 // thumb1-error@21 {{invalid input constraint 'j' in asm}} in test_j() 29 : [ constant ] "j"(65535), [ input ] "r"(i) in test_j() 31 // arm6-error@29 {{invalid input constraint 'j' in asm}} in test_j() 33 // thumb1-error@29 {{invalid input constraint 'j' in asm}} in test_j() 37 : [ constant ] "j"(65536), [ input ] "r"(i) in test_j() [all …]
|
/llvm-project/mlir/test/IR/ |
H A D | test-builtin-distinct-attrs.mlir | 36 // CHECK: "test.op"() {distinct.input = #[[DIST0]], distinct.output = #[[DIST1]]} 37 "test.op"() {distinct.input = #distinct} : () -> () 38 // CHECK: "test.op"() {distinct.input = #[[DIST2]], distinct.output = #[[DIST3]]} 39 "test.op"() {distinct.input = #distinct1} : () -> () 40 // CHECK: "test.op"() {distinct.input = #[[DIST4]], distinct.output = #[[DIST5]]} 41 "test.op"() {distinct.input = #distinct2} : () -> () 42 // CHECK: "test.op"() {distinct.input = #[[DIST6]], distinct.output = #[[DIST7]]} 43 "test.op"() {distinct.input = #distinct3} : () -> () 47 // CHECK: "test.op"() {distinct.input = #[[DIST0]], distinct.output = #[[DIST8]]} 48 "test.op"() {distinct.input = #distinct} : () -> () [all …]
|
/llvm-project/clang-tools-extra/unittests/clang-tidy/ |
H A D | TransformerClangTidyCheckTest.cpp | 58 const std::string Input = R"cc( in TEST() local 73 EXPECT_EQ(Expected, test::runCheckOnCode<IfInverterCheck>(Input)); in TEST() 84 std::string Input = "int h() { return 5; }"; in TEST() local 86 EXPECT_EQ(Input, test::runCheckOnCode<DiagOnlyCheck>(Input, &Errors)); in TEST() 111 std::string Input = "int h() { return 5; }"; in TEST() local 113 EXPECT_EQ("int h() { }", test::runCheckOnCode<DiagOnlyCheck>(Input, &Errors)); in TEST() 132 std::string Input = "int h() { return 5; }"; in TEST() local 134 EXPECT_EQ(Input, test::runCheckOnCode<DiagAndNoteCheck>(Input, in TEST() 152 std::string Input = "int somecode() { return 0; }"; TEST() local 175 const std::string Input = R"cc( TEST() local 201 const std::string Input = R"cc( TEST() local 231 const std::string Input = "void log() {}"; TEST() local 257 const std::string Input = "void log(int);"; TEST() local 288 std::string Input = R"cc( TEST() local 304 std::string Input = R"cc( TEST() local 334 std::string Input = R"cc(#include "input.h" TEST() local 366 std::string Input = R"cc(#include "input.h" TEST() local [all...] |
/llvm-project/lldb/bindings/python/ |
H A D | python-typemaps.swig | 17 if (PythonList::Check($input)) { 18 PythonList list(PyRefType::Borrowed, $input); 32 } else if ($input == Py_None) { 43 if (PythonList::Check($input)) { 44 PythonList list(PyRefType::Borrowed, $input); 54 $1 = (($input == Py_None) ? 1 : 0); 63 PythonObject obj(PyRefType::Borrowed, $input); 73 if ($input == Py_None) { 76 PythonObject obj(PyRefType::Borrowed, $input); 114 std::string error_msg = "Input type is invalid: " + type_name.get(); [all …]
|
/llvm-project/llvm/lib/Support/ |
H A D | Compression.cpp | 46 void compression::compress(Params P, ArrayRef<uint8_t> Input, in compress() argument 50 zlib::compress(Input, Output, P.level); in compress() 53 zstd::compress(Input, Output, P.level, P.zstdEnableLdm); in compress() 58 Error compression::decompress(DebugCompressionType T, ArrayRef<uint8_t> Input, in decompress() argument 62 return zlib::decompress(Input, Output, UncompressedSize); in decompress() 64 return zstd::decompress(Input, Output, UncompressedSize); in decompress() 69 Error compression::decompress(compression::Format F, ArrayRef<uint8_t> Input, in decompress() argument 74 return zlib::decompress(Input, Output, UncompressedSize); in decompress() 76 return zstd::decompress(Input, Output, UncompressedSize); in decompress() 81 Error compression::decompress(DebugCompressionType T, ArrayRef<uint8_t> Input, in decompress() argument 107 compress(ArrayRef<uint8_t> Input,SmallVectorImpl<uint8_t> & CompressedBuffer,int Level) compress() argument 123 decompress(ArrayRef<uint8_t> Input,uint8_t * Output,size_t & UncompressedSize) decompress() argument 135 decompress(ArrayRef<uint8_t> Input,SmallVectorImpl<uint8_t> & Output,size_t UncompressedSize) decompress() argument 147 compress(ArrayRef<uint8_t> Input,SmallVectorImpl<uint8_t> & CompressedBuffer,int Level) compress() argument 151 decompress(ArrayRef<uint8_t> Input,uint8_t * UncompressedBuffer,size_t & UncompressedSize) decompress() argument 155 decompress(ArrayRef<uint8_t> Input,SmallVectorImpl<uint8_t> & UncompressedBuffer,size_t UncompressedSize) decompress() argument 168 compress(ArrayRef<uint8_t> Input,SmallVectorImpl<uint8_t> & CompressedBuffer,int Level,bool EnableLdm) compress() argument 204 decompress(ArrayRef<uint8_t> Input,uint8_t * Output,size_t & UncompressedSize) decompress() argument 217 decompress(ArrayRef<uint8_t> Input,SmallVectorImpl<uint8_t> & Output,size_t UncompressedSize) decompress() argument 229 compress(ArrayRef<uint8_t> Input,SmallVectorImpl<uint8_t> & CompressedBuffer,int Level,bool EnableLdm) compress() argument 234 decompress(ArrayRef<uint8_t> Input,uint8_t * Output,size_t & UncompressedSize) decompress() argument 238 decompress(ArrayRef<uint8_t> Input,SmallVectorImpl<uint8_t> & Output,size_t UncompressedSize) decompress() argument [all...] |