HomeSort by relevance Sort by last modified time
    Searched refs:BId (Results 1 - 4 of 4) 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) {
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 224 milliseconds