OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LazyCompoundVal
(Results
1 - 8
of
8
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
SVals.cpp
150
const void *nonloc::
LazyCompoundVal
::getStore() const {
154
const TypedValueRegion *nonloc::
LazyCompoundVal
::getRegion() const {
296
const nonloc::
LazyCompoundVal
&C = castAs<nonloc::
LazyCompoundVal
>();
297
os << "
lazyCompoundVal
{" << const_cast<void *>(C.getStore())
RegionStore.cpp
342
///
LazyCompoundVal
on bind.
436
/// within a
LazyCompoundVal
to bind memberwise to the struct region, rather
445
nonloc::
LazyCompoundVal
LCV);
552
const SValListTy &getInterestingValues(nonloc::
LazyCompoundVal
LCV);
857
// struct whose first field is bound to a
LazyCompoundVal
.
[
all
...]
ProgramState.cpp
572
if (Optional<nonloc::
LazyCompoundVal
> X =
573
val.getAs<nonloc::
LazyCompoundVal
>()) {
ExprEngineC.cpp
475
assert(InitVal.getAs<nonloc::
LazyCompoundVal
>());
[
all
...]
BugReporterVisitors.cpp
274
if (V.getAs<nonloc::
LazyCompoundVal
>() ||
[
all
...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h
436
class
LazyCompoundVal
: public NonLoc {
439
explicit
LazyCompoundVal
(const LazyCompoundValData *D)
450
LazyCompoundVal
() {}
SValBuilder.h
217
return nonloc::
LazyCompoundVal
(
/external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp
138
if (Optional<nonloc::
LazyCompoundVal
> LV =
139
V.getAs<nonloc::
LazyCompoundVal
>()) {
Completed in 68 milliseconds