Searched refs:BId (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp44 unsigned BId = FD->getBuiltinID(); local
45 if (BId != 0) {
48 StringRef BName = FD->getASTContext().BuiltinInfo.GetName(BId);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp232 unsigned BId = 0; local
233 if ( (BId = FDecl->getMemoryFunctionKind()) )
234 switch(BId) {
703 unsigned BId = 0; local
704 if ( (BId = FDecl->getMemoryFunctionKind()) )
705 switch(BId) {
/external/clang/lib/Sema/
H A DSemaChecking.cpp4057 unsigned BId,
4059 assert(BId != 0);
4063 unsigned ExpectedNumArgs = (BId == Builtin::BIstrndup ? 2 : 3);
4067 unsigned LastArg = (BId == Builtin::BImemset ||
4068 BId == Builtin::BIstrndup ? 1 : 2);
4069 unsigned LenArg = (BId == Builtin::BIstrndup ? 1 : 2);
4176 if (ArgIdx != 0 || BId == Builtin::BImemcmp) {
4177 if (BId == Builtin::BImemcpy)
4179 else if(BId == Builtin::BImemmove)
4181 else if (BId
4056 CheckMemaccessArguments(const CallExpr *Call, unsigned BId, IdentifierInfo *FnName) argument
[all...]
/external/clang/include/clang/Sema/
H A DSema.h8289 unsigned BId,

Completed in 452 milliseconds