HomeSort by relevance Sort by last modified time
    Searched refs:ProgramPointTag (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/Analysis/
ProgramPoint.cpp 19 ProgramPointTag::~ProgramPointTag() {}
23 const ProgramPointTag *tag){
  /external/clang/include/clang/Analysis/
ProgramPoint.h 36 class ProgramPointTag;
73 llvm::PointerIntPair<const ProgramPointTag *, 2, unsigned> Tag;
80 const ProgramPointTag *tag = 0)
94 const ProgramPointTag *tag = 0)
108 ProgramPoint withTag(const ProgramPointTag *tag) const {
153 const ProgramPointTag *getTag() const { return Tag.getPointer(); }
190 const ProgramPointTag *tag);
196 const ProgramPointTag *tag = 0)
242 const ProgramPointTag *tag)
265 PreStmt(const Stmt *S, const LocationContext *L, const ProgramPointTag *tag
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 204 const ProgramPointTag *Tag = 0) {
217 const ProgramPointTag *Tag = 0) {
225 const ProgramPointTag *Tag = 0) {
284 const ProgramPointTag *Tag = 0) {
ExprEngine.h 438 std::pair<const ProgramPointTag *, const ProgramPointTag*>
501 const ProgramPointTag *tag = 0,
508 const ProgramPointTag *tag = 0);
531 const ProgramPointTag *tag,
541 const ProgramPointTag *tag, bool isLoad);
CoreEngine.h 28 class ProgramPointTag;
327 const ProgramPointTag *Tag = 0) {
333 const ProgramPointTag *Tag = 0) {
381 const ProgramPointTag *tag = 0,
391 const ProgramPointTag *tag = 0,
CallEvent.h 30 class ProgramPointTag;
309 const ProgramPointTag *Tag = 0) const;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
BugReporterVisitors.cpp     [all...]
CallEvent.cpp 172 const ProgramPointTag *Tag) const {
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/
Checker.h 424 class CheckerBase : public ProgramPointTag {

Completed in 117 milliseconds