HomeSort by relevance Sort by last modified time
    Searched defs:PDB (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 503 PathDiagnostic &PD, PathDiagnosticBuilder &PDB, const ExplodedNode *N,
511 BugReport *R = PDB.getBugReport();
515 PathDiagnosticPiece *Piece = V->VisitNode(N, Pred, PDB, *R);
557 PathDiagnostic &PD, PathDiagnosticBuilder &PDB, const ExplodedNode *N,
561 SourceManager& SMgr = PDB.getSourceManager();
562 const LocationContext *LC = PDB.LC;
570 PDB.LC = N->getLocationContext();
640 const PathDiagnosticLocation &End = PDB.getEnclosingStmtLocation(S);
689 os << LHS->EvaluateKnownConstInt(PDB.getASTContext());
701 const PathDiagnosticLocation &End = PDB.ExecutionContinues(os, N)
    [all...]
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 1 //===- PDBTypes.h - Defines enums for various fields contained in PDB ---*-===//
67 /// Specifies which PDB reader implementation is to be used. Only a value
104 /// Specifies the hash algorithm that a source file from a PDB was hashed with.
504 namespace PDB {
522 // practice, NumBlocks * BlockSize is equivalent to the size of the PDB file.

Completed in 62 milliseconds