Home
last modified time | relevance | path

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

/src/contrib/kyua/utils/ !
H A Dauto_array.ipp68 /// \param ptr The pointer to copy from. This pointer is invalidated and the
152 /// \param ptr The object to copy from. This is invalidated after the copy.
214 /// functions. The auto_array is invalidated when used.
/src/crypto/openssl/crypto/property/ !
H A DREADME.md54 must be invalidated. The cache will also be invalidated when the global
/src/crypto/openssl/doc/man3/ !
H A DSSL_get_peer_cert_chain.pod41 is not incremented and the returned stack may be invalidated by renegotiation.
H A DRSA_set_method.pod153 because if it was supplied by an ENGINE, the pointer could be invalidated
/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ !
H A DChecker.h335 const InvalidatedSymbols *invalidated, in _checkRegionChanges() argument
340 return ((const CHECKER *) checker)->checkRegionChanges(state, invalidated, in _checkRegionChanges()
H A DCheckerManager.h404 const InvalidatedSymbols *invalidated,
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ !
H A DRetainCountChecker.h319 const InvalidatedSymbols *invalidated,
H A DRetainCountChecker.cpp1184 ProgramStateRef state, const InvalidatedSymbols *invalidated, in checkRegionChanges() argument
1188 if (!invalidated) in checkRegionChanges()
1197 for (SymbolRef sym : *invalidated) { in checkRegionChanges()
/src/crypto/openssl/doc/internal/man3/ !
H A DDEFINE_PRIORITY_QUEUE_OF.pod86 argument. The index I<elem> is invalidated by this function. It is undefined
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ !
H A DCheckerManager.cpp598 const InvalidatedSymbols *invalidated, in runCheckersForRegionChanges() argument
608 state = RegionChangesChecker(state, invalidated, ExplicitRegions, Regions, in runCheckersForRegionChanges()
H A DExprEngine.cpp674 const InvalidatedSymbols *invalidated, in processRegionChanges() argument
679 return getCheckerManager().runCheckersForRegionChanges(state, invalidated, in processRegionChanges()
/src/sys/dev/cxgbe/tom/ !
H A Dt4_ddp.c868 bool invalidated; in handle_ddp_data_rcvbuf() local
872 invalidated = (report & F_DDP_INV) != 0; in handle_ddp_data_rcvbuf()
891 if (invalidated) in handle_ddp_data_rcvbuf()
947 if (invalidated) in handle_ddp_data_rcvbuf()
/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ !
H A DExprEngine.h392 const InvalidatedSymbols *invalidated,
/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ !
H A DCheckers.td808 HelpText<"Check for use of invalidated iterators">,
1018 HelpText<"Finds usages of possibly invalidated pointers">,
1277 HelpText<"Check that the invalidatable instance variables are invalidated in "
/src/sys/dev/bhnd/ !
H A Dbhnd_bus_if.m632 * invalidated.
655 * invalidated.
/src/contrib/llvm-project/libcxx/include/ !
H A Dstring2772 // range could get invalidated by reallocation: