/llvm-project/clang/test/SemaObjC/ |
H A D | method-unused-attribute.m | 10 - (void) unused_attr_on_decl_ignored: (void *) __attribute__((unused)) will_warn; 14 …rect_use_of_unused: (void *) __attribute__((unused)) notice : (id) __attribute__((unused)) newarg{ 16 - (void) will_warn_unused_arg: (void *) __attribute__((unused)) notice : (id)warn_unused {}
|
H A D | unused.m | 39 (int) __attribute__((unused))z { return x; } 62 - (void) a __attribute__((unused)); 63 - (void) b __attribute__((unused));
|
/llvm-project/lldb/examples/summaries/ |
H A D | unicode_strings.py | 16 def utf8_summary(value, unused): argument 28 def utf16_summary(value, unused): argument 42 def utf32_summary(value, unused): argument
|
H A D | pysummary.py | 4 def pyobj_summary(value, unused): argument 18 def __lldb_init_module(debugger, unused): argument
|
/llvm-project/libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/ |
H A D | formatter.floating_point.pass.cpp | 97 std::size_t unused = buffer.end() - end; test_hex_lower_case_precision() local 120 std::size_t unused = buffer.end() - end; test_hex_lower_case_precision() local 147 std::size_t unused = buffer.end() - end; test_hex_upper_case_precision() local 171 std::size_t unused = buffer.end() - end; test_hex_upper_case_precision() local 197 std::size_t unused = buffer.end() - end; test_scientific_lower_case_precision() local 220 std::size_t unused = buffer.end() - end; test_scientific_lower_case_precision() local 247 std::size_t unused = buffer.end() - end; test_scientific_upper_case_precision() local 271 std::size_t unused = buffer.end() - end; test_scientific_upper_case_precision() local 297 std::size_t unused = buffer.end() - end; test_fixed_lower_case_precision() local 320 std::size_t unused = buffer.end() - end; test_fixed_lower_case_precision() local 347 std::size_t unused = buffer.end() - end; test_fixed_upper_case_precision() local 371 std::size_t unused = buffer.end() - end; test_fixed_upper_case_precision() local 397 std::size_t unused = buffer.end() - end; test_general_lower_case_precision() local 420 std::size_t unused = buffer.end() - end; test_general_lower_case_precision() local 447 std::size_t unused = buffer.end() - end; test_general_upper_case_precision() local 471 std::size_t unused = buffer.end() - end; test_general_upper_case_precision() local [all...] |
/llvm-project/clang/test/Preprocessor/ |
H A D | warn-macro-unused.c | 9 #define unused // expected-warning {{macro is not used}} macro 10 #define unused macro
|
/llvm-project/compiler-rt/test/tsan/ |
H A D | load_shared_lib.cpp | 20 void *write_from_so(void *unused) { in write_from_so() 37 void *write_glob(void *unused) { in write_glob() 46 void race_two_threads(void *(*access_callback)(void *unused)) { in race_two_threads()
|
H A D | fork_atexit.cpp | 13 void *worker(void *unused) { in worker()
|
/llvm-project/lld/test/ELF/ |
H A D | gnu-ifunc-nonpreemptible.s | 71 .globl unused symbol 73 unused: mov ext@gotpcrel(%rip), %rax label
|
H A D | gc-sections-no-undef-error.s | 13 unused: label
|
/llvm-project/compiler-rt/lib/asan/tests/ |
H A D | asan_racy_double_free_test.cpp | 8 void *Thread1(void *unused) { in Thread1() 16 void *Thread2(void *unused) { in Thread2()
|
/llvm-project/lldb/test/API/api/multithreaded/ |
H A D | some_cmd.py | 8 def __init__(self, debugger, unused): argument 21 def __init__(self, debugger, unused): argument 35 def __lldb_init_module(debugger, unused): argument
|
/llvm-project/lldb/examples/python/ |
H A D | step_and_print.py | 6 def __init__(self, debugger, unused): argument 27 def __lldb_init_module(debugger, unused): argument
|
H A D | disassembly_mode.py | 6 def __init__(self, debugger, unused): argument 49 def __lldb_init_module(debugger, unused): argument
|
/llvm-project/compiler-rt/test/msan/ |
H A D | dtls_test.c | 26 void *Thread1(void *unused) { in Thread1() 36 void *Thread2(void *unused) { in Thread2()
|
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbSymUid.cpp | 24 uint64_t unused : 44; member 31 uint64_t unused : 12; member 38 uint64_t unused : 27; member 45 uint64_t unused : 27; member 52 uint64_t unused : 12; member
|
/llvm-project/clang/test/Sema/ |
H A D | no-warn-unused-const-variables.c | 4 static const int unused[] = { 2, 3, 5, 7, 11, 13 }; variable
|
/llvm-project/compiler-rt/test/asan/TestCases/Linux/ |
H A D | globals-gc-sections-lld.cpp | 10 __attribute__((visibility("hidden"))) int (*unused)() = undefined; variable
|
/llvm-project/lldb/test/API/commands/command/script/add/ |
H A D | test_commands.py | 11 def __init__(self, debugger, unused): argument 44 super().__init__(debugger, unused) argument 121 def __init__(self, debugger, unused): argument 149 __init__(self, debugger, unused) global() argument
|
/llvm-project/clang/test/Index/ |
H A D | skipped-bodies-unused.cpp | 5 inline int foo(int used, int unused) { in foo()
|
/llvm-project/compiler-rt/test/profile/Inputs/ |
H A D | instrprof-debug-info-correlate-foo.cpp | 9 int unused(int a) { return a * a; } in unused() function
|
/llvm-project/clang/test/Frontend/ |
H A D | rewrite-includes.c | 25 static int unused; variable
|
/llvm-project/clang/test/Analysis/inlining/ |
H A D | eager-reclamation-path-notes.cpp | 30 int unused = 1; in memberCallBaseDisappears() local
|
/llvm-project/llvm/test/tools/llvm-cov/ |
H A D | branch-templates.cpp |
|
/llvm-project/clang/test/CoverageMapping/ |
H A D | ir.c | 5 static inline void unused(void) {} in unused() function
|