OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getRegion
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h
97
return getDefaultBinding(lcv.getStore(), lcv.
getRegion
());
272
const MemRegion *
getRegion
() { return Binding; }
BasicValueFactory.h
72
const TypedValueRegion *
getRegion
() const { return region; }
SVals.h
492
const TypedValueRegion *
getRegion
() const;
600
const MemRegion *
getRegion
() const {
609
return dyn_cast<REGION>(
getRegion
());
613
return
getRegion
() == R.
getRegion
();
617
return
getRegion
() != R.
getRegion
();
ProgramState.h
229
const VarRegion*
getRegion
(const VarDecl *D, const LocationContext *LC) const;
660
inline const VarRegion* ProgramState::
getRegion
(const VarDecl *D,
SymbolManager.h
51
const TypedValueRegion*
getRegion
() const { return R; }
65
const MemRegion *getOriginRegion() const override { return
getRegion
(); }
144
const TypedValueRegion *
getRegion
() const { return R; }
151
const MemRegion *getOriginRegion() const override { return
getRegion
(); }
182
const SubRegion *
getRegion
() const { return R; }
229
const MemRegion *
getRegion
() const { return R; }
MemRegion.h
77
const MemRegion *
getRegion
() const { return R; }
1134
const MemRegion *
getRegion
() const { return Region; }
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
UninitializedObject.h
117
const FieldRegion *
getRegion
() const { return FR; }
189
const FieldRegion *getUninitRegion() const { return getHead().
getRegion
(); }
338
assert(!contains(FN.
getRegion
()) &&
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SVals.cpp
52
const MemRegion *R = RV->
getRegion
();
65
const MemRegion* R = X->
getRegion
();
103
const MemRegion *R = X->
getRegion
();
131
return X->
getRegion
();
140
const MemRegion *R =
getRegion
();
148
const TypedValueRegion *nonloc::LazyCompoundVal::
getRegion
() const {
149
return static_cast<const LazyCompoundValData*>(Data)->
getRegion
();
327
<< ',' << C.
getRegion
()
366
os << '&' << castAs<loc::MemRegionVal>().
getRegion
()->getString();
RegionStore.cpp
74
const MemRegion *
getRegion
() const { return P.getPointer(); }
88
return
getRegion
()->getBaseRegion();
118
return BindingKey(cast<SubRegion>(R), cast<SubRegion>(RO.
getRegion
()), k);
120
return BindingKey(RO.
getRegion
(), RO.getOffset(), k);
650
if (const SubRegion *R = dyn_cast<SubRegion>(K.
getRegion
())) {
817
const MemRegion *R = K.
getRegion
();
885
if (NextKey.
getRegion
() == TopKey.
getRegion
()) {
1398
cast<SubRegion>(Array.castAs<loc::MemRegionVal>().
getRegion
());
1424
const MemRegion *MR = L.castAs<loc::MemRegionVal>().
getRegion
();
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ArrayBoundCheckerV2.cpp
60
const SubRegion *
getRegion
() const { return baseRegion; }
135
if (!rawOffset.
getRegion
())
144
SVal extentBegin = computeExtentBegin(svalBuilder, rawOffset.
getRegion
());
181
const MemRegion *MR = rawOffset.
getRegion
();
270
os << "raw_offset_v2{" <<
getRegion
() << ',' << getByteOffset() << '}';
/src/external/apache2/llvm/dist/clang/tools/libclang/
Indexing.cpp
177
PPRegion region =
getRegion
(Loc, FID, FE);
202
PPRegion
getRegion
(SourceLocation Loc, FileID FID, const FileEntry *FE) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CoverageMappingGen.cpp
680
SourceMappingRegion &
getRegion
() {
694
Counter ExitCount =
getRegion
().getCounter();
773
if (
getRegion
().hasEndLoc() &&
776
MostRecentLocation,
getRegion
().isBranch()))
854
SourceMappingRegion &Region =
getRegion
();
865
SourceMappingRegion &Region =
getRegion
();
928
getRegion
().setGap(true);
1050
BreakContinueStack.back().BreakCount,
getRegion
().getCounter());
1059
BreakContinueStack.back().ContinueCount,
getRegion
().getCounter());
1076
Counter ParentCount =
getRegion
().getCounter()
[
all
...]
Completed in 36 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026