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 232 unsigned BId = 0;
233 if ( (BId = FDecl->getMemoryFunctionKind()) )
234 switch(BId) {
703 unsigned BId = 0;
704 if ( (BId = FDecl->getMemoryFunctionKind()) )
705 switch(BId) {
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 666 milliseconds