OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StringRegion
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/StaticAnalyzer/Checkers/
ChrootChecker.cpp
112
if (const
StringRegion
* StrRegion= dyn_cast<
StringRegion
>(R)) {
CStringChecker.cpp
747
const StringLiteral *strLit = cast<
StringRegion
>(MR)->getStringLiteral();
811
const
StringRegion
*strRegion= dyn_cast<
StringRegion
>(bufRegion);
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp
224
DefinedOrUnknownSVal
StringRegion
::getExtent(SValBuilder &svalBuilder) const {
262
void
StringRegion
::ProfileRegion(llvm::FoldingSetNodeID& ID,
510
void
StringRegion
::dumpToStream(raw_ostream &os) const {
725
const
StringRegion
* MemRegionManager::getStringRegion(const StringLiteral* Str){
726
return getSubRegion<
StringRegion
>(Str, getGlobalsRegion());
[
all
...]
RegionStore.cpp
[
all
...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h
740
///
StringRegion
- Region associated with a StringLiteral.
741
class
StringRegion
: public TypedValueRegion {
746
StringRegion
(const StringLiteral* str, const MemRegion* sreg)
[
all
...]
Completed in 505 milliseconds