Home
last modified time | relevance | path

Searched full:with (Results 1 – 25 of 17138) sorted by relevance

12345678910>>...686

/llvm-project/llvm/test/CodeGen/RISCV/
H A Dcallee-saved-gprs.ll13 ; RUN: | FileCheck %s -check-prefix=RV32I-WITH-FP
17 ; RUN: -frame-pointer=all < %s | FileCheck %s -check-prefixes=RV32IZCMP-WITH-FP
29 ; RUN: | FileCheck %s -check-prefix=RV64I-WITH-FP
33 ; RUN: -frame-pointer=all < %s | FileCheck %s -check-prefixes=RV64IZCMP-WITH-FP
241 ; RV32I-WITH-FP-LABEL: callee:
242 ; RV32I-WITH-FP: # %bb.0:
243 ; RV32I-WITH-FP-NEXT: addi sp, sp, -80
244 ; RV32I-WITH-FP-NEXT: sw ra, 76(sp) # 4-byte Folded Spill
245 ; RV32I-WITH-FP-NEXT: sw s0, 72(sp) # 4-byte Folded Spill
246 ; RV32I-WITH
[all...]
/llvm-project/libcxx/test/libcxx/diagnostics/
H A Dcmath.nodiscard.verify.cpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
14 // Check that functions from `<cmath>` that Clang marks with the `[[gnu::const]]` attribute are dec…
28 … // expected-warning-re {{ignoring return value of function declared with {{.*}} attribute}} in test()
29 … // expected-warning-re {{ignoring return value of function declared with {{.*}} attribute}} in test()
30 … // expected-warning-re {{ignoring return value of function declared with {{.*}} attribute}} in test()
31 … // expected-warning-re {{ignoring return value of function declared with {{.*}} attribute}} in test()
32 … // expected-warning-re {{ignoring return value of function declared with {{.*}} attribute}} in test()
33 … // expected-warning-re {{ignoring return value of function declared with {{.*}} attribute}} in test()
34 … // expected-warning-re {{ignoring return value of function declared with {{.*}} attribute}} in test()
[all …]
H A Dalgorithm.nodiscard.verify.cpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
28 // expected-warning@+1 {{ignoring return value of function declared with 'nodiscard' attribute}} in test()
31 // expected-warning@+1 {{ignoring return value of function declared with 'nodiscard' attribute}} in test()
34 // expected-warning@+1 {{ignoring return value of function declared with 'nodiscard' attribute}} in test()
37 // expected-warning@+1 {{ignoring return value of function declared with 'nodiscard' attribute}} in test()
40 // expected-warning@+1 {{ignoring return value of function declared with 'nodiscard' attribute}} in test()
43 // expected-warning@+1 {{ignoring return value of function declared with 'nodiscard' attribute}} in test()
47 // expected-warning@+1 {{ignoring return value of function declared with 'nodiscard' attribute}} in test()
50 // expected-warning@+1 {{ignoring return value of function declared with 'nodiscar in test()
[all...]
H A Dlimits.nodiscard.verify.cpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
20 …::min(); // expected-warning {{ignoring return value of function declared with 'nodiscard' attribu… in func()
21 …::max(); // expected-warning {{ignoring return value of function declared with 'nodiscard' attribu… in func()
22 …owest(); // expected-warning {{ignoring return value of function declared with 'nodiscard' attribu… in func()
23 …silon(); // expected-warning {{ignoring return value of function declared with 'nodiscard' attribu… in func()
24 …error(); // expected-warning {{ignoring return value of function declared with 'nodiscard' attribu… in func()
25 …inity(); // expected-warning {{ignoring return value of function declared with 'nodiscard' attribu… in func()
26 …t_NaN(); // expected-warning {{ignoring return value of function declared with 'nodiscard' attribu… in func()
27 …g_NaN(); // expected-warning {{ignoring return value of function declared with 'nodiscard' attribu… in func()
[all …]
/llvm-project/clang/test/SemaCXX/
H A Dcxx98-compat.cpp17 template<typename ...T> // expected-warning {{variadic templates are incompatible with C++98}}
20 template<template<typename> class ...T> // expected-warning {{variadic templates are incompatible with C++98}}
23 template<int ...I> // expected-warning {{variadic templates are incompatible with C++98}}
26 alignas(8) int with_alignas; // expected-warning {{'alignas' is incompatible with C++98}}
27 int with_attribute [[ ]]; // expected-warning {{[[]] attributes are incompatible with C++ standards before C++11}}
30 (void)u8"str"; // expected-warning {{unicode literals are incompatible with C++98}} in Literals()
31 (void)u"str"; // expected-warning {{unicode literals are incompatible with C++98}} in Literals()
32 (void)U"str"; // expected-warning {{unicode literals are incompatible with C++98}} in Literals()
33 (void)u'x'; // expected-warning {{unicode literals are incompatible with C++98}} in Literals()
34 (void)U'x'; // expected-warning {{unicode literals are incompatible with in Literals()
[all...]
H A Dinteger-overflow.cpp20 static const uint64_t overflow = 1 * 4608 * 1024 * 1024; // expected-warning {{overflow in expression; result is 536'870'912 with type 'int'}}
23 // expected-warning@+1 {{overflow in expression; result is 536'870'912 with type 'int'}} in check_integer_overflows()
25 // expected-warning@+1 {{overflow in expression; result is 536'870'912 with type 'int'}} in check_integer_overflows()
27 // expected-warning@+1 {{overflow in expression; result is 536'870'912 with type 'int'}} in check_integer_overflows()
29 // expected-warning@+1 {{overflow in expression; result is 536'870'912 with type 'int'}} in check_integer_overflows()
31 // expected-warning@+1 {{overflow in expression; result is 536'870'912 with type 'int'}} in check_integer_overflows()
33 // expected-warning@+1 2{{overflow in expression; result is 536'870'912 with type 'int'}} in check_integer_overflows()
36 // expected-warning@+1 {{overflow in expression; result is 536'870'912 with type 'int'}} in check_integer_overflows()
38 // expected-warning@+1 {{overflow in expression; result is 536'870'912 with type 'int'}} in check_integer_overflows()
41 // expected-warning@+1 {{overflow in expression; result is 536'870'912 with typ in check_integer_overflows()
[all...]
/llvm-project/llvm/test/Analysis/CostModel/AArch64/
H A Darith-overflow.ll7 declare {i64, i1} @llvm.sadd.with.overflow.i64(i64, i64)
8 declare {<2 x i64>, <2 x i1>} @llvm.sadd.with.overflow.v2i64(<2 x i64>, <2 x i64>)
9 declare {<4 x i64>, <4 x i1>} @llvm.sadd.with.overflow.v4i64(<4 x i64>, <4 x i64>)
10 declare {<8 x i64>, <8 x i1>} @llvm.sadd.with.overflow.v8i64(<8 x i64>, <8 x i64>)
12 declare {i32, i1} @llvm.sadd.with.overflow.i32(i32, i32)
13 declare {<4 x i32>, <4 x i1>} @llvm.sadd.with.overflow.v4i32(<4 x i32>, <4 x i32>)
14 declare {<8 x i32>, <8 x i1>} @llvm.sadd.with.overflow.v8i32(<8 x i32>, <8 x i32>)
15 declare {<16 x i32>, <16 x i1>} @llvm.sadd.with.overflow.v16i32(<16 x i32>, <16 x i32>)
17 declare {i16, i1} @llvm.sadd.with.overflow.i16(i16, i16)
18 declare {<8 x i16>, <8 x i1>} @llvm.sadd.with.overflow.v8i16(<8 x i16>, <8 x i16>)
[all …]
/llvm-project/clang/test/CodeGen/
H A Dattr-counted-by.c2 // RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -DCOUNTED_BY -O2 -Wall -fsanitize=array-bounds,object-size,local-bounds -fstrict-flex-arrays=3 -emit-llvm -o - %s | FileCheck --check-prefix=SANITIZE-WITH-ATTR %s
3 // RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -DCOUNTED_BY -O2 -Wall -fstrict-flex-arrays=3 -emit-llvm -o - %s | FileCheck --check-prefix=NO-SANITIZE-WITH-ATTR %s
59 // SANITIZE-WITH-ATTR-LABEL: define dso_local void @test1(
60 // SANITIZE-WITH-ATTR-SAME: ptr noundef [[P:%.*]], i32 noundef [[INDEX:%.*]], i32 noundef [[VAL:%.*]]) local_unnamed_addr #[[ATTR0:[0-9]+]] {
61 // SANITIZE-WITH-ATTR-NEXT: entry:
62 // SANITIZE-WITH-ATTR-NEXT: [[IDXPROM:%.*]] = sext i32 [[INDEX]] to i64
63 // SANITIZE-WITH-ATTR-NEXT: [[DOTCOUNTED_BY_GEP:%.*]] = getelementptr inbounds nuw i8, ptr [[P]], i64 8
64 // SANITIZE-WITH-ATTR-NEXT: [[DOTCOUNTED_BY_LOAD:%.*]] = load i32, ptr [[DOTCOUNTED_BY_GEP]], align 4
65 // SANITIZE-WITH-ATTR-NEXT: [[TMP0:%.*]] = zext i32 [[DOTCOUNTED_BY_LOAD]] to i64, !nosanitize [[META2:![0-9]+]]
66 // SANITIZE-WITH
[all...]
/llvm-project/clang/test/Parser/
H A Daltivec.c59 __vector long vv_l; // nonaix-warning {{use of 'long' with '__vector' is deprecated…
60 // aix-error@-1 {{cannot use 'long' with '__vector'}}
61 // novsx-error@-2 {{cannot use 'long' with '__vector'}}
62 __vector signed long vv_sl; // nonaix-warning {{use of 'long' with '__vector' is deprecated…
63 // aix-error@-1 {{cannot use 'long' with '__vector'}}
64 // novsx-error@-2 {{cannot use 'long' with '__vector'}}
65 __vector unsigned long vv_ul; // nonaix-warning {{use of 'long' with '__vector' is deprecated…
66 // aix-error@-1 {{cannot use 'long' with '__vector'}}
67 // novsx-error@-2 {{cannot use 'long' with '__vector'}}
68 __vector long int vv_li; // nonaix-warning {{use of 'long' with '__vector' is deprecated…
[all …]
H A Dcxx-altivec.cpp62 __vector long vv_l; // nonaix-warning {{use of 'long' with '__vector' is deprecated…
63 // aix-error@-1 {{cannot use 'long' with '__vector'}}
64 // novsx-error@-2 {{cannot use 'long' with '__vector'}}
65 __vector signed long vv_sl; // nonaix-warning {{use of 'long' with '__vector' is deprecated…
66 // aix-error@-1 {{cannot use 'long' with '__vector'}}
67 // novsx-error@-2 {{cannot use 'long' with '__vector'}}
68 __vector unsigned long vv_ul; // nonaix-warning {{use of 'long' with '__vector' is deprecated…
69 // aix-error@-1 {{cannot use 'long' with '__vector'}}
70 // novsx-error@-2 {{cannot use 'long' with '__vector'}}
71 __vector long int vv_li; // nonaix-warning {{use of 'long' with '__vector' is deprecated…
[all …]
H A Dcxx-altivec-bool-128.cpp14 … of '__int128' with '__vector' requires extended Altivec support (available on POWER8 or later)}} …
15 … of '__int128' with '__vector' requires extended Altivec support (available on POWER8 or later)}} …
16 … of '__int128' with '__vector' requires extended Altivec support (available on POWER8 or later)}} …
17 … of '__int128' with '__vector' requires extended Altivec support (available on POWER8 or later)}} …
18with '__vector bool'}} expected-error {{use of '__int128' with '__vector' requires extended Altive…
19with '__vector bool'}} expected-error {{use of '__int128' with '__vector' requires extended Altive…
20with '__vector bool'}} expected-error {{use of '__int128' with '__vector' requires extended Altive…
21with '__vector bool'}} expected-error {{use of '__int128' with '__vector' requires extended Altive…
22with '__vector bool'}} expected-error {{use of '__int128' with '__vector' requires extended Altive…
23with '__vector bool'}} expected-error {{use of '__int128' with '__vector' requires extended Altive…
/llvm-project/llvm/test/Analysis/CostModel/X86/
H A Darith-overflow.ll15 ; sadd.with.overflow
18 declare {i64, i1} @llvm.sadd.with.overflow.i64(i64, i64)
19 declare {<2 x i64>, <2 x i1>} @llvm.sadd.with.overflow.v2i64(<2 x i64>, <2 x i64>)
20 declare {<4 x i64>, <4 x i1>} @llvm.sadd.with.overflow.v4i64(<4 x i64>, <4 x i64>)
21 declare {<8 x i64>, <8 x i1>} @llvm.sadd.with.overflow.v8i64(<8 x i64>, <8 x i64>)
23 declare {i32, i1} @llvm.sadd.with.overflow.i32(i32, i32)
24 declare {<4 x i32>, <4 x i1>} @llvm.sadd.with.overflow.v4i32(<4 x i32>, <4 x i32>)
25 declare {<8 x i32>, <8 x i1>} @llvm.sadd.with.overflow.v8i32(<8 x i32>, <8 x i32>)
26 declare {<16 x i32>, <16 x i1>} @llvm.sadd.with.overflow.v16i32(<16 x i32>, <16 x i32>)
28 declare {i16, i1} @llvm.sadd.with
[all...]
/llvm-project/llvm/test/Analysis/CostModel/ARM/
H A Darith-overflow.ll11 declare {i64, i1} @llvm.sadd.with.overflow.i64(i64, i64)
12 declare {<2 x i64>, <2 x i1>} @llvm.sadd.with.overflow.v2i64(<2 x i64>, <2 x i64>)
13 declare {<4 x i64>, <4 x i1>} @llvm.sadd.with.overflow.v4i64(<4 x i64>, <4 x i64>)
14 declare {<8 x i64>, <8 x i1>} @llvm.sadd.with.overflow.v8i64(<8 x i64>, <8 x i64>)
16 declare {i32, i1} @llvm.sadd.with.overflow.i32(i32, i32)
17 declare {<4 x i32>, <4 x i1>} @llvm.sadd.with.overflow.v4i32(<4 x i32>, <4 x i32>)
18 declare {<8 x i32>, <8 x i1>} @llvm.sadd.with.overflow.v8i32(<8 x i32>, <8 x i32>)
19 declare {<16 x i32>, <16 x i1>} @llvm.sadd.with.overflow.v16i32(<16 x i32>, <16 x i32>)
21 declare {i16, i1} @llvm.sadd.with.overflow.i16(i16, i16)
22 declare {<8 x i16>, <8 x i1>} @llvm.sadd.with
[all...]
/llvm-project/flang/test/Semantics/OpenMP/
H A Dreduction14.f9013 ! ERROR: The type of 'c' is incompatible with the reduction operator.
14 ! ERROR: The type of 'l' is incompatible with the reduction operator.
20 ! ERROR: The type of 'c' is incompatible with the reduction operator.
21 ! ERROR: The type of 'l' is incompatible with the reduction operator.
31 ! ERROR: The type of 'i' is incompatible with the reduction operator.
32 ! ERROR: The type of 'r' is incompatible with the reduction operator.
33 ! ERROR: The type of 'c' is incompatible with the reduction operator.
34 ! ERROR: The type of 'z' is incompatible with the reduction operator.
39 ! ERROR: The type of 'i' is incompatible with the reduction operator.
40 ! ERROR: The type of 'r' is incompatible with the reduction operator.
[all …]
H A Dordered03.f9024 !ERROR: An ORDERED construct with the DEPEND clause must be closely nested in a worksharing-loop (or parallel worksharing-loop) construct with ORDERED clause with a parameter
27 !ERROR: An ORDERED construct with the DEPEND clause must be closely nested in a worksharing-loop (or parallel worksharing-loop) construct with ORDERED clause with a parameter
58 !ERROR: An ORDERED construct with the DEPEND clause must be closely nested in a worksharing-loop (or parallel worksharing-loop) construct with ORDERED clause with a parameter
61 !ERROR: An ORDERED construct with th
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dupgrade-googletest-case.cpp16 …[[@LINE-1]]:1: warning: Google Test APIs named with 'case' are deprecated; use equivalent APIs nam…
19 // CHECK-MESSAGES: [[@LINE-1]]:1: warning: Google Test APIs named with 'case'
22 // CHECK-MESSAGES: [[@LINE-1]]:1: warning: Google Test APIs named with 'case'
25 // CHECK-MESSAGES: [[@LINE-1]]:1: warning: Google Test APIs named with 'case'
29 // CHECK-MESSAGES: [[@LINE-1]]:2: warning: Google Test APIs named with 'case'
31 // CHECK-MESSAGES: [[@LINE-1]]:8: warning: Google Test APIs named with 'case'
36 // CHECK-MESSAGES: [[@LINE-1]]:2: warning: Google Test APIs named with 'case'
38 // CHECK-MESSAGES: [[@LINE-1]]:8: warning: Google Test APIs named with 'case'
43 // CHECK-MESSAGES: [[@LINE-1]]:2: warning: Google Test APIs named with 'case'
45 // CHECK-MESSAGES: [[@LINE-1]]:8: warning: Google Test APIs named with 'case'
[all …]
/llvm-project/libcxx/utils/data/unicode/
H A DDerivedCoreProperties.txt24 03D0..03D2 ; Math # L& [3] GREEK BETA SYMBOL..GREEK UPSILON WITH HOOK SYMBOL
65 219A..219B ; Math # Sm [2] LEFTWARDS ARROW WITH STROKE..RIGHTWARDS ARROW WITH STROKE
68 21A1..21A2 ; Math # So [2] DOWNWARDS TWO HEADED ARROW..LEFTWARDS ARROW WITH TAIL
69 21A3 ; Math # Sm RIGHTWARDS ARROW WITH TAIL
73 21A9..21AD ; Math # So [5] LEFTWARDS ARROW WITH HOOK..LEFT RIGHT WAVE ARROW
74 21AE ; Math # Sm LEFT RIGHT ARROW WITH STROKE
75 21B0..21B1 ; Math # So [2] UPWARDS ARROW WITH TIP LEFTWARDS..UPWARDS ARROW WITH TIP RIGHTWARDS
77 21BC..21CD ; Math # So [18] LEFTWARDS HARPOON WITH BARB UPWARDS..LEFTWARDS DOUBLE ARROW WITH ST…
78 21CE..21CF ; Math # Sm [2] LEFT RIGHT DOUBLE ARROW WITH STROKE..RIGHTWARDS DOUBLE ARROW WITH S…
86 21F4..22FF ; Math # Sm [268] RIGHT ARROW WITH SMALL CIRCLE..Z NOTATION BAG MEMBERSHIP
[all …]
/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
H A Dlocstats.ll20 ; CHECK-NEXT: "#params with source location": 2,
21 ; CHECK-NEXT: "#params with type": 2,
22 ; CHECK-NEXT: "#params with binary location": 2,
24 ; CHECK-NEXT: "#variables with 0% of parent scope covered by DW_AT_location": 1,
25 ; CHECK-NEXT: "#variables with (0%,10%) of parent scope covered by DW_AT_location": 0,
26 ; CHECK-NEXT: "#variables with [10%,20%) of parent scope covered by DW_AT_location": 0,
27 ; CHECK-NEXT: "#variables with [20%,30%) of parent scope covered by DW_AT_location": 0,
28 ; CHECK-NEXT: "#variables with [30%,40%) of parent scope covered by DW_AT_location": 0,
29 ; CHECK-NEXT: "#variables with [40%,50%) of parent scope covered by DW_AT_location": 0,
30 ; CHECK-NEXT: "#variables with [50%,60%) of parent scope covered by DW_AT_location": 1,
[all …]
/llvm-project/clang/test/SemaObjC/
H A Dpotentially-direct-selector.m68 …(void)@selector(inBase); // expected-warning{{@selector expression formed with potentially direct …
69 …(void)@selector(inBaseImpl); // expected-warning{{@selector expression formed with potentially dir…
70 …(void)@selector(inBaseCat); // expected-warning{{@selector expression formed with potentially dire…
71 …(void)@selector(inBaseCatImpl); // expected-warning{{@selector expression formed with potentially …
72 …(void)@selector(inDerived); // expected-warning{{@selector expression formed with potentially dire…
73 …(void)@selector(inDerivedImpl); // expected-warning{{@selector expression formed with potentially …
74 …(void)@selector(inDerivedCat); // expected-warning{{@selector expression formed with potentially d…
75 …(void)@selector(inDerivedCatImpl); // expected-warning{{@selector expression formed with potential…
76 …(void)@selector(inDerivedClass); // expected-warning{{@selector expression formed with potentially…
77 …(void)@selector(inBaseClass); // expected-warning{{@selector expression formed with potentially di…
[all …]
/llvm-project/clang/test/Sema/
H A Dinteger-overflow.c14 static const uint64_t overflow = 1 * 4608 * 1024 * 1024; // expected-warning {{overflow in expression; result is 536'870'912 with type 'int'}}
17 // expected-warning@+1 {{overflow in expression; result is 536'870'912 with type 'int'}} in check_integer_overflows()
19 // expected-warning@+1 {{overflow in expression; result is 536'870'912 with type 'int'}} in check_integer_overflows()
21 // expected-warning@+1 {{overflow in expression; result is 536'870'912 with type 'int'}} in check_integer_overflows()
23 // expected-warning@+1 {{overflow in expression; result is 536'870'912 with type 'int'}} in check_integer_overflows()
25 // expected-warning@+1 2{{overflow in expression; result is 536'870'912 with type 'int'}} in check_integer_overflows()
28 // expected-warning@+1 {{overflow in expression; result is 536'870'912 with type 'int'}} in check_integer_overflows()
30 // expected-warning@+1 {{overflow in expression; result is 536'870'912 with type 'int'}} in check_integer_overflows()
36 // expected-warning@+1 2{{overflow in expression; result is 536'870'912 with type 'int'}} in check_integer_overflows()
39 // expected-warning@+1 {{overflow in expression; result is 536'870'912 with typ in check_integer_overflows()
[all...]
/llvm-project/flang/test/Semantics/
H A Dcall03.f90101 … !ERROR: Coindexed polymorphic object may not be associated with a polymorphic dummy argument 'x='
110 …!ERROR: Assumed-size polymorphic array may not be associated with a monomorphic dummy argument 'x='
119 …!ERROR: Actual argument associated with TYPE(*) dummy argument 'x=' may not have a parameterized d…
125 …!ERROR: Actual argument associated with TYPE(*) dummy argument 'x=' may not have type-bound proced…
131 …!ERROR: Actual argument associated with TYPE(*) dummy argument 'x=' may not have derived type 'fin…
171 !ERROR: Actual argument type 'pdt(n=3_4)' is not compatible with dummy argument type 'pdt'
173 !ERROR: Actual argument type 'pdt(n=4_4)' is not compatible with dummy argument type 'pdt'
175 !ERROR: Actual argument type 'pdt' is not compatible with dummy argument type 'pdt(n=4_4)'
177 … !ERROR: Actual argument type 'pdt(n=3_4)' is not compatible with dummy argument type 'pdt(n=4_4)'
180 !ERROR: Actual argument type 'pdt' is not compatible with dummy argument type 'pdt(n=*)'
[all …]
/llvm-project/llvm/test/tools/llvm-readobj/ELF/
H A Drelocation-errors.test1 ## Check how we report warnings when dumping an object with broken relocations.
9 …relocation 0 in SHT_REL section with index 3: unable to read an entry with index 4278124286 from S…
10 …relocation 1 in SHT_REL section with index 3: unable to read an entry with index 4278124286 from S…
20 # LLVM-NEXT: warning: '[[FILE]]': unable to print relocation 0 in SHT_RELA section with index 4: in…
26 …relocation 0 in SHT_REL section with index 3: unable to read an entry with index 4278124286 from S…
27 …relocation 1 in SHT_REL section with index 3: unable to read an entry with index 4278124286 from S…
38 # GNU-NEXT: warning: '[[FILE]]': unable to print relocation 0 in SHT_RELA section with index 4: in…
45 …relocation 0 in SHT_CREL section with index 3: unable to read an entry with index 4278124286 from …
46 …relocation 1 in SHT_CREL section with index 3: unable to read an entry with index 4278124286 from …
48 …rint relocation 3 in SHT_CREL section with index 3: unable to read an entry with index 2 from SHT_…
[all …]
/llvm-project/clang/include/clang/Basic/
H A DDiagnosticASTKinds.td3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
55 "cannot construct object of type %0 with virtual base class "
97 "comparison of numeric address '%0' with pointer '%1' can only be performed "
126 "comparison of address of fields %0 and %2 of %4 with differing access "
148 "function parameter %0 with unknown value cannot be used in a constant "
232 "member %1 of union with %select{active member %3|no active member}2 "
276 "non-trivial destruction of lifetime-extended temporary with type %0 "
315 "bit_cast %select{from|to}0 a %select{|type with a }1"
372 "allocated with 'st
[all...]
/llvm-project/clang/test/Frontend/
H A Dnoderef.c20 int y = *arg; // expected-warning{{dereferencing arg; was declared with a 'noderef' type}} in func()
30 …int x = *p; // expected-warning{{dereferencing p; was declared with a 'noderef' type… in test()
38 p2 = *q2; // expected-warning{{dereferencing q2; was declared with a 'noderef' type}} in test()
51 *p = 2; // expected-warning{{dereferencing p; was declared with a 'noderef' type}} in test()
54 *q2 = p2; // expected-warning{{dereferencing q2; was declared with a 'noderef' type}} in test()
61 x = s->a; // expected-warning{{dereferencing s; was declared with a 'noderef' type}} in test()
62 x = (*s).b; // expected-warning{{dereferencing s; was declared with a 'noderef' type}} in test()
71 …x = sizeof(int[++s->a]); // expected-warning{{dereferencing s; was declared with a 'noderef' typ… in test()
84 …p = s2_noderef->b; // expected-warning{{dereferencing s2_noderef; was declared with a 'noderef' t… in test()
85 …p = s2_noderef->b2; // expected-warning{{dereferencing s2_noderef; was declared with a 'noderef' t… in test()
[all …]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dno-suspend-with-lock.cpp1 // RUN: %check_clang_tidy -std=c++20 %s cppcoreguidelines-no-suspend-with-lock %t -- -- -fno-delaye…
80 …ES: [[@LINE-1]]:3: warning: coroutine suspended with lock 'lock' held [cppcoreguidelines-no-suspen… in awaits_with_lock()
83 …ES: [[@LINE-1]]:3: warning: coroutine suspended with lock 'lock' held [cppcoreguidelines-no-suspen… in awaits_with_lock()
87 …ES: [[@LINE-1]]:5: warning: coroutine suspended with lock 'lock' held [cppcoreguidelines-no-suspen… in awaits_with_lock()
94 …ES: [[@LINE-1]]:5: warning: coroutine suspended with lock 'lock2' held [cppcoreguidelines-no-suspe… in awaits_with_lock()
101 …ES: [[@LINE-1]]:3: warning: coroutine suspended with lock 'lock' held [cppcoreguidelines-no-suspen… in awaits_with_lock_in_try()
112 …ES: [[@LINE-1]]:5: warning: coroutine suspended with lock 'lock' held [cppcoreguidelines-no-suspen… in lock_possibly_unlocked()
119 …ES: [[@LINE-1]]:5: warning: coroutine suspended with lock 'lock' held [cppcoreguidelines-no-suspen… in lock_possibly_unlocked()
127 …ES: [[@LINE-1]]:5: warning: coroutine suspended with lock 'lock' held [cppcoreguidelines-no-suspen… in lock_possibly_unlocked()
135 …ES: [[@LINE-1]]:5: warning: coroutine suspended with lock 'lock' held [cppcoreguidelines-no-suspen… in lock_possibly_unlocked()
[all …]

12345678910>>...686