/external/chromium/crypto/ |
D | encryptor_win.cc | 19 DWORD param_size = sizeof(block_size_in_bits); in GetCipherBlockSize() local 22 ¶m_size, 0); in GetCipherBlockSize()
|
D | symmetric_key_win.cc | 407 DWORD param_size = sizeof(hLen); in DeriveKeyFromPassword() local 409 reinterpret_cast<BYTE*>(&hLen), ¶m_size, 0); in DeriveKeyFromPassword()
|
/external/clang/lib/Analysis/ |
D | BodyFarm.cpp | 163 if (D->param_size() != 2) in create_dispatch_once() 241 if (D->param_size() != 2) in create_dispatch_sync() 268 if (D->param_size() != 3) in create_OSAtomicCompareAndSwap()
|
/external/libnfc-nci/src/nfc/nci/ |
D | nci_hmsgs.c | 637 UINT8 param_size = 0; in nci_snd_get_routing_cmd() local 639 if ((p = NCI_GET_CMD_BUF (param_size)) == NULL) in nci_snd_get_routing_cmd() 643 p->len = NCI_MSG_HDR_SIZE + param_size; in nci_snd_get_routing_cmd() 650 UINT8_TO_STREAM (pp, param_size); in nci_snd_get_routing_cmd()
|
/external/clang/tools/libclang/ |
D | CXCursor.cpp | 937 return MD->param_size(); in clang_Cursor_getNumArguments() 939 return FD->param_size(); in clang_Cursor_getNumArguments() 949 if (i < MD->param_size()) in clang_Cursor_getArgument() 953 if (i < FD->param_size()) in clang_Cursor_getArgument()
|
/external/clang/lib/AST/ |
D | Comment.cpp | 181 MD->param_size()); in fill()
|
D | ASTImporter.cpp | 3182 if (D->param_size() != FoundMethod->param_size()) { in VisitObjCMethodDecl() 3185 << D->param_size() << FoundMethod->param_size(); in VisitObjCMethodDecl()
|
D | DeclObjC.cpp | 675 unsigned noParams = param_size(); in getMethodFamily()
|
/external/clang/include/clang/AST/ |
D | Decl.h | 1735 unsigned param_size() const { return getNumParams(); } in param_size() function 1740 param_iterator param_end() { return ParamInfo+param_size(); } in param_end() 1743 param_const_iterator param_end() const { return ParamInfo+param_size(); } in param_end() 3119 unsigned param_size() const { return getNumParams(); } in param_size() function 3125 param_iterator param_end() { return ParamInfo+param_size(); } in param_end() 3128 param_const_iterator param_end() const { return ParamInfo+param_size(); } in param_end()
|
D | DeclObjC.h | 354 unsigned param_size() const { return NumParams; } in param_size() function
|
/external/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 403 Record.push_back(D->param_size()); in VisitFunctionDecl() 444 Record.push_back(D->param_size()); in VisitObjCMethodDecl() 794 Record.push_back(D->param_size()); in VisitBlockDecl()
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 2724 if (Method->param_size() == 1) in CreateCodeCompletionString() 2773 if (Method->param_size() == 0) { in CreateCodeCompletionString() 5181 if (CurMethod->param_size() != SuperMethod->param_size() || in AddSuperSendCompletion() 5369 if (NumSelIdents <= Method->param_size()) { in getPreferredArgumentTypeForMessageSend() 6956 if (Method->param_size() > 0) in CodeCompleteObjCMethodDecl() 7072 if (NumSelIdents && NumSelIdents <= MethList->Method->param_size()) { in CodeCompleteObjCMethodDeclSelector()
|
D | SemaExprObjC.cpp | 1179 if (Method->param_size() > Sel.getNumArgs()) in CheckMessageArgumentTypes() 1180 NumNamedArgs = Method->param_size(); in CheckMessageArgumentTypes()
|
D | SemaExpr.cpp | 315 numFormalParams = MD->param_size(); in DiagnoseSentinelCalls() 318 numFormalParams = FD->param_size(); in DiagnoseSentinelCalls() 4186 if (FDecl->hasBody(Def) && NumArgs != Def->param_size()) { in BuildResolvedCallExpr() 4188 if (!Proto || !(Proto->isVariadic() && NumArgs >= Def->param_size())) in BuildResolvedCallExpr() 4190 << (NumArgs > Def->param_size()) << FDecl << Fn->getSourceRange(); in BuildResolvedCallExpr()
|
D | SemaObjCProperty.cpp | 1888 if (SetterMethod->param_size() != 1 || in ProcessPropertyDecl()
|
D | SemaDecl.cpp | 3779 if (Declaration->param_size() != Definition->param_size()) in hasSimilarParameters() 3781 for (unsigned Idx = 0; Idx < Declaration->param_size(); ++Idx) { in hasSimilarParameters()
|
D | TreeTransform.h | 7948 E->getCallOperator()->param_size(), in TransformLambdaExpr() 8829 oldBlock->param_size(), in TransformBlockExpr()
|
D | SemaDeclCXX.cpp | 10056 if (FnDecl->param_size() == 0) { in CheckLiteralOperatorDeclaration() 10069 } else if (FnDecl->param_size()) { in CheckLiteralOperatorDeclaration()
|
D | SemaExprCXX.cpp | 1569 bool isPlacementNew = (NumPlaceArgs > 0 || OperatorNew->param_size() != 1); in FindAllocationFunctions()
|
D | SemaDeclAttr.cpp | 140 return cast<ObjCMethodDecl>(D)->param_size(); in getFunctionOrMethodNumArgs()
|
D | SemaChecking.cpp | 594 Method->param_size(), in CheckObjCMethodCall()
|