| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | mips-count-builtins.c | 6 int leading, trailing, pop; variable 10 trailing = __builtin_ctzs(P); in test_i16() 19 trailing = __builtin_ctz(P); in test_i32() 28 trailing = __builtin_ctzll(P); in test_i64()
|
| H A D | count-builtins.c | 3 int leading, trailing, pop; variable 7 trailing = __builtin_ctzs(P); in test_i16() 16 trailing = __builtin_ctz(P); in test_i32() 27 trailing = __builtin_ctzll(P); in test_i64()
|
| /llvm-project-15.0.7/llvm/test/FileCheck/ |
| H A D | match-full-lines.txt | 11 trailing whitespace 12 trailing more whitespace 30 // CHECK:trailing whitespace 31 // CHECK:trailing more whitespace 33 // ERROR-STRICT:// {{C}}HECK:trailing whitespace
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-shell/ |
| H A D | diff-strip-trailing-cr.txt | 1 # Check behavior of --strip-trailing-cr. 6 # RUN: diff -u --strip-trailing-cr diff-in.dos diff-in.unix && false || true 7 # RUN: diff -u --strip-trailing-cr diff-in.unix diff-in.dos && false || true
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/fuchsia/ |
| H A D | trailing-return.rst | 1 .. title:: clang-tidy - fuchsia-trailing-return 3 fuchsia-trailing-return 6 Functions that have trailing returns are disallowed, except for those using
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/ |
| H A D | use-trailing-return-type.rst | 1 .. title:: clang-tidy - modernize-use-trailing-return-type 3 modernize-use-trailing-return-type 6 Rewrites function signatures to use a trailing return type 38 …of all unqualified names present in the return type in the scope of the trailing return type locat…
|
| /llvm-project-15.0.7/llvm/test/Demangle/ |
| H A D | warn-trailing.test | 1 ; RUN: llvm-undname -warn-trailing 2>&1 < %s | FileCheck %s 6 ; CHECK-NEXT: warning: trailing characters: asdf
|
| /llvm-project-15.0.7/llvm/test/tools/split-file/ |
| H A D | error.test | 7 # CHECK: {{.*}}.test:[[#@LINE+1]]: error: part name cannot have leading or trailing space 10 # CHECK: {{.*}}.test:[[#@LINE+1]]: error: part name cannot have leading or trailing space
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | dump_ast_matchers.py | 368 results, trailing = m.groups() 369 trailing, name = trailing.rsplit(">", 1) 371 trailing, _ = trailing.rsplit(",", 1) 372 _, arg = trailing.rsplit(",", 1)
|
| /llvm-project-15.0.7/ |
| H A D | .gitignore | 56 # Directories to ignore (do not add trailing '/'s, they skip symlinks). 63 # clangd index. (".clangd" is a config file now, thus trailing slash)
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | stringview-nullptr.rst | 54 The source pattern with trailing comment "A" selects the ``(const CharT*)`` 61 The source pattern with trailing comment "B" selects the
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | cxx0x-attributes.cpp | 178 auto trailing() -> [[]] const int; // expected-error {{an attribute list cannot appear here}} 179 auto trailing() -> const [[]] int; // expected-error {{an attribute list cannot appear here}} 180 auto trailing() -> const int [[]];
|
| /llvm-project-15.0.7/mlir/test/mlir-lsp-server/ |
| H A D | code-action.test | 24 "message":"add a trailing dot to make the literal a float", 68 // CHECK-NEXT: "message": "add a trailing dot to make the literal a float" 92 // CHECK-NEXT-LITERAL: "newText": "// expected-note @below {{add a trailing dot to make the li…
|
| /llvm-project-15.0.7/llvm/test/Assembler/ |
| H A D | invalid-datalayout11.ll | 3 ; CHECK: Unexpected trailing characters after mangling specifier in datalayout string
|
| /llvm-project-15.0.7/clang/test/Driver/Inputs/rocm-spack/hip-4.0.0-5f63slrursbrvfe2txrrjkynbsywsob5/bin/ |
| H A D | .hipVersion | 1 # NOTE: The trailing whitespace is added on purpose to verify that these
|
| /llvm-project-15.0.7/clang/test/Driver/Inputs/rocm/bin/ |
| H A D | .hipVersion | 2 # NOTE: The trailing whitespace is added on purpose to verify that these
|
| /llvm-project-15.0.7/clang/test/Driver/Inputs/rocm-invalid/bin/ |
| H A D | .hipVersion | 2 # NOTE: The trailing whitespace is added on purpose to verify that these
|
| /llvm-project-15.0.7/compiler-rt/test/fuzzer/ |
| H A D | read-binary.test | 3 # Account for the fact that echo will add a trailing newline.
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-format-argv0/ |
| H A D | argv0.txt | 4 # '['. Otherwise it will refuse to accept the trailing closing bracket.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/MIR/AMDGPU/ |
| H A D | empty-custom-regmask.mir | 3 # Make sure there's no parse error on empty CustomRegMask or trailing comma
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-ml/ |
| H A D | anonymous_labels_errors.asm | 15 ; NOTE: a trailing @F will not fail; fixing this seems to require two passes.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/MIR/Generic/ |
| H A D | cfi-escape.mir | 3 # Check that we don't print a trailing comma for CFI escape indices, and that
|
| /llvm-project-15.0.7/lldb/test/Shell/ObjectFile/Breakpad/ |
| H A D | sections-trailing-func.test | 4 RUN: lldb-test object-file %p/Inputs/sections-trailing-func.syms -contents | FileCheck %s
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | shl-unsigned-cmp-const.ll | 9 ; C2 Shift amount smaller than C1 trailing zeros. 21 ; C2 Shift amount equal to C1 trailing zeros. 33 ; C2 Shift amount greater than C1 trailing zeros. 45 ; C2 Shift amount smaller than C1 trailing zeros.
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-include-fixer/ |
| H A D | merge.test | 3 # RUN: diff --strip-trailing-cr -u %t.golden %t.merged
|