OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isLocType
(Results
1 - 14
of
14
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp
33
if (Loc::
isLocType
(type))
50
assert(!Loc::
isLocType
(type));
58
assert(!Loc::
isLocType
(type));
65
assert(!Loc::
isLocType
(type));
72
assert(!Loc::
isLocType
(toTy));
103
if (Loc::
isLocType
(T))
134
if (Loc::
isLocType
(type))
150
if (Loc::
isLocType
(type))
161
assert(Loc::
isLocType
(T));
177
if (Loc::
isLocType
(type)
[
all
...]
ConstraintManager.cpp
31
DefinedSVal V = Loc::
isLocType
(Ty) ? getLocFromSymbol(State, Sym)
SimpleConstraintManager.cpp
55
if (Loc::
isLocType
(SSE->getLHS()->getType())) {
56
assert(Loc::
isLocType
(SSE->getRHS()->getType()));
194
assert(Loc::
isLocType
(SSE->getLHS()->getType()));
195
assert(Loc::
isLocType
(SSE->getRHS()->getType()));
SimpleSValBuilder.cpp
70
bool
isLocType
= Loc::
isLocType
(castTy);
73
if (
isLocType
)
95
if (!
isLocType
)
112
if (!
isLocType
&& !castTy->isIntegralOrEnumerationType())
118
if (
isLocType
)
132
if (Loc::
isLocType
(castTy) || castTy->isReferenceType())
[
all
...]
ExprEngineObjC.cpp
114
assert(Loc::
isLocType
(T));
SymbolManager.cpp
340
if (Loc::
isLocType
(T))
ExprEngineC.cpp
[
all
...]
ProgramState.cpp
265
if (Loc::
isLocType
(T) || T->isIntegralOrEnumerationType())
ExprEngine.cpp
185
assert(!V.getAs<Loc>() || Loc::
isLocType
(Result->getType()) ||
198
if (!Loc::
isLocType
(Result->getType())) {
[
all
...]
RegionStore.cpp
[
all
...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h
96
assert(T->isIntegralOrEnumerationType() || Loc::
isLocType
(T));
SValBuilder.h
256
if (Loc::
isLocType
(type))
SVals.h
291
static inline bool
isLocType
(QualType T) {
ProgramState.h
706
if (Ex->isGLValue() || Loc::
isLocType
(T) ||
Completed in 606 milliseconds