Searched defs:CallType (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/extensions/renderer/
H A Dapi_activity_logger.h25 enum CallType { APICALL, EVENT }; enum in class:extensions::APIActivityLogger
43 static void LogInternal(const CallType call_type,
/external/chromium_org/ui/message_center/views/
H A Dmessage_center_view_unittest.cc23 enum CallType { enum in namespace:message_center
35 virtual void RegisterCall(CallType type) = 0;
95 int GetCallCount(CallType type);
109 virtual void RegisterCall(CallType type) OVERRIDE;
119 std::map<CallType,int> callCounts_;
173 int MessageCenterViewTest::GetCallCount(CallType type) {
210 void MessageCenterViewTest::RegisterCall(CallType type) {
/external/chromium_org/v8/src/ic/
H A Dic-state.h29 enum CallType { METHOD, FUNCTION }; enum in class:v8::internal::BASE_EMBEDDED
31 CallICState(int argc, CallType call_type)
41 CallType call_type() const { return call_type_; }
47 class CallTypeBits : public BitField<CallType, Code::kArgumentsBits, 1> {};
50 const CallType call_type_;
/external/skia/src/core/
H A DSkMatrixClipStateMgr.h256 enum CallType { enum in class:SkMatrixClipStateMgr
343 bool call(CallType callType);
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp1424 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction local
1431 PlacementArgs, AllPlaceArgs, CallType))
H A DSemaChecking.cpp759 VariadicCallType CallType) {
771 CheckFormatArguments(I, Args, IsMemberFunction, CallType, Loc, Range,
778 if (CallType != VariadicDoesNotApply) {
783 checkVariadicArgument(Arg, CallType);
803 VariadicCallType CallType = local
806 /*IsMemberFunction=*/true, Loc, SourceRange(), CallType);
817 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, local
831 TheCall->getCallee()->getSourceRange(), CallType);
858 VariadicCallType CallType = local
863 lbrac, Method->getSourceRange(), CallType);
756 checkCall(NamedDecl *FDecl, ArrayRef<const Expr *> Args, unsigned NumParams, bool IsMemberFunction, SourceLocation Loc, SourceRange Range, VariadicCallType CallType) argument
899 VariadicCallType CallType = getVariadicCallType(/*FDecl=*/nullptr, Proto, local
2014 checkFormatStringExpr(Sema &S, const Expr *E, ArrayRef<const Expr *> Args, bool HasVAListArg, unsigned format_idx, unsigned firstDataArg, Sema::FormatStringType Type, Sema::VariadicCallType CallType, bool InFunctionCall, llvm::SmallBitVector &CheckedVarArgs) argument
2208 CheckFormatArguments(const FormatAttr *Format, ArrayRef<const Expr *> Args, bool IsCXXMember, VariadicCallType CallType, SourceLocation Loc, SourceRange Range, llvm::SmallBitVector &CheckedVarArgs) argument
2222 CheckFormatArguments(ArrayRef<const Expr *> Args, bool HasVAListArg, unsigned format_idx, unsigned firstDataArg, FormatStringType Type, VariadicCallType CallType, SourceLocation Loc, SourceRange Range, llvm::SmallBitVector &CheckedVarArgs) argument
2298 Sema::VariadicCallType CallType; member in class:__anon18007::CheckFormatHandler
2698 CheckPrintfHandler(Sema &s, const StringLiteral *fexpr, const Expr *origFormatExpr, unsigned firstDataArg, unsigned numDataArgs, bool isObjC, const char *beg, bool hasVAListArg, ArrayRef<const Expr *> Args, unsigned formatIdx, bool inFunctionCall, Sema::VariadicCallType CallType, llvm::SmallBitVector &CheckedVarArgs) argument
3350 CheckScanfHandler(Sema &s, const StringLiteral *fexpr, const Expr *origFormatExpr, unsigned firstDataArg, unsigned numDataArgs, const char *beg, bool hasVAListArg, ArrayRef<const Expr *> Args, unsigned formatIdx, bool inFunctionCall, Sema::VariadicCallType CallType, llvm::SmallBitVector &CheckedVarArgs) argument
3511 CheckFormatString(const StringLiteral *FExpr, const Expr *OrigFormatExpr, ArrayRef<const Expr *> Args, bool HasVAListArg, unsigned format_idx, unsigned firstDataArg, FormatStringType Type, bool inFunctionCall, VariadicCallType CallType, llvm::SmallBitVector &CheckedVarArgs) argument
[all...]
H A DSemaDeclCXX.cpp10813 VariadicCallType CallType = local
10820 CallType, AllowExplicit,
H A DSemaExpr.cpp4230 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn); local
4233 Proto, 0, Args, AllArgs, CallType);
4247 VariadicCallType CallType, bool AllowExplicit,
4316 if (CallType != VariadicDoesNotApply) {
4331 ExprResult Arg = DefaultVariadicArgumentPromotion(Args[i], CallType,
4243 GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl, const FunctionProtoType *Proto, unsigned FirstParam, ArrayRef<Expr *> Args, SmallVectorImpl<Expr *> &AllArgs, VariadicCallType CallType, bool AllowExplicit, bool IsListInitialization) argument
/external/chromium_org/v8/src/
H A Dast.h1800 enum CallType { enum in class:v8::internal::FINAL
1809 CallType GetCallType(Isolate* isolate) const;

Completed in 1216 milliseconds