Home
last modified time | relevance | path

Searched refs:isFooable (Results 1 – 16 of 16) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Ddiagnose_if.cpp303 constexpr bool isFooable() const { return i; } in isFooable() function
305 …void go() const _diagnose_if(isFooable(), "oh no", "error") {} // expected-note{{from 'diagnose_if… in go()
306 …operator int() const _diagnose_if(isFooable(), "oh no", "error") { return 1; } // expected-note{{f… in operator int()
308 …void go2() const _diagnose_if(isFooable(), "oh no", "error") // expected-note{{from 'diagnose_if'}} in go2()
310 void go2() const _diagnose_if(isFooable(), "oh no", "error") {} in go2()
312 constexpr int go3() const _diagnose_if(isFooable(), "oh no", "error") in go3()
317 constexpr int go4() const _diagnose_if(isFooable(), "oh no", "error") { in go4()
320 constexpr int go4() const _diagnose_if(isFooable(), "oh no", "error") in go4()
331 void go(const Foo &f) _diagnose_if(f.isFooable(), "oh no", "error") {} // expected-note{{from 'diag… in go()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Ddiagnose_if.cpp303 constexpr bool isFooable() const { return i; } in isFooable() function
305 …void go() const _diagnose_if(isFooable(), "oh no", "error") {} // expected-note{{from 'diagnose_if… in go()
306 …operator int() const _diagnose_if(isFooable(), "oh no", "error") { return 1; } // expected-note{{f… in operator int()
308 …void go2() const _diagnose_if(isFooable(), "oh no", "error") // expected-note{{from 'diagnose_if'}} in go2()
310 void go2() const _diagnose_if(isFooable(), "oh no", "error") {} in go2()
312 constexpr int go3() const _diagnose_if(isFooable(), "oh no", "error") in go3()
317 constexpr int go4() const _diagnose_if(isFooable(), "oh no", "error") { in go4()
320 constexpr int go4() const _diagnose_if(isFooable(), "oh no", "error") in go4()
331 void go(const Foo &f) _diagnose_if(f.isFooable(), "oh no", "error") {} // expected-note{{from 'diag… in go()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Ddiagnose_if.cpp303 constexpr bool isFooable() const { return i; } in isFooable() function
305 …void go() const _diagnose_if(isFooable(), "oh no", "error") {} // expected-note{{from 'diagnose_if… in go()
306 …operator int() const _diagnose_if(isFooable(), "oh no", "error") { return 1; } // expected-note{{f… in operator int()
308 …void go2() const _diagnose_if(isFooable(), "oh no", "error") // expected-note{{from 'diagnose_if'}} in go2()
310 void go2() const _diagnose_if(isFooable(), "oh no", "error") {} in go2()
312 constexpr int go3() const _diagnose_if(isFooable(), "oh no", "error") in go3()
317 constexpr int go4() const _diagnose_if(isFooable(), "oh no", "error") { in go4()
320 constexpr int go4() const _diagnose_if(isFooable(), "oh no", "error") in go4()
331 void go(const Foo &f) _diagnose_if(f.isFooable(), "oh no", "error") {} // expected-note{{from 'diag… in go()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Ddiagnose_if.cpp303 constexpr bool isFooable() const { return i; } in isFooable() function
305 …void go() const _diagnose_if(isFooable(), "oh no", "error") {} // expected-note{{from 'diagnose_if… in go()
306 …operator int() const _diagnose_if(isFooable(), "oh no", "error") { return 1; } // expected-note{{f… in operator int()
308 …void go2() const _diagnose_if(isFooable(), "oh no", "error") // expected-note{{from 'diagnose_if'}} in go2()
310 void go2() const _diagnose_if(isFooable(), "oh no", "error") {} in go2()
312 constexpr int go3() const _diagnose_if(isFooable(), "oh no", "error") in go3()
317 constexpr int go4() const _diagnose_if(isFooable(), "oh no", "error") { in go4()
320 constexpr int go4() const _diagnose_if(isFooable(), "oh no", "error") in go4()
331 void go(const Foo &f) _diagnose_if(f.isFooable(), "oh no", "error") {} // expected-note{{from 'diag… in go()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Ddiagnose_if.cpp303 constexpr bool isFooable() const { return i; } in isFooable() function
305 …void go() const _diagnose_if(isFooable(), "oh no", "error") {} // expected-note{{from 'diagnose_if… in go()
306 …operator int() const _diagnose_if(isFooable(), "oh no", "error") { return 1; } // expected-note{{f… in operator int()
308 …void go2() const _diagnose_if(isFooable(), "oh no", "error") // expected-note{{from 'diagnose_if'}} in go2()
310 void go2() const _diagnose_if(isFooable(), "oh no", "error") {} in go2()
312 constexpr int go3() const _diagnose_if(isFooable(), "oh no", "error") in go3()
317 constexpr int go4() const _diagnose_if(isFooable(), "oh no", "error") { in go4()
320 constexpr int go4() const _diagnose_if(isFooable(), "oh no", "error") in go4()
331 void go(const Foo &f) _diagnose_if(f.isFooable(), "oh no", "error") {} // expected-note{{from 'diag… in go()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Ddiagnose_if.cpp303 constexpr bool isFooable() const { return i; } in isFooable() function
305 …void go() const _diagnose_if(isFooable(), "oh no", "error") {} // expected-note{{from 'diagnose_if… in go()
306 …operator int() const _diagnose_if(isFooable(), "oh no", "error") { return 1; } // expected-note{{f… in operator int()
308 …void go2() const _diagnose_if(isFooable(), "oh no", "error") // expected-note{{from 'diagnose_if'}} in go2()
310 void go2() const _diagnose_if(isFooable(), "oh no", "error") {} in go2()
312 constexpr int go3() const _diagnose_if(isFooable(), "oh no", "error") in go3()
317 constexpr int go4() const _diagnose_if(isFooable(), "oh no", "error") { in go4()
320 constexpr int go4() const _diagnose_if(isFooable(), "oh no", "error") in go4()
331 void go(const Foo &f) _diagnose_if(f.isFooable(), "oh no", "error") {} // expected-note{{from 'diag… in go()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Ddiagnose_if.cpp303 constexpr bool isFooable() const { return i; } in isFooable() function
305 …void go() const _diagnose_if(isFooable(), "oh no", "error") {} // expected-note{{from 'diagnose_if… in go()
306 …operator int() const _diagnose_if(isFooable(), "oh no", "error") { return 1; } // expected-note{{f… in operator int()
308 …void go2() const _diagnose_if(isFooable(), "oh no", "error") // expected-note{{from 'diagnose_if'}} in go2()
310 void go2() const _diagnose_if(isFooable(), "oh no", "error") {} in go2()
312 constexpr int go3() const _diagnose_if(isFooable(), "oh no", "error") in go3()
317 constexpr int go4() const _diagnose_if(isFooable(), "oh no", "error") { in go4()
320 constexpr int go4() const _diagnose_if(isFooable(), "oh no", "error") in go4()
331 void go(const Foo &f) _diagnose_if(f.isFooable(), "oh no", "error") {} // expected-note{{from 'diag… in go()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Ddiagnose_if.cpp303 constexpr bool isFooable() const { return i; } in isFooable() function
305 …void go() const _diagnose_if(isFooable(), "oh no", "error") {} // expected-note{{from 'diagnose_if… in go()
306 …operator int() const _diagnose_if(isFooable(), "oh no", "error") { return 1; } // expected-note{{f… in operator int()
308 …void go2() const _diagnose_if(isFooable(), "oh no", "error") // expected-note{{from 'diagnose_if'}} in go2()
310 void go2() const _diagnose_if(isFooable(), "oh no", "error") {} in go2()
312 constexpr int go3() const _diagnose_if(isFooable(), "oh no", "error") in go3()
317 constexpr int go4() const _diagnose_if(isFooable(), "oh no", "error") { in go4()
320 constexpr int go4() const _diagnose_if(isFooable(), "oh no", "error") in go4()
331 void go(const Foo &f) _diagnose_if(f.isFooable(), "oh no", "error") {} // expected-note{{from 'diag… in go()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Ddiagnose_if.cpp303 constexpr bool isFooable() const { return i; } in isFooable() function
305 …void go() const _diagnose_if(isFooable(), "oh no", "error") {} // expected-note{{from 'diagnose_if… in go()
306 …operator int() const _diagnose_if(isFooable(), "oh no", "error") { return 1; } // expected-note{{f… in operator int()
308 …void go2() const _diagnose_if(isFooable(), "oh no", "error") // expected-note{{from 'diagnose_if'}} in go2()
310 void go2() const _diagnose_if(isFooable(), "oh no", "error") {} in go2()
312 constexpr int go3() const _diagnose_if(isFooable(), "oh no", "error") in go3()
317 constexpr int go4() const _diagnose_if(isFooable(), "oh no", "error") { in go4()
320 constexpr int go4() const _diagnose_if(isFooable(), "oh no", "error") in go4()
331 void go(const Foo &f) _diagnose_if(f.isFooable(), "oh no", "error") {} // expected-note{{from 'diag… in go()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Ddiagnose_if.cpp303 constexpr bool isFooable() const { return i; } in isFooable() function
305 …void go() const _diagnose_if(isFooable(), "oh no", "error") {} // expected-note{{from 'diagnose_if… in go()
306 …operator int() const _diagnose_if(isFooable(), "oh no", "error") { return 1; } // expected-note{{f… in operator int()
308 …void go2() const _diagnose_if(isFooable(), "oh no", "error") // expected-note{{from 'diagnose_if'}} in go2()
310 void go2() const _diagnose_if(isFooable(), "oh no", "error") {} in go2()
312 constexpr int go3() const _diagnose_if(isFooable(), "oh no", "error") in go3()
317 constexpr int go4() const _diagnose_if(isFooable(), "oh no", "error") { in go4()
320 constexpr int go4() const _diagnose_if(isFooable(), "oh no", "error") in go4()
331 void go(const Foo &f) _diagnose_if(f.isFooable(), "oh no", "error") {} // expected-note{{from 'diag… in go()
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Ddiagnose_if.cpp303 constexpr bool isFooable() const { return i; } in isFooable() function
305 …void go() const _diagnose_if(isFooable(), "oh no", "error") {} // expected-note{{from 'diagnose_if… in go()
306 …operator int() const _diagnose_if(isFooable(), "oh no", "error") { return 1; } // expected-note{{f… in operator int()
308 …void go2() const _diagnose_if(isFooable(), "oh no", "error") // expected-note{{from 'diagnose_if'}} in go2()
310 void go2() const _diagnose_if(isFooable(), "oh no", "error") {} in go2()
312 constexpr int go3() const _diagnose_if(isFooable(), "oh no", "error") in go3()
317 constexpr int go4() const _diagnose_if(isFooable(), "oh no", "error") { in go4()
320 constexpr int go4() const _diagnose_if(isFooable(), "oh no", "error") in go4()
331 void go(const Foo &f) _diagnose_if(f.isFooable(), "oh no", "error") {} // expected-note{{from 'diag… in go()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Ddiagnose_if.cpp303 constexpr bool isFooable() const { return i; } in isFooable() function
305 …void go() const _diagnose_if(isFooable(), "oh no", "error") {} // expected-note{{from 'diagnose_if… in go()
306 …operator int() const _diagnose_if(isFooable(), "oh no", "error") { return 1; } // expected-note{{f… in operator int()
308 …void go2() const _diagnose_if(isFooable(), "oh no", "error") // expected-note{{from 'diagnose_if'}} in go2()
310 void go2() const _diagnose_if(isFooable(), "oh no", "error") {} in go2()
312 constexpr int go3() const _diagnose_if(isFooable(), "oh no", "error") in go3()
317 constexpr int go4() const _diagnose_if(isFooable(), "oh no", "error") { in go4()
320 constexpr int go4() const _diagnose_if(isFooable(), "oh no", "error") in go4()
331 void go(const Foo &f) _diagnose_if(f.isFooable(), "oh no", "error") {} // expected-note{{from 'diag… in go()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Ddiagnose_if.cpp303 constexpr bool isFooable() const { return i; } in isFooable() function
305 …void go() const _diagnose_if(isFooable(), "oh no", "error") {} // expected-note{{from 'diagnose_if… in go()
306 …operator int() const _diagnose_if(isFooable(), "oh no", "error") { return 1; } // expected-note{{f… in operator int()
308 …void go2() const _diagnose_if(isFooable(), "oh no", "error") // expected-note{{from 'diagnose_if'}} in go2()
310 void go2() const _diagnose_if(isFooable(), "oh no", "error") {} in go2()
312 constexpr int go3() const _diagnose_if(isFooable(), "oh no", "error") in go3()
317 constexpr int go4() const _diagnose_if(isFooable(), "oh no", "error") { in go4()
320 constexpr int go4() const _diagnose_if(isFooable(), "oh no", "error") in go4()
331 void go(const Foo &f) _diagnose_if(f.isFooable(), "oh no", "error") {} // expected-note{{from 'diag… in go()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Ddiagnose_if.cpp303 constexpr bool isFooable() const { return i; } in isFooable() function
305 …void go() const _diagnose_if(isFooable(), "oh no", "error") {} // expected-note{{from 'diagnose_if… in go()
306 …operator int() const _diagnose_if(isFooable(), "oh no", "error") { return 1; } // expected-note{{f… in operator int()
308 …void go2() const _diagnose_if(isFooable(), "oh no", "error") // expected-note{{from 'diagnose_if'}} in go2()
310 void go2() const _diagnose_if(isFooable(), "oh no", "error") {} in go2()
312 constexpr int go3() const _diagnose_if(isFooable(), "oh no", "error") in go3()
317 constexpr int go4() const _diagnose_if(isFooable(), "oh no", "error") { in go4()
320 constexpr int go4() const _diagnose_if(isFooable(), "oh no", "error") in go4()
331 void go(const Foo &f) _diagnose_if(f.isFooable(), "oh no", "error") {} // expected-note{{from 'diag… in go()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaCXX/
H A Ddiagnose_if.cpp303 constexpr bool isFooable() const { return i; } in isFooable() function
305 …void go() const _diagnose_if(isFooable(), "oh no", "error") {} // expected-note{{from 'diagnose_if… in go()
306 …operator int() const _diagnose_if(isFooable(), "oh no", "error") { return 1; } // expected-note{{f… in operator int()
308 …void go2() const _diagnose_if(isFooable(), "oh no", "error") // expected-note{{from 'diagnose_if'}} in go2()
310 void go2() const _diagnose_if(isFooable(), "oh no", "error") {} in go2()
312 constexpr int go3() const _diagnose_if(isFooable(), "oh no", "error") in go3()
317 constexpr int go4() const _diagnose_if(isFooable(), "oh no", "error") { in go4()
320 constexpr int go4() const _diagnose_if(isFooable(), "oh no", "error") in go4()
331 void go(const Foo &f) _diagnose_if(f.isFooable(), "oh no", "error") {} // expected-note{{from 'diag… in go()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaCXX/
H A Ddiagnose_if.cpp303 constexpr bool isFooable() const { return i; } in isFooable() function
305 …void go() const _diagnose_if(isFooable(), "oh no", "error") {} // expected-note{{from 'diagnose_if… in go()
306 …operator int() const _diagnose_if(isFooable(), "oh no", "error") { return 1; } // expected-note{{f… in operator int()
308 …void go2() const _diagnose_if(isFooable(), "oh no", "error") // expected-note{{from 'diagnose_if'}} in go2()
310 void go2() const _diagnose_if(isFooable(), "oh no", "error") {} in go2()
312 constexpr int go3() const _diagnose_if(isFooable(), "oh no", "error") in go3()
317 constexpr int go4() const _diagnose_if(isFooable(), "oh no", "error") { in go4()
320 constexpr int go4() const _diagnose_if(isFooable(), "oh no", "error") in go4()
331 void go(const Foo &f) _diagnose_if(f.isFooable(), "oh no", "error") {} // expected-note{{from 'diag… in go()