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

  /external/clang/lib/StaticAnalyzer/Core/
CheckerContext.cpp 44 unsigned BId = FD->getBuiltinID();
45 if (BId != 0) {
48 StringRef BName = FD->getASTContext().BuiltinInfo.GetName(BId);
  /external/clang/lib/StaticAnalyzer/Checkers/
GenericTaintChecker.cpp 232 unsigned BId = 0;
233 if ( (BId = FDecl->getMemoryFunctionKind()) )
234 switch(BId) {
703 unsigned BId = 0;
704 if ( (BId = FDecl->getMemoryFunctionKind()) )
705 switch(BId) {

Completed in 700 milliseconds