OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nonloc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h
9
// This file defines SVal, Loc, and
NonLoc
, classes that represent
52
namespace
nonloc
{
namespace in namespace:clang::ento
54
/// Sub-kinds for
NonLoc
values.
60
} // namespace
nonloc
292
class
NonLoc
: public DefinedSVal {
294
NonLoc
() = default;
295
explicit
NonLoc
(unsigned SubKind, const void *d)
337
// Subclasses of
NonLoc
.
340
namespace
nonloc
{
namespace in namespace:clang::ento
343
class SymbolVal : public
NonLoc
{
[
all
...]
SVals.h
9
// This file defines SVal, Loc, and
NonLoc
, classes that represent
52
namespace
nonloc
{
namespace in namespace:clang::ento
54
/// Sub-kinds for
NonLoc
values.
60
} // namespace
nonloc
292
class
NonLoc
: public DefinedSVal {
294
NonLoc
() = default;
295
explicit
NonLoc
(unsigned SubKind, const void *d)
337
// Subclasses of
NonLoc
.
340
namespace
nonloc
{
namespace in namespace:clang::ento
343
class SymbolVal : public
NonLoc
{
[
all
...]
Completed in 105 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026