Home
last modified time | relevance | path

Searched refs:NotCalled (Results 1 – 25 of 78) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/services/device_sync/
H A Dcryptauth_client_impl_unittest.cc130 void NotCalled(T type) { in NotCalled() function
254 base::BindOnce(&NotCalled<NetworkRequestError>), in TEST_F()
319 base::BindOnce(&NotCalled<NetworkRequestError>)); in TEST_F()
386 base::BindOnce(&NotCalled<NetworkRequestError>)); in TEST_F()
409 base::BindOnce(&NotCalled<NetworkRequestError>), in TEST_F()
436 base::BindOnce(&NotCalled<NetworkRequestError>)); in TEST_F()
470 base::BindOnce(&NotCalled<NetworkRequestError>)); in TEST_F()
518 base::BindOnce(&NotCalled<NetworkRequestError>)); in TEST_F()
552 base::BindOnce(&NotCalled<NetworkRequestError>)); in TEST_F()
584 base::BindOnce(&NotCalled<NetworkRequestError>)); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/
H A Dcheck_unittest.cc153 auto NotCalled = [&]() { in TEST_F() local
158 CHECK(Called()) << NotCalled(); in TEST_F()
159 CHECK_EQ(Called(), Called()) << NotCalled(); in TEST_F()
160 PCHECK(Called()) << NotCalled(); in TEST_F()
162 DCHECK(Called()) << NotCalled(); in TEST_F()
163 DCHECK_EQ(Called(), Called()) << NotCalled(); in TEST_F()
164 DPCHECK(Called()) << NotCalled(); in TEST_F()
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/utils/tests/
H A Dtest_sql.py16 NotCalled = object() variable in TestSQLDecorator.MockWidget
23 self.called_with = self.NotCalled
32 self.called_with = self.NotCalled
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/tools/examples/
H A Dxref_examples.erl23 {ok, NotCalled} = xref:analyze(Server, locals_not_used),
34 NotCalled),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/tools/examples/
H A Dxref_examples.erl23 {ok, NotCalled} = xref:analyze(Server, locals_not_used),
34 NotCalled),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/tools/examples/
H A Dxref_examples.erl23 {ok, NotCalled} = xref:analyze(Server, locals_not_used),
34 NotCalled),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/tools/examples/
H A Dxref_examples.erl23 {ok, NotCalled} = xref:analyze(Server, locals_not_used),
34 NotCalled),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/tools/examples/
H A Dxref_examples.erl23 {ok, NotCalled} = xref:analyze(Server, locals_not_used),
34 NotCalled),
/dports/lang/erlang/otp-OTP-24.1.7/lib/tools/examples/
H A Dxref_examples.erl23 {ok, NotCalled} = xref:analyze(Server, locals_not_used),
34 NotCalled),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/tools/examples/
H A Dxref_examples.erl23 {ok, NotCalled} = xref:analyze(Server, locals_not_used),
34 NotCalled),
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/nearby_sharing/client/
H A Dnearby_share_client_impl_unittest.cc151 void NotCalled(T type) { in NotCalled() function
342 base::BindOnce(&NotCalled<NearbyShareHttpError>)); in TEST_F()
426 base::BindOnce(&NotCalled<NearbyShareHttpError>)); in TEST_F()
485 base::BindOnce(&NotCalled<NearbyShareHttpError>)); in TEST_F()
601 base::BindOnce(&NotCalled<NearbyShareHttpError>)); in TEST_F()
642 base::BindOnce(&NotCalled<NearbyShareHttpError>)); in TEST_F()
680 base::BindOnce(&NotCalled<NearbyShareHttpError>)); in TEST_F()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Analysis/
H A DCalledOnceCheck.cpp139 NotCalled = 0x5, /* 0101 */ enumerator
675 assignState(Exit, State(size(), ParameterStatus::NotCalled)); in check()
736 case ParameterStatus::NotCalled: in checkEntry()
849 } else if (CurrentParamStatus.getKind() == ParameterStatus::NotCalled) { in checkIndirectCall()
892 if (getState(Succ).getKindFor(Index) == ParameterStatus::NotCalled) { in findAndReportNotCalledBranches()
1301 ParameterStatus::NotCalled, ParameterStatus::Escaped); in isLosingEscape()
1341 if (CurrentParamStatus.getKind() == ParameterStatus::NotCalled) { in checkEscapee()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Analysis/
H A DCalledOnceCheck.cpp139 NotCalled = 0x5, /* 0101 */ enumerator
675 assignState(Exit, State(size(), ParameterStatus::NotCalled)); in check()
736 case ParameterStatus::NotCalled: in checkEntry()
849 } else if (CurrentParamStatus.getKind() == ParameterStatus::NotCalled) { in checkIndirectCall()
892 if (getState(Succ).getKindFor(Index) == ParameterStatus::NotCalled) { in findAndReportNotCalledBranches()
1301 ParameterStatus::NotCalled, ParameterStatus::Escaped); in isLosingEscape()
1341 if (CurrentParamStatus.getKind() == ParameterStatus::NotCalled) { in checkEscapee()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CodeGen/
H A Dattr-cpuspecific.c15 void NotCalled(void){} in NotCalled() function
/dports/devel/py-jedi/jedi-0.18.0/test/static_analysis/
H A Dattribute_error.py80 class NotCalled(): class
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGen/
H A Dattr-cpuspecific.c38 void NotCalled(void){} in ATTR()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGen/
H A Dattr-cpuspecific.c38 void NotCalled(void){} in ATTR()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Dattr-cpuspecific.c38 void NotCalled(void){} in ATTR()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Dattr-cpuspecific.c38 void NotCalled(void){} in ATTR()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGen/
H A Dattr-cpuspecific.c38 void NotCalled(void){} in ATTR()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGen/
H A Dattr-cpuspecific.c22 void NotCalled(void){} in ATTR()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGen/
H A Dattr-cpuspecific.c38 void NotCalled(void){} in ATTR()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGen/
H A Dattr-cpuspecific.c38 void NotCalled(void){} in ATTR()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/
H A Dattr-cpuspecific.c38 void NotCalled(void){} in ATTR()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Dattr-cpuspecific.c38 void NotCalled(void){} in ATTR()

1234