/external/clang/lib/Analysis/ |
D | BodyFarm.cpp | 173 if (D->param_size() != 2) in create_dispatch_once() 249 if (D->param_size() != 2) in create_dispatch_sync() 276 if (D->param_size() != 3) in create_OSAtomicCompareAndSwap() 462 if (D->param_size() != 0) in getBody()
|
/external/libnfc-nci/src/nfc/nci/ |
D | nci_hmsgs.c | 639 UINT8 param_size = 0; in nci_snd_get_routing_cmd() local 641 if ((p = NCI_GET_CMD_BUF (param_size)) == NULL) in nci_snd_get_routing_cmd() 645 p->len = NCI_MSG_HDR_SIZE + param_size; in nci_snd_get_routing_cmd() 652 UINT8_TO_STREAM (pp, param_size); in nci_snd_get_routing_cmd()
|
/external/libchrome/crypto/ |
D | symmetric_key_win.cc | 410 DWORD param_size = sizeof(hLen); in DeriveKeyFromPassword() local 412 reinterpret_cast<BYTE*>(&hLen), ¶m_size, 0); in DeriveKeyFromPassword()
|
/external/google-breakpad/src/common/windows/ |
D | pdb_source_line_writer.cc | 1094 int param_size = 0; in GetFunctionStackParamSize() local 1115 param_size = highest_end - lowest_base; in GetFunctionStackParamSize() 1118 return param_size; in GetFunctionStackParamSize()
|
/external/clang/include/clang/AST/ |
D | Decl.h | 1953 unsigned param_size() const { return getNumParams(); } in param_size() function 1961 return param_iterator(ParamInfo + param_size()); in param_end() 1969 return param_const_iterator(ParamInfo + param_size()); in param_end() 3522 unsigned param_size() const { return getNumParams(); } in param_size() function 3531 return llvm::makeArrayRef(ParamInfo, param_size()); in parameters() 3538 return param_iterator(ParamInfo + param_size()); in param_end() 3548 return param_const_iterator(ParamInfo + param_size()); in param_end()
|
D | DeclObjC.h | 348 unsigned param_size() const { return NumParams; } in param_size() function
|
/external/clang/tools/libclang/ |
D | CXCursor.cpp | 1072 return MD->param_size(); in clang_Cursor_getNumArguments() 1074 return FD->param_size(); in clang_Cursor_getNumArguments() 1091 if (i < MD->param_size()) in clang_Cursor_getArgument() 1095 if (i < FD->param_size()) in clang_Cursor_getArgument()
|
/external/clang/lib/AST/ |
D | Comment.cpp | 180 ParamVars = llvm::makeArrayRef(MD->param_begin(), MD->param_size()); in fill()
|
D | ASTImporter.cpp | 3353 if (D->param_size() != FoundMethod->param_size()) { in VisitObjCMethodDecl() 3356 << D->param_size() << FoundMethod->param_size(); in VisitObjCMethodDecl()
|
D | DeclObjC.cpp | 944 unsigned noParams = param_size(); in getMethodFamily()
|
D | ASTContext.cpp | 8892 if (MethodDecl->param_size() != MethodImpl->param_size()) in ObjCMethodsAreEqual()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DynamicTypePropagation.cpp | 712 for (unsigned i = 0; i < Method->param_size(); i++) { in checkPreObjCMessage()
|
D | RetainCountChecker.cpp | 4010 unsigned N = D->param_size();\
|
/external/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 576 Record.push_back(D->param_size()); in VisitFunctionDecl() 616 Record.push_back(D->param_size()); in VisitObjCMethodDecl() 999 Record.push_back(D->param_size()); in VisitBlockDecl()
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 2793 if (Method->param_size() == 1) in CreateCodeCompletionString() 2851 if (Method->param_size() == 0) { in CreateCodeCompletionString() 5360 if (CurMethod->param_size() != SuperMethod->param_size() || in AddSuperSendCompletion() 5547 if (NumSelIdents <= Method->param_size()) { in getPreferredArgumentTypeForMessageSend() 7131 if (Method->param_size() > 0) in CodeCompleteObjCMethodDecl() 7238 NumSelIdents <= MethList->getMethod()->param_size()) { in CodeCompleteObjCMethodDeclSelector()
|
D | SemaDeclObjC.cpp | 4112 unsigned numParams = method->param_size(); in mergeInterfaceMethodToImpl() 4113 unsigned numPrevParams = prevMethod->param_size(); in mergeInterfaceMethodToImpl()
|
D | SemaExprObjC.cpp | 1589 if (Method->param_size() > Sel.getNumArgs()) in CheckMessageArgumentTypes() 1590 NumNamedArgs = Method->param_size(); in CheckMessageArgumentTypes()
|
D | SemaObjCProperty.cpp | 2114 if (SetterMethod->param_size() != 1 || in ProcessPropertyDecl()
|
D | SemaExpr.cpp | 410 numFormalParams = MD->param_size(); in DiagnoseSentinelCalls() 413 numFormalParams = FD->param_size(); in DiagnoseSentinelCalls() 5151 if (FDecl->hasBody(Def) && Args.size() != Def->param_size()) { in BuildResolvedCallExpr() 5153 if (!Proto || !(Proto->isVariadic() && Args.size() >= Def->param_size())) in BuildResolvedCallExpr() 5155 << (Args.size() > Def->param_size()) << FDecl << Fn->getSourceRange(); in BuildResolvedCallExpr()
|
D | SemaDecl.cpp | 4558 if (Declaration->param_size() != Definition->param_size()) in hasSimilarParameters() 4560 for (unsigned Idx = 0; Idx < Declaration->param_size(); ++Idx) { in hasSimilarParameters()
|
D | SemaOverload.cpp | 5815 if (Method->param_size() > NumNamedArgs) in SelectBestMethod() 5816 NumNamedArgs = Method->param_size(); in SelectBestMethod()
|
D | SemaDeclCXX.cpp | 11762 if (FnDecl->param_size() == 0) { in CheckLiteralOperatorDeclaration() 11796 } else if (FnDecl->param_size()) { in CheckLiteralOperatorDeclaration()
|
D | SemaExprCXX.cpp | 1831 bool isPlacementNew = (!PlaceArgs.empty() || OperatorNew->param_size() != 1); in FindAllocationFunctions()
|
D | SemaDeclAttr.cpp | 86 return cast<ObjCMethodDecl>(D)->param_size(); in getFunctionOrMethodNumParams()
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 1168 Method->param_size() != 0) in migrateProperty()
|