/llvm-project/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/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/mlir/test/Dialect/ArmSVE/ |
H A D | invalid.mlir | 6 …// expected-error@+1 {{'result' must be trailing scalable vector of 1-bit signless integer values … 14 …// expected-error@+1 {{'result' must be trailing scalable vector of 1-bit signless integer values … 22 …// expected-error@+1 {{'result' must be trailing scalable vector of 1-bit signless integer values … 30 …// expected-error@+1 {{'source' must be trailing scalable vector of 1-bit signless integer values … 38 …// expected-error@+1 {{'source' must be trailing scalable vector of 1-bit signless integer values … 46 …// expected-error@+1 {{'source' must be trailing scalable vector of 1-bit signless integer values …
|
/llvm-project/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 11 ; CHECK-NOT: warning: trailing characters
|
/llvm-project/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/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/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…
|
H A D | use-constraints.rst | 22 2. ``std::enable_if`` as the trailing template parameter for function templates 36 // enable_if in the trailing template parameter
|
/llvm-project/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/mlir/test/Bytecode/invalid/ |
H A D | invalid_attr_type_section.mlir | 16 // TRAILING_DATA: trailing characters found after Attribute assembly format: trailing
|
/llvm-project/clang/docs/tools/ |
H A D | dump_ast_matchers.py | 446 results, trailing = m.groups() 447 trailing, name = trailing.rsplit(">", 1) 449 trailing, _ = trailing.rsplit(",", 1) 450 _, arg = trailing.rsplit(",", 1)
|
/llvm-project/mlir/test/Integration/Dialect/Transform/ |
H A D | match_reduction.mlir | 54 …%trailing = transform.include @_reduce_leading_trailing failures(propagate) (%result_inner) : (!tr… 55 transform.match.structured.yield %trailing : !transform.any_op 103 %trailing: !transform.any_op {transform.readonly}, 110 transform.debug.emit_remark_at %trailing, "trailing" : !transform.any_op 185 // expected-remark @below {{trailing}} 232 // expected-remark @below {{trailing}} 281 // expected-remark @below {{trailing}}
|
/llvm-project/ |
H A D | .gitignore | 57 # Directories to ignore (do not add trailing '/'s, they skip symlinks). 66 # clangd index. (".clangd" is a config file now, thus trailing slash)
|
/llvm-project/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/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/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/mlir/lib/Dialect/Transform/Transforms/ |
H A D | InterpreterPass.cpp | 121 for (SmallVector<transform::MappedValue> &trailing : trailingBindings) in parseArguments() 122 bindings.push_back(std::move(trailing)); in parseArguments()
|
/llvm-project/mlir/include/mlir/Dialect/Transform/Transforms/ |
H A D | Passes.td | 77 * `debugBindTrailingArgs` allows one to bind values to trailing arguments 96 ListOption<"debugBindTrailingArgs", "debug-bind-trailing-args", 98 "Binds trailing arguments of the entry point to the payload "
|
/llvm-project/llvm/test/Assembler/ |
H A D | invalid-datalayout11.ll |
|
/llvm-project/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/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/flang/test/Driver/Inputs/rocm/bin/ |
H A D | .hipVersion | 2 # NOTE: The trailing whitespace is added on purpose to verify that these
|
/llvm-project/flang/test/Driver/Inputs/rocm/share/hip/ |
H A D | hipVersion | 2 # NOTE: The trailing whitespace is added on purpose to verify that these
|
/llvm-project/clang/test/Driver/Inputs/rocm-invalid/bin/ |
H A D | .hipVersion | 2 # NOTE: The trailing whitespace is added on purpose to verify that these
|