Home
last modified time | relevance | path

Searched refs:trailing (Results 1 – 25 of 141) sorted by relevance

123456

/llvm-project-15.0.7/clang/test/CodeGen/
H A Dmips-count-builtins.c6 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 Dcount-builtins.c3 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 Dmatch-full-lines.txt11 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 Ddiff-strip-trailing-cr.txt1 # 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 Dtrailing-return.rst1 .. 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 Duse-trailing-return-type.rst1 .. 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 Dwarn-trailing.test1 ; 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 Derror.test7 # 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 Ddump_ast_matchers.py368 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.gitignore56 # 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 Dstringview-nullptr.rst54 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 Dcxx0x-attributes.cpp178 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 Dcode-action.test24 "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 Dinvalid-datalayout11.ll3 ; 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.hipVersion1 # 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.hipVersion2 # 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.hipVersion2 # NOTE: The trailing whitespace is added on purpose to verify that these
/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A Dread-binary.test3 # 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 Dargv0.txt4 # '['. Otherwise it will refuse to accept the trailing closing bracket.
/llvm-project-15.0.7/llvm/test/CodeGen/MIR/AMDGPU/
H A Dempty-custom-regmask.mir3 # 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 Danonymous_labels_errors.asm15 ; 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 Dcfi-escape.mir3 # 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 Dsections-trailing-func.test4 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 Dshl-unsigned-cmp-const.ll9 ; 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 Dmerge.test3 # RUN: diff --strip-trailing-cr -u %t.golden %t.merged

123456