A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://clang.llvm.org/doxygen/PtrTypesSemantics_8h_source.html below:

clang: lib/StaticAnalyzer/Checkers/WebKit/PtrTypesSemantics.h Source File

9#ifndef LLVM_CLANG_ANALYZER_WEBKIT_PTRTYPESEMANTICS_H 10#define LLVM_CLANG_ANALYZER_WEBKIT_PTRTYPESEMANTICS_H 12#include "llvm/ADT/APInt.h" 13#include "llvm/ADT/DenseMap.h" 14#include "llvm/ADT/PointerUnion.h" 18class

CXXBaseSpecifier;

36

std::optional<const clang::CXXRecordDecl *>

38

llvm::StringRef NameToMatch);

103bool isRefType

(

const

std::string &Name);

124 bool isTrivial

(

const Stmt

*S)

const

{

return

isTrivialImpl(S, TheCache); }

130

llvm::DenseMap<llvm::PointerUnion<const Decl *, const Stmt *>,

bool

>;

131 mutable

CacheTy TheCache{};

133 static bool

isTrivialImpl(

const Decl

*

D

, CacheTy &

Cache

);

134 static bool

isTrivialImpl(

const Stmt

*S, CacheTy &

Cache

);

TypePropertyCache< Private > Cache

Represents a base class of a C++ class.

Represents a static or instance method of a struct/union/class.

Represents a C++ struct/union/class.

Decl - This represents one declaration (or definition), e.g.

Represents a function declaration or definition.

A (possibly-)qualified type.

Stmt - This represents one statement.

An inter-procedural analysis facility that detects functions with "trivial" behavior with respect to ...

bool isTrivial(const Stmt *S) const

bool isTrivial(const Decl *D) const

@ Decl

The l-value was an access to a declared entity or something equivalently strong, like the address of ...

The JSON file list parser is used to communicate input to InstallAPI.

bool isCtorOfSafePtr(const clang::FunctionDecl *F)

bool isPtrConversion(const FunctionDecl *F)

std::optional< bool > isCheckedPtrCapable(const clang::CXXRecordDecl *R)

std::optional< bool > isUnchecked(const QualType T)

bool isCtorOfRefCounted(const clang::FunctionDecl *F)

std::optional< bool > isRefCountable(const clang::CXXRecordDecl *R)

std::optional< const clang::CXXRecordDecl * > hasPublicMethodInBase(const CXXBaseSpecifier *Base, StringRef NameToMatch)

bool isSingleton(const FunctionDecl *F)

bool isRefCounted(const CXXRecordDecl *R)

bool isOwnerPtrType(const clang::QualType T)

bool isSafePtrType(const clang::QualType T)

std::optional< bool > isGetterOfSafePtr(const CXXMethodDecl *M)

bool isRefType(const std::string &Name)

const FunctionProtoType * T

std::optional< bool > isUncountedPtr(const QualType T)

bool isCtorOfCheckedPtr(const clang::FunctionDecl *F)

bool isCheckedPtr(const std::string &Name)

std::optional< bool > isUnsafePtr(const QualType T)

@ Class

The "class" keyword introduces the elaborated-type-specifier.

std::optional< bool > isUncounted(const QualType T)

std::optional< bool > isUncheckedPtr(const QualType T)


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4