Searched refs:CallType (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/ui/message_center/views/ |
D | message_center_view_unittest.cc | 23 enum CallType { enum 35 virtual void RegisterCall(CallType type) = 0; 95 int GetCallCount(CallType type); 114 virtual void RegisterCall(CallType type) OVERRIDE; 124 std::map<CallType,int> callCounts_; 177 int MessageCenterViewTest::GetCallCount(CallType type) { in GetCallCount() 239 void MessageCenterViewTest::RegisterCall(CallType type) { in RegisterCall()
|
/external/chromium_org/chrome/renderer/extensions/ |
D | api_activity_logger.h | 25 enum CallType { enum 46 static void LogInternal(const CallType call_type,
|
D | api_activity_logger.cc | 39 const CallType call_type, in LogInternal()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 711 VariadicCallType CallType) { in checkCall() argument 724 if (CheckFormatArguments(*I, Args, IsMemberFunction, CallType, Loc, in checkCall() 732 if (CallType != VariadicDoesNotApply) { in checkCall() 737 checkVariadicArgument(Arg, CallType); in checkCall() 764 VariadicCallType CallType = in CheckConstructorCall() local 767 /*IsMemberFunction=*/true, Loc, SourceRange(), CallType); in CheckConstructorCall() 778 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, in CheckFunctionCall() local 793 TheCall->getCallee()->getSourceRange(), CallType); in CheckFunctionCall() 818 VariadicCallType CallType = in CheckObjCMethodCall() local 823 lbrac, Method->getSourceRange(), CallType); in CheckObjCMethodCall() [all …]
|
D | SemaExpr.cpp | 4066 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn); in ConvertArgumentsForCall() local 4069 Proto, 0, Args, AllArgs, CallType); in ConvertArgumentsForCall() 4085 VariadicCallType CallType, in GatherArgumentsForCall() argument 4167 if (CallType != VariadicDoesNotApply) { in GatherArgumentsForCall() 4182 ExprResult Arg = DefaultVariadicArgumentPromotion(Args[i], CallType, in GatherArgumentsForCall()
|
D | SemaExprCXX.cpp | 1358 VariadicCallType CallType = in BuildCXXNew() local 1362 PlacementArgs, AllPlaceArgs, CallType)) in BuildCXXNew()
|
D | SemaDeclCXX.cpp | 10250 VariadicCallType CallType = in CompleteConstructorCall() local 10257 CallType, AllowExplicit, in CompleteConstructorCall()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7004 VariadicCallType CallType = VariadicDoesNotApply, 7627 VariadicCallType CallType); 7673 VariadicCallType CallType, 7680 VariadicCallType CallType, 7686 VariadicCallType CallType,
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 8022 X86ISD::NodeType CallType = LocalDynamic ? X86ISD::TLSBASEADDR in GetTLSADDR() local 8027 Chain = DAG.getNode(CallType, dl, NodeTys, Ops, array_lengthof(Ops)); in GetTLSADDR() 8030 Chain = DAG.getNode(CallType, dl, NodeTys, Ops, array_lengthof(Ops)); in GetTLSADDR()
|