OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isLocType
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h
291
static inline bool
isLocType
(QualType T) {
/external/clang/lib/StaticAnalyzer/Core/
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
...]
Completed in 2158 milliseconds