Home
last modified time | relevance | path

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

/freebsd/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.
/freebsd/crypto/openssl/crypto/property/
H A DREADME.md54 must be invalidated. The cache will also be invalidated when the global
/freebsd/crypto/openssl/doc/man3/
H A DSSL_get_peer_cert_chain.pod41 is not incremented and the returned stack may be invalidated by renegotiation.
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h351 const InvalidatedSymbols *invalidated, in _checkRegionChanges() argument
356 return ((const CHECKER *) checker)->checkRegionChanges(state, invalidated, in _checkRegionChanges()
H A DCheckerManager.h412 const InvalidatedSymbols *invalidated,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h319 const InvalidatedSymbols *invalidated,
H A DRetainCountChecker.cpp1177 ProgramStateRef state, const InvalidatedSymbols *invalidated, in checkRegionChanges() argument
1181 if (!invalidated) in checkRegionChanges()
1190 for (SymbolRef sym : *invalidated) { in checkRegionChanges()
/freebsd/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
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp668 const InvalidatedSymbols *invalidated, in runCheckersForRegionChanges() argument
678 state = RegionChangesChecker(state, invalidated, ExplicitRegions, Regions, in runCheckersForRegionChanges()
H A DExprEngine.cpp675 const InvalidatedSymbols *invalidated, in processRegionChanges() argument
680 return getCheckerManager().runCheckersForRegionChanges(state, invalidated, in processRegionChanges()
/freebsd/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()
945 if (invalidated) in handle_ddp_data_rcvbuf()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h400 const InvalidatedSymbols *invalidated,
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td788 HelpText<"Check for use of invalidated iterators">,
1018 HelpText<"Finds usages of possibly invalidated pointers">,
1225 HelpText<"Check that the invalidatable instance variables are invalidated in "
/freebsd/sys/dev/bhnd/
H A Dbhnd_bus_if.m632 * invalidated.
655 * invalidated.
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dstring2201 // range could get invalidated by reallocation:
/freebsd/contrib/llvm-project/libcxx/include/
H A Dstring2970 // range could get invalidated by reallocation: