HomeSort by relevance Sort by last modified time
    Searched refs:ProgramPointTag (Results 1 - 11 of 11) 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 208 const ProgramPointTag *Tag = 0) {
221 const ProgramPointTag *Tag = 0) {
229 const ProgramPointTag *Tag = 0) {
288 const ProgramPointTag *Tag = 0) {
ExprEngine.h 429 std::pair<const ProgramPointTag *, const ProgramPointTag*>
490 const ProgramPointTag *tag = 0,
497 const ProgramPointTag *tag = 0);
520 const ProgramPointTag *tag,
530 const ProgramPointTag *tag, bool isLoad);
CoreEngine.h 28 class ProgramPointTag;
323 const ProgramPointTag *Tag = 0) {
329 const ProgramPointTag *Tag = 0) {
377 const ProgramPointTag *tag = 0,
387 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 208 const ProgramPointTag *Tag) const {
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/
Checker.h 394 class CheckerBase : public ProgramPointTag {
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]

Completed in 406 milliseconds