Home
last modified time | relevance | path

Searched refs:TEST_TYPESTATE (Results 1 – 25 of 32) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dwarn-consumed-parsing.cpp7 #define TEST_TYPESTATE(state) __attribute__ ((test_typestate(state))) macro
26 int var1 TEST_TYPESTATE(consumed); // expected-warning {{'test_typestate' attribute only applies to…
32 void function1() TEST_TYPESTATE(consumed); // expected-warning {{'test_typestate' attribute only ap…
42 bool testUnconsumed() TEST_TYPESTATE(consumed); in CONSUMABLE()
53 …bool testUnconsumed() TEST_TYPESTATE(consumed); // expected-warning {{consumed analysis attribute …
H A Dwarn-consumed-analysis.cpp10 #define TEST_TYPESTATE(state) __attribute__ ((test_typestate(state))) macro
40 bool isValid() const TEST_TYPESTATE(unconsumed); in CONSUMABLE()
41 operator bool() const TEST_TYPESTATE(unconsumed); in CONSUMABLE()
42 bool operator!=(nullptr_t) const TEST_TYPESTATE(unconsumed); in CONSUMABLE()
43 bool operator==(nullptr_t) const TEST_TYPESTATE(consumed); in CONSUMABLE()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dwarn-consumed-parsing.cpp7 #define TEST_TYPESTATE(state) __attribute__ ((test_typestate(state))) macro
26 int var1 TEST_TYPESTATE(consumed); // expected-warning {{'test_typestate' attribute only applies to…
32 void function1() TEST_TYPESTATE(consumed); // expected-warning {{'test_typestate' attribute only ap…
42 bool testUnconsumed() TEST_TYPESTATE(consumed); in CONSUMABLE()
53 …bool testUnconsumed() TEST_TYPESTATE(consumed); // expected-warning {{consumed analysis attribute …
H A Dwarn-consumed-analysis.cpp10 #define TEST_TYPESTATE(state) __attribute__ ((test_typestate(state))) macro
40 bool isValid() const TEST_TYPESTATE(unconsumed); in CONSUMABLE()
41 operator bool() const TEST_TYPESTATE(unconsumed); in CONSUMABLE()
42 bool operator!=(nullptr_t) const TEST_TYPESTATE(unconsumed); in CONSUMABLE()
43 bool operator==(nullptr_t) const TEST_TYPESTATE(consumed); in CONSUMABLE()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dwarn-consumed-parsing.cpp7 #define TEST_TYPESTATE(state) __attribute__ ((test_typestate(state))) macro
26 int var1 TEST_TYPESTATE(consumed); // expected-warning {{'test_typestate' attribute only applies to…
32 void function1() TEST_TYPESTATE(consumed); // expected-warning {{'test_typestate' attribute only ap…
42 bool testUnconsumed() TEST_TYPESTATE(consumed); in CONSUMABLE()
53 …bool testUnconsumed() TEST_TYPESTATE(consumed); // expected-warning {{consumed analysis attribute …
H A Dwarn-consumed-analysis.cpp10 #define TEST_TYPESTATE(state) __attribute__ ((test_typestate(state))) macro
40 bool isValid() const TEST_TYPESTATE(unconsumed); in CONSUMABLE()
41 operator bool() const TEST_TYPESTATE(unconsumed); in CONSUMABLE()
42 bool operator!=(nullptr_t) const TEST_TYPESTATE(unconsumed); in CONSUMABLE()
43 bool operator==(nullptr_t) const TEST_TYPESTATE(consumed); in CONSUMABLE()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dwarn-consumed-parsing.cpp7 #define TEST_TYPESTATE(state) __attribute__ ((test_typestate(state))) macro
26 int var1 TEST_TYPESTATE(consumed); // expected-warning {{'test_typestate' attribute only applies to…
32 void function1() TEST_TYPESTATE(consumed); // expected-warning {{'test_typestate' attribute only ap…
42 bool testUnconsumed() TEST_TYPESTATE(consumed); in CONSUMABLE()
53 …bool testUnconsumed() TEST_TYPESTATE(consumed); // expected-warning {{consumed analysis attribute …
H A Dwarn-consumed-analysis.cpp10 #define TEST_TYPESTATE(state) __attribute__ ((test_typestate(state))) macro
40 bool isValid() const TEST_TYPESTATE(unconsumed); in CONSUMABLE()
41 operator bool() const TEST_TYPESTATE(unconsumed); in CONSUMABLE()
42 bool operator!=(nullptr_t) const TEST_TYPESTATE(unconsumed); in CONSUMABLE()
43 bool operator==(nullptr_t) const TEST_TYPESTATE(consumed); in CONSUMABLE()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dwarn-consumed-parsing.cpp7 #define TEST_TYPESTATE(state) __attribute__ ((test_typestate(state))) macro
26 int var1 TEST_TYPESTATE(consumed); // expected-warning {{'test_typestate' attribute only applies to…
32 void function1() TEST_TYPESTATE(consumed); // expected-warning {{'test_typestate' attribute only ap…
42 bool testUnconsumed() TEST_TYPESTATE(consumed); in CONSUMABLE()
53 …bool testUnconsumed() TEST_TYPESTATE(consumed); // expected-warning {{consumed analysis attribute …
H A Dwarn-consumed-analysis.cpp10 #define TEST_TYPESTATE(state) __attribute__ ((test_typestate(state))) macro
40 bool isValid() const TEST_TYPESTATE(unconsumed); in CONSUMABLE()
41 operator bool() const TEST_TYPESTATE(unconsumed); in CONSUMABLE()
42 bool operator!=(nullptr_t) const TEST_TYPESTATE(unconsumed); in CONSUMABLE()
43 bool operator==(nullptr_t) const TEST_TYPESTATE(consumed); in CONSUMABLE()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dwarn-consumed-parsing.cpp7 #define TEST_TYPESTATE(state) __attribute__ ((test_typestate(state))) macro
26 int var1 TEST_TYPESTATE(consumed); // expected-warning {{'test_typestate' attribute only applies to…
32 void function1() TEST_TYPESTATE(consumed); // expected-warning {{'test_typestate' attribute only ap…
42 bool testUnconsumed() TEST_TYPESTATE(consumed); in CONSUMABLE()
53 …bool testUnconsumed() TEST_TYPESTATE(consumed); // expected-warning {{consumed analysis attribute …
H A Dwarn-consumed-analysis.cpp10 #define TEST_TYPESTATE(state) __attribute__ ((test_typestate(state))) macro
40 bool isValid() const TEST_TYPESTATE(unconsumed); in CONSUMABLE()
41 operator bool() const TEST_TYPESTATE(unconsumed); in CONSUMABLE()
42 bool operator!=(nullptr_t) const TEST_TYPESTATE(unconsumed); in CONSUMABLE()
43 bool operator==(nullptr_t) const TEST_TYPESTATE(consumed); in CONSUMABLE()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Dwarn-consumed-parsing.cpp7 #define TEST_TYPESTATE(state) __attribute__ ((test_typestate(state))) macro
26 int var1 TEST_TYPESTATE(consumed); // expected-warning {{'test_typestate' attribute only applies to…
32 void function1() TEST_TYPESTATE(consumed); // expected-warning {{'test_typestate' attribute only ap…
42 bool testUnconsumed() TEST_TYPESTATE(consumed); in CONSUMABLE()
53 …bool testUnconsumed() TEST_TYPESTATE(consumed); // expected-warning {{consumed analysis attribute …
H A Dwarn-consumed-analysis.cpp10 #define TEST_TYPESTATE(state) __attribute__ ((test_typestate(state))) macro
40 bool isValid() const TEST_TYPESTATE(unconsumed); in CONSUMABLE()
41 operator bool() const TEST_TYPESTATE(unconsumed); in CONSUMABLE()
42 bool operator!=(nullptr_t) const TEST_TYPESTATE(unconsumed); in CONSUMABLE()
43 bool operator==(nullptr_t) const TEST_TYPESTATE(consumed); in CONSUMABLE()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Dwarn-consumed-parsing.cpp7 #define TEST_TYPESTATE(state) __attribute__ ((test_typestate(state))) macro
26 int var1 TEST_TYPESTATE(consumed); // expected-warning {{'test_typestate' attribute only applies to…
32 void function1() TEST_TYPESTATE(consumed); // expected-warning {{'test_typestate' attribute only ap…
42 bool testUnconsumed() TEST_TYPESTATE(consumed); in CONSUMABLE()
53 …bool testUnconsumed() TEST_TYPESTATE(consumed); // expected-warning {{consumed analysis attribute …
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dwarn-consumed-parsing.cpp7 #define TEST_TYPESTATE(state) __attribute__ ((test_typestate(state))) macro
26 int var1 TEST_TYPESTATE(consumed); // expected-warning {{'test_typestate' attribute only applies to…
32 void function1() TEST_TYPESTATE(consumed); // expected-warning {{'test_typestate' attribute only ap…
42 bool testUnconsumed() TEST_TYPESTATE(consumed); in CONSUMABLE()
53 …bool testUnconsumed() TEST_TYPESTATE(consumed); // expected-warning {{consumed analysis attribute …
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dwarn-consumed-parsing.cpp7 #define TEST_TYPESTATE(state) __attribute__ ((test_typestate(state))) macro
26 int var1 TEST_TYPESTATE(consumed); // expected-warning {{'test_typestate' attribute only applies to…
32 void function1() TEST_TYPESTATE(consumed); // expected-warning {{'test_typestate' attribute only ap…
42 bool testUnconsumed() TEST_TYPESTATE(consumed); in CONSUMABLE()
53 …bool testUnconsumed() TEST_TYPESTATE(consumed); // expected-warning {{consumed analysis attribute …
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dwarn-consumed-parsing.cpp7 #define TEST_TYPESTATE(state) __attribute__ ((test_typestate(state))) macro
26 int var1 TEST_TYPESTATE(consumed); // expected-warning {{'test_typestate' attribute only applies to…
32 void function1() TEST_TYPESTATE(consumed); // expected-warning {{'test_typestate' attribute only ap…
42 bool testUnconsumed() TEST_TYPESTATE(consumed); in CONSUMABLE()
53 …bool testUnconsumed() TEST_TYPESTATE(consumed); // expected-warning {{consumed analysis attribute …
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dwarn-consumed-parsing.cpp7 #define TEST_TYPESTATE(state) __attribute__ ((test_typestate(state))) macro
26 int var1 TEST_TYPESTATE(consumed); // expected-warning {{'test_typestate' attribute only applies to…
32 void function1() TEST_TYPESTATE(consumed); // expected-warning {{'test_typestate' attribute only ap…
42 bool testUnconsumed() TEST_TYPESTATE(consumed); in CONSUMABLE()
53 …bool testUnconsumed() TEST_TYPESTATE(consumed); // expected-warning {{consumed analysis attribute …
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dwarn-consumed-parsing.cpp7 #define TEST_TYPESTATE(state) __attribute__ ((test_typestate(state)))
26 int var1 TEST_TYPESTATE(consumed); // expected-warning {{'test_typestate' attribute only applies to…
32 void function1() TEST_TYPESTATE(consumed); // expected-warning {{'test_typestate' attribute only ap…
42 bool testUnconsumed() TEST_TYPESTATE(consumed);
53 …bool testUnconsumed() TEST_TYPESTATE(consumed); // expected-warning {{consumed analysis attribute …
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaCXX/
H A Dwarn-consumed-parsing.cpp7 #define TEST_TYPESTATE(state) __attribute__ ((test_typestate(state))) macro
26 int var1 TEST_TYPESTATE(consumed); // expected-warning {{'test_typestate' attribute only applies to…
32 void function1() TEST_TYPESTATE(consumed); // expected-warning {{'test_typestate' attribute only ap…
42 bool testUnconsumed() TEST_TYPESTATE(consumed); in CONSUMABLE()
53 …bool testUnconsumed() TEST_TYPESTATE(consumed); // expected-warning {{consumed analysis attribute …
H A Dwarn-consumed-analysis.cpp10 #define TEST_TYPESTATE(state) __attribute__ ((test_typestate(state))) macro
40 bool isValid() const TEST_TYPESTATE(unconsumed); in CONSUMABLE()
41 operator bool() const TEST_TYPESTATE(unconsumed); in CONSUMABLE()
42 bool operator!=(nullptr_t) const TEST_TYPESTATE(unconsumed); in CONSUMABLE()
43 bool operator==(nullptr_t) const TEST_TYPESTATE(consumed); in CONSUMABLE()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaCXX/
H A Dwarn-consumed-parsing.cpp7 #define TEST_TYPESTATE(state) __attribute__ ((test_typestate(state))) macro
26 int var1 TEST_TYPESTATE(consumed); // expected-warning {{'test_typestate' attribute only applies to…
32 void function1() TEST_TYPESTATE(consumed); // expected-warning {{'test_typestate' attribute only ap…
42 bool testUnconsumed() TEST_TYPESTATE(consumed); in CONSUMABLE()
53 …bool testUnconsumed() TEST_TYPESTATE(consumed); // expected-warning {{consumed analysis attribute …
H A Dwarn-consumed-analysis.cpp10 #define TEST_TYPESTATE(state) __attribute__ ((test_typestate(state))) macro
40 bool isValid() const TEST_TYPESTATE(unconsumed); in CONSUMABLE()
41 operator bool() const TEST_TYPESTATE(unconsumed); in CONSUMABLE()
42 bool operator!=(nullptr_t) const TEST_TYPESTATE(unconsumed); in CONSUMABLE()
43 bool operator==(nullptr_t) const TEST_TYPESTATE(consumed); in CONSUMABLE()
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Dwarn-consumed-parsing.cpp7 #define TEST_TYPESTATE(state) __attribute__ ((test_typestate(state))) macro
26 int var1 TEST_TYPESTATE(consumed); // expected-warning {{'test_typestate' attribute only applies to…
32 void function1() TEST_TYPESTATE(consumed); // expected-warning {{'test_typestate' attribute only ap…
42 bool testUnconsumed() TEST_TYPESTATE(consumed); in CONSUMABLE()
53 …bool testUnconsumed() TEST_TYPESTATE(consumed); // expected-warning {{consumed analysis attribute …

12