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 233 unsigned BId = 0;
234 if ( (BId = FDecl->getMemoryFunctionKind()) )
235 switch(BId) {
707 unsigned BId = 0;
708 if ( (BId = FDecl->getMemoryFunctionKind()) )
709 switch(BId) {

Completed in 87 milliseconds