Home
last modified time | relevance | path

Searched defs:unused (Results 1 – 25 of 112) sorted by relevance

12345

/llvm-project/clang/test/SemaObjC/
H A Dmethod-unused-attribute.m10 - (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 Dunused.m39 (int) __attribute__((unused))z { return x; }
62 - (void) a __attribute__((unused));
63 - (void) b __attribute__((unused));
/llvm-project/lldb/examples/summaries/
H A Dunicode_strings.py16 def utf8_summary(value, unused): argument
28 def utf16_summary(value, unused): argument
42 def utf32_summary(value, unused): argument
H A Dpysummary.py4 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 Dformatter.floating_point.pass.cpp97 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 Dwarn-macro-unused.c9 #define unused // expected-warning {{macro is not used}} macro
10 #define unused macro
/llvm-project/compiler-rt/test/tsan/
H A Dload_shared_lib.cpp20 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 Dfork_atexit.cpp13 void *worker(void *unused) { in worker()
/llvm-project/lld/test/ELF/
H A Dgnu-ifunc-nonpreemptible.s71 .globl unused symbol
73 unused: mov ext@gotpcrel(%rip), %rax label
H A Dgc-sections-no-undef-error.s13 unused: label
/llvm-project/compiler-rt/lib/asan/tests/
H A Dasan_racy_double_free_test.cpp8 void *Thread1(void *unused) { in Thread1()
16 void *Thread2(void *unused) { in Thread2()
/llvm-project/lldb/test/API/api/multithreaded/
H A Dsome_cmd.py8 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 Dstep_and_print.py6 def __init__(self, debugger, unused): argument
27 def __lldb_init_module(debugger, unused): argument
H A Ddisassembly_mode.py6 def __init__(self, debugger, unused): argument
49 def __lldb_init_module(debugger, unused): argument
/llvm-project/compiler-rt/test/msan/
H A Ddtls_test.c26 void *Thread1(void *unused) { in Thread1()
36 void *Thread2(void *unused) { in Thread2()
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbSymUid.cpp24 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 Dno-warn-unused-const-variables.c4 static const int unused[] = { 2, 3, 5, 7, 11, 13 }; variable
/llvm-project/compiler-rt/test/asan/TestCases/Linux/
H A Dglobals-gc-sections-lld.cpp10 __attribute__((visibility("hidden"))) int (*unused)() = undefined; variable
/llvm-project/lldb/test/API/commands/command/script/add/
H A Dtest_commands.py11 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 Dskipped-bodies-unused.cpp5 inline int foo(int used, int unused) { in foo()
/llvm-project/compiler-rt/test/profile/Inputs/
H A Dinstrprof-debug-info-correlate-foo.cpp9 int unused(int a) { return a * a; } in unused() function
/llvm-project/clang/test/Frontend/
H A Drewrite-includes.c25 static int unused; variable
/llvm-project/clang/test/Analysis/inlining/
H A Deager-reclamation-path-notes.cpp30 int unused = 1; in memberCallBaseDisappears() local
/llvm-project/llvm/test/tools/llvm-cov/
H A Dbranch-templates.cpp
/llvm-project/clang/test/CoverageMapping/
H A Dir.c5 static inline void unused(void) {} in unused() function

12345