Searched defs:ProgramPoint (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h87 void generateNode(const ProgramPoint &Loc,
135 void dispatchWorkItem(ExplodedNode* Pred, ProgramPoint Loc,
241 ExplodedNode *generateNodeImpl(const ProgramPoint &PP,
263 ExplodedNode *generateNode(const ProgramPoint &PP,
274 ExplodedNode *generateSink(const ProgramPoint &PP,
316 ProgramPoint &Location;
320 const NodeBuilderContext &Ctx, ProgramPoint &L)
326 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
332 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
347 /// that it creates a statement specific ProgramPoint
378 generateNode(const Stmt *S, ExplodedNode *Pred, ProgramStateRef St, const ProgramPointTag *tag = nullptr, ProgramPoint::Kind K = ProgramPoint::PostStmtKind) argument
388 generateSink(const Stmt *S, ExplodedNode *Pred, ProgramStateRef St, const ProgramPointTag *tag = nullptr, ProgramPoint::Kind K = ProgramPoint::PostStmtKind) argument
[all...]
/external/clang/include/clang/Analysis/
H A DProgramPoint.h1 //==- ProgramPoint.h - Program Points for Path-Sensitive Analysis --*- C++ -*-//
10 // This file defines the interface ProgramPoint, which identifies a
61 class ProgramPoint { class in namespace:clang
92 // The LocationContext could be NULL to allow ProgramPoint to be used in
99 ProgramPoint() {} function in class:clang::ProgramPoint
100 ProgramPoint(const void *P, function in class:clang::ProgramPoint
113 ProgramPoint(const void *P1, function in class:clang::ProgramPoint
129 /// Create a new ProgramPoint object that is the same as the original
131 ProgramPoint withTag(const ProgramPointTag *tag) const {
132 return ProgramPoint(getData
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 122 milliseconds