OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSubKind
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h
119
unsigned
getSubKind
() const { return Kind >> BaseBits; }
364
V.
getSubKind
() == SymbolValKind;
368
return V.
getSubKind
() == SymbolValKind;
396
V.
getSubKind
() == ConcreteIntKind;
400
return V.
getSubKind
() == ConcreteIntKind;
412
(data.first.
getSubKind
() == loc::MemRegionValKind ||
413
data.first.
getSubKind
() == loc::GotoLabelKind));
443
V.
getSubKind
() == LocAsIntegerKind;
447
return V.
getSubKind
() == LocAsIntegerKind;
472
return V.getBaseKind() == NonLocKind && V.
getSubKind
() == CompoundValKind
[
all
...]
SValVisitor.h
40
switch (V.
getSubKind
()) {
47
switch (V.
getSubKind
()) {
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp
65
switch (Cond.
getSubKind
()) {
109
switch (Value.
getSubKind
()) {
SVals.cpp
292
switch (
getSubKind
()) {
358
switch (
getSubKind
()) {
SimpleSValBuilder.cpp
64
switch (val.
getSubKind
()) {
73
switch (X.
getSubKind
()) {
404
switch (lhs.
getSubKind
()) {
408
assert(rhs.
getSubKind
() == nonloc::PointerToMemberKind &&
424
switch (rhs.
getSubKind
()) {
728
switch (lhs.
getSubKind
()) {
Store.cpp
404
switch (BaseL.
getSubKind
()) {
SValBuilder.cpp
606
switch (V.
getSubKind
()) {
619
switch (V.
getSubKind
()) {
Completed in 22 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026