/llvm-project/clang/test/SemaCXX/ |
H A D | warn-unsafe-buffer-usage-fixits-parm-span-overload.cpp | 15 int tmp; in foo() local 22 int tmp; in bar() local 31 int tmp; in baz() local 40 int tmp; in foo() local 54 int tmp; in bar() local 68 int tmp; in alpha() local 80 int tmp; in beta() local 94 int tmp; in beta() local 101 int tmp; in delta() local
|
H A D | warn-unsafe-buffer-usage-fixits-parm-span.cpp | 13 int tmp; in simple() local 25 int tmp; in twoParms() local 32 int tmp = x[5]; in ptrToConst() local 46 int tmp = x[5]; in FUN_NAME() local 55 auto tmp = p[5]; in simpleSpecifier() local 61 int tmp = p[5]; in attrParm() local 69 int tmp = p[5]; in usingTypenameSpecifier() local 77 int tmp = p[5]; in typedefSpecifier() local 131 int tmp = p[5]; in macroType() local 140 int tmp; in decayedArray() local [all …]
|
H A D | warn-unsafe-buffer-usage-fixits-parm-unsupported.cpp | 50 int tmp; in A() local 56 int tmp; in foo() local 62 int tmp; in operator +() local 72 int tmp; in foo() local 81 T tmp; template_foo() local 92 int tmp; vararg_foo() local 104 int tmp; fn_with_try_block() local 119 int tmp; isArrayDecayToPointerUPC() local 127 int tmp; parmWithDefaultValue() local 135 int tmp; parmWithDefaultValueDecl() local [all...] |
H A D | warn-unsafe-buffer-usage-multi-decl-fixits-test.cpp | 9 int tmp = p[9]; in foo1a() local 25 int tmp = p[9]; in foo1b() local 40 int tmp = r[9]; in foo1c() local 61 int tmp = p[8]; in foo2a() local 73 int tmp = q[8]; in foo2b() local 91 int tmp = p[8]; in foo2c() local 104 int tmp = p[8]; in foo3a() local 122 int tmp = q[8]; in foo3b() local
|
H A D | warn-unsafe-buffer-usage-fixits-parm-span-qualified-names.cpp | 23 int tmp; in foo() local 30 int tmp; in foo() local 37 int tmp; in foo() local 45 NS1::MyType tmp; in f() local
|
H A D | warn-unsafe-buffer-usage-fixits-pointer-deref.cpp | 6 int tmp; in basic_dereference() local 22 int tmp = p[5]; in return_method() local 37 int tmp = p[5]; in method_invocation() local 50 int tmp = p[5]; in binary_operation() local
|
H A D | warn-unsafe-buffer-usage-fixits-unevaluated-context.cpp | 23 int tmp = p[5]; in uneval_context_fix_pointer_dereference() local 38 int tmp = p[5]; in uneval_context_fix_pointer_array_access() local 49 int tmp = p[5]; in uneval_context_fix_pointer_reference() local 67 int tmp = p[5]; in uneval_context_fix_pointer_dereference_not_handled() local
|
H A D | warn-unsafe-buffer-usage-fixits-local-var-span.cpp | 8 int tmp; in local_array_subscript_simple() local 41 int tmp; in local_array_subscript_auto() local 57 int tmp; in local_variable_qualifiers_specifiers() local 83 int tmp; in local_variable_unsupported_specifiers() local 93 int tmp; in local_array_subscript_variable_extent() local 109 int tmp; in local_ptr_to_array() local 134 int tmp; in decl_without_init() local 148 int tmp; in explict_cast() local 172 int tmp; in null_init() local 231 int tmp; in unsupported_fixit_overlapping_macro() local [all …]
|
H A D | warn-unsafe-buffer-usage-multi-decl-warnings.cpp | 8 int tmp; in local_assign_both_span() local 19 int tmp; in local_assign_rhs_span() local 27 int tmp; in local_assign_no_span() local 34 int tmp; in local_assign_lhs_span() local 47 int tmp = d[2]; // expected-note{{used in buffer access here}} in lhs_span_multi_assign() local 75 int tmp; in test_grouping() local 86 int tmp; in test_grouping1() local 102 int tmp = p[9]; // expected-note{{used in buffer access here}} in foo1a() local 111 int tmp = p[9]; // expected-note{{used in buffer access here}} in foo1b() local 121 int tmp = r[9]; // expected-note{{used in buffer access here}} in foo1c() local [all …]
|
H A D | warn-unsafe-buffer-usage-fixits-multi-parm-span.cpp | 57 int tmp; in multiParmAllFix() local 116 int tmp = p[5]; // expected-note{{used in buffer access here}} in noneParmFix() local 130 int tmp = p[5]; // expected-note{{used in buffer access here}} in noneParmFix_control() local 142 int tmp = p[5]; // expected-note{{used in buffer access here}} in noneParmOrLocalFix() local 160 int tmp = p[5]; // expected-note{{used in buffer access here}} in noneParmOrLocalFix_control() local 175 int tmp = p[5]; // expected-note{{used in buffer access here}} in noneParmOrLocalFix2() local 196 int tmp = p[5]; // expected-note{{used in buffer access here}} in noneParmOrLocalFix2_control() local 214 int tmp = p[5]; // expected-note{{used in buffer access here}} in noneParmOrLocalFix3() local 236 int tmp = p[5]; // expected-note{{used in buffer access here}} in noneParmOrLocalFix3_control() local 260 int tmp = p[5]; // expected-note{{used in buffer access here}} in noneParmSomeLocalFix() local
|
H A D | warn-unsafe-buffer-usage-no-fixits.cpp | 60 int tmp; in local_array_subscript_simple() local 78 int tmp; in local_ptr_to_array() local 95 int tmp; in decl_without_init() local 103 int tmp; in explict_cast() local
|
H A D | warn-unsafe-buffer-usage-fixits-pointer-access.cpp | 18 int tmp = p[5]; in condition_check_nullptr() local 31 int tmp = p[5]; in condition_check() local 66 int tmp = p[5]; in condition_check_two_usafe_buffers() local 80 int tmp = p[5]; in unsafe_method_invocation_single_param() local 90 int tmp = p[idx]; in unsafe_method_invocation_single_param_array() local 113 int tmp = p[5]; in unsafe_method_invocation_double_param() local
|
H A D | warn-unsafe-buffer-usage-multi-decl-ptr-init-fixits.cpp | 22 int tmp = d[2]; // expected-note{{used in buffer access here}} in lhs_span_multi_assign() local 63 int tmp; in test_grouping() local 86 int tmp = p[9]; in test_crash() local
|
H A D | warn-unsafe-buffer-usage-multi-decl-ptr-init.cpp | 8 int tmp = d[2]; // expected-note{{used in buffer access here}} in lhs_span_multi_assign() local 35 int tmp; in test_grouping() local 50 int tmp = p[9]; // expected-note{{used in buffer access here}} in test_crash() local
|
/llvm-project/clang/test/CodeGen/ |
H A D | fp-function-attrs.cpp | 5 float tmp = a; in test_default() local 16 float tmp = a; in test_precise_on_pragma() local 30 float tmp = a; in test_reassociate_off_pragma() local 44 float tmp = a * b; in test_contract_on_pragma() local
|
/llvm-project/compiler-rt/test/tsan/ |
H A D | simple_stack2.cpp | 11 volatile int tmp = 42; in bar1() local 18 volatile int tmp = Global; in foo2() local 24 volatile int tmp = 42; in bar2() local
|
H A D | simple_stack.c | 10 volatile int tmp = 42; (void)tmp; in bar1() local 19 volatile int tmp = 42; (void)tmp; in bar2() local
|
/llvm-project/compiler-rt/test/asan/TestCases/ |
H A D | use-after-scope-goto.cpp | 13 int tmp; in f1() local 24 int tmp; in f2() local 37 int tmp; in f3() local
|
/llvm-project/compiler-rt/test/hwasan/TestCases/ |
H A D | use-after-scope-goto.cpp | 17 int tmp; in f1() local 28 int tmp; in f2() local 41 int tmp; in f3() local
|
/llvm-project/clang/test/CodeGen/LoongArch/ |
H A D | inline-asm-operand-modifiers.c | 13 int tmp; in test_z_zero() local 23 int tmp; in test_z_nonzero() local
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | iterator.h | 135 DerivedT tmp = *static_cast<const DerivedT *>(this); variable 149 DerivedT tmp = *static_cast<const DerivedT *>(this); variable 160 DerivedT tmp = *static_cast<DerivedT *>(this); variable 174 DerivedT tmp = *static_cast<DerivedT *>(this); variable
|
/llvm-project/libc/src/math/generic/ |
H A D | acoshf.cpp | 41 volatile float tmp = r; __anonadf0636c0102() local 46 volatile float tmp = r; __anonadf0636c0202() local
|
/llvm-project/cross-project-tests/debuginfo-tests/dexter-tests/ |
H A D | optnone-vectors-and-functions.cpp | 30 T tmp = x + y; // DexLabel('break_0') in test1() local 58 T tmp = x; in test2() local 130 int4 tmp = test1(a,b); in main() local
|
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/fstream.cons/ |
H A D | pointer.pass.cpp | 63 std::string tmp = get_temp_file_name(); // also creates the file main() local 80 std::string tmp = get_temp_file_name(); // also creates the file main() local
|
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/fstream.members/ |
H A D | open_pointer.pass.cpp | 69 std::string tmp = get_temp_file_name(); // also creates the file main() local 88 std::string tmp = get_temp_file_name(); // also creates the file main() local
|