| /llvm-project/clang/test/Preprocessor/ |
| H A D | search-path-usage.m | 5 // RUN: %clang_cc1 -Eonly %s -Rsearch-path-usage \ 6 // RUN: -I%S/Inputs/search-path-usage/a \ 7 // RUN: -I%S/Inputs/search-path-usage/a_next \ 8 // RUN: -I%S/Inputs/search-path-usage/b \ 9 // RUN: -I%S/Inputs/search-path-usage/c \ 10 // RUN: -I%S/Inputs/search-path-usage/d \ 14 // expected-remark-re {{search path used: '{{.*}}/search-path-usage/a'}} \ 15 // expected-remark-re@#a-include-next {{search path used: '{{.*}}/search-path-usage/a_next'}} 17 // expected-remark-re {{search path used: '{{.*}}/search-path-usage/d'}} 22 // RUN: %clang_cc1 -Eonly %s -Rsearch-path-usage \ [all …]
|
| /llvm-project/llvm/utils/ |
| H A D | check-each-file | 51 usage () { function 71 usage 78 usage 83 usage 88 usage 93 usage 99 usage 104 usage 109 usage
|
| /llvm-project/libc/test/integration/src/unistd/ |
| H A D | fork_test.cpp | 49 struct rusage usage; in fork_and_wait4_normal_exit() 50 usage.ru_utime = {0, 0}; in fork_and_wait4_normal_exit() 51 usage.ru_stime = {0, 0}; in fork_and_wait4_normal_exit() 52 pid_t cpid = LIBC_NAMESPACE::wait4(pid, &status, 0, &usage); in fork_and_wait4_normal_exit() 89 struct rusage usage; in fork_and_wait4_signal_exit() 90 usage.ru_utime = {0, 0}; in fork_and_wait4_signal_exit() 91 usage.ru_stime = {0, 0}; in fork_and_wait4_signal_exit() 92 pid_t cpid = LIBC_NAMESPACE::wait4(pid, &status, 0, &usage); in fork_and_wait4_signal_exit() 46 struct rusage usage; fork_and_wait4_normal_exit() local 86 struct rusage usage; fork_and_wait4_signal_exit() local
|
| /llvm-project/llvm/test/Transforms/LoopVectorize/RISCV/ |
| H A D | reg-usage.ll | 25 ; CHECK-SCALAR: LV(REG): Found max usage: 2 item 28 ; CHECK-SCALAR-NEXT: LV(REG): Found invariant usage: 1 item 30 ; CHECK-LMUL1: LV(REG): Found max usage: 2 item 33 ; CHECK-LMUL1-NEXT: LV(REG): Found invariant usage: 1 item 35 ; CHECK-LMUL2: LV(REG): Found max usage: 2 item 38 ; CHECK-LMUL2-NEXT: LV(REG): Found invariant usage: 1 item 40 ; CHECK-LMUL4: LV(REG): Found max usage: 2 item 43 ; CHECK-LMUL4-NEXT: LV(REG): Found invariant usage: 1 item 45 ; CHECK-LMUL8: LV(REG): Found max usage: 2 item 48 ; CHECK-LMUL8-NEXT: LV(REG): Found invariant usage [all...] |
| /llvm-project/llvm/test/Transforms/LoopVectorize/X86/ |
| H A D | reg-usage.ll | 10 ; register usage doesn't exceed 16. 14 ; CHECK-NEXT: LV(REG): Found max usage: 2 item 17 ; CHECK-NEXT: LV(REG): Found invariant usage: 0 item 19 ; CHECK-NEXT: LV(REG): Found max usage: 2 item 22 ; CHECK-NEXT: LV(REG): Found invariant usage: 0 item 52 ; it will not have vector version and the vector register usage will not exceed the 56 ; CHECK-NEXT: LV(REG): Found max usage: 2 item 59 ; CHECK-NEXT: LV(REG): Found invariant usage: 0 item 61 ; CHECK-NEXT: LV(REG): Found max usage: 2 item 64 ; CHECK-NEXT: LV(REG): Found invariant usage: 0 item [all …]
|
| /llvm-project/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/ |
| H A D | macro-usage.rst | 1 .. title:: clang-tidy - cppcoreguidelines-macro-usage 3 cppcoreguidelines-macro-usage 6 Finds macro usage that is considered problematic because better language 33 …' used to declare a constant; consider using a 'constexpr' constant [cppcoreguidelines-macro-usage] 36 …tion-like macro 'F1' used; consider a 'constexpr' template function [cppcoreguidelines-macro-usage] 39 … 'F2' used; consider using a 'constexpr' variadic template function [cppcoreguidelines-macro-usage]
|
| /llvm-project/clang/test/CodeGenCXX/ |
| H A D | target-features-error.cpp | 20 void usage(S & s) { in usage() function 31 void usage(S & s) { in usage() function 46 void usage(S & s) { in usage() function 71 void usage() { in usage() function
|
| /llvm-project/lldb/examples/python/ |
| H A D | lldb_module_utils.py | 16 usage = "usage: %prog [options] MODULE1 [MODULE2 ...]" variable in DumpLineTables 20 description=self.description, prog=self.command_name, usage=self.usage 103 usage = "usage: %prog [options] MODULE1 [MODULE2 ...]" variable in DumpFiles 122 usage=self.usage,
|
| H A D | delta.py | 54 result.PutCString(usage) 65 usage = "usage: parse_time_log [options] [<LOGFILEPATH>]" 68 description=description, prog="parse_time_log", usage=usage
|
| H A D | stacks.py | 9 usage = "usage: %prog [options] <PATH> [PATH ...]" 11 parser = optparse.OptionParser(description=description, prog="ls", usage=usage)
|
| H A D | globals.py | 74 usage = "usage: %prog [options] <PATH> [PATH ...]" 76 parser = optparse.OptionParser(description=description, prog="globals", usage=usage)
|
| H A D | disasm.py | 21 def usage(): function 32 usage() 37 usage()
|
| /llvm-project/clang/test/PCH/ |
| H A D | unsafe-buffer-usage-pragma-pch-complex.cpp | 53 …expected-note@textual_1.h:2{{pass -fsafe-buffer-usage-suggestions to receive code hardening sugges… 55 …expected-note@textual_2.h:2{{pass -fsafe-buffer-usage-suggestions to receive code hardening sugges… 57 …expected-note@pch_1.h:4{{pass -fsafe-buffer-usage-suggestions to receive code hardening suggestion… 59 …expected-note@pch_2.h:2{{pass -fsafe-buffer-usage-suggestions to receive code hardening suggestion…
|
| /llvm-project/llvm/test/Transforms/LoopVectorize/AArch64/ |
| H A D | reg-usage.ll | 5 ; Invariant register usage calculation should take into account if the 8 ; such as below(where usage of %0 in loop doesnt require vector register), a 10 ; Check that below test doesn't crash while calculating register usage for 17 ; CHECK-NEXT: LV(REG): Found max usage: 1 item 19 ; CHECK-NEXT: LV(REG): Found invariant usage: 2 item
|
| /llvm-project/openmp/runtime/test/env/ |
| H A D | omp_wait_policy.c | 13 void usage() { in usage() function 23 usage(); in main() 35 usage(); in main()
|
| /llvm-project/clang/test/SemaObjC/ |
| H A D | opaque-is-access-warn.m | 1 …darwin -arch arm64 -mios-version-min=7 -fsyntax-only -Wdeprecated-objc-isa-usage %s -Xclang -verify 3 …e-darwin -mios-simulator-version-min=7 -fsyntax-only -Wdeprecated-objc-isa-usage %s -Xclang -verify 4 …n -arch armv7k -mwatchos-version-min=2 -fsyntax-only -Wdeprecated-objc-isa-usage %s -Xclang -verify 5 // RUN: %clang -target x86_64-apple-darwin -arch x86_64 -fsyntax-only -Wdeprecated-objc-isa-usage %…
|
| /llvm-project/lldb/examples/darwin/heap_find/ |
| H A D | heap.py | 909 usage = "usage: %prog [options] <EXPR> [EXPR ...]" 916 description=description, prog="ptr_refs", usage=usage 923 usage = "usage: %prog [options] <ADDR> [ADDR ...]" 929 description=description, prog="find_variable", usage=usage 1053 usage = "usage: %prog [options] <CSTR> [CSTR ...]" 1060 description=description, prog="cstr_refs", usage=usage 1157 usage = "usage: %prog [options] <EXPR> [EXPR ...]" 1164 description=description, prog="malloc_info", usage=usage 1332 usage = "usage: %prog [options] <EXPR> [EXPR ...]" 1335 description=description, prog="section_ptr_refs", usage=usage [all …]
|
| /llvm-project/llvm/test/CodeGen/AMDGPU/ |
| H A D | resource-optimization-remarks.ll | 1 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx908 -pass-remarks-output=%t -pass-remarks-analysis=kernel-resource-usage -filetype=null %s 2>&1 | FileCheck -check-prefix=STDERR %s 16 ; REMARK: Pass: kernel-resource-usage 25 ; REMARK-NEXT: Pass: kernel-resource-usage 34 ; REMARK-NEXT: Pass: kernel-resource-usage 43 ; REMARK-NEXT: Pass: kernel-resource-usage 52 ; REMARK-NEXT: Pass: kernel-resource-usage 61 ; REMARK-NEXT: Pass: kernel-resource-usage 70 ; REMARK-NEXT: Pass: kernel-resource-usage 79 ; REMARK-NEXT: Pass: kernel-resource-usage 88 ; REMARK-NEXT: Pass: kernel-resource-usage [all...] |
| /llvm-project/libc/src/sys/wait/ |
| H A D | wait4Impl.h | 29 struct rusage *usage) { in wait4impl() 32 options, usage); in wait4impl() 48 options, usage); in wait4impl() 28 wait4impl(pid_t pid,int * wait_status,int options,struct rusage * usage) wait4impl() argument
|
| /llvm-project/libcxx/utils/ |
| H A D | libcxx-lit | 6 function usage() { function 27 usage 37 usage
|
| /llvm-project/clang/docs/analyzer/developer-docs/ |
| H A D | DebugChecks.rst | 92 Example usage:: 117 Example usage:: 135 Example usage:: 149 Example usage:: 171 Example usage:: 184 or even record-type values. To simplify usage in C code (where overloading 188 Example usage:: 208 Example usage:: 222 Example usage:: 241 Example usage:: [all …]
|
| /llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerUtilPosix.cpp | 150 struct rusage usage; in GetPeakRSSMb() local 151 if (getrusage(RUSAGE_SELF, &usage)) in GetPeakRSSMb() 156 return usage.ru_maxrss >> 10; in GetPeakRSSMb() 159 return usage.ru_maxrss >> 20; in GetPeakRSSMb()
|
| /llvm-project/llvm/utils/release/ |
| H A D | merge-request.sh | 27 function usage() { function 73 usage 78 usage
|
| /llvm-project/llvm/test/Transforms/LoopVectorize/LoongArch/ |
| H A D | reg-usage.ll | 11 ; CHECK-SCALAR: LV(REG): Found max usage: 2 item 14 ; CHECK-SCALAR-NEXT: LV(REG): Found invariant usage: 1 item 18 ; CHECK-VECTOR: LV(REG): Found max usage: 1 item 20 ; CHECK-VECTOR-NEXT: LV(REG): Found invariant usage: 1 item
|
| /llvm-project/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | suspicious-enum-usage.rst | 1 .. title:: clang-tidy - bugprone-suspicious-enum-usage 3 bugprone-suspicious-enum-usage 77 When non-null the suspicious bitmask usage will be investigated additionally 78 to the different enum usage check.
|