Searched refs:CallType (Results 1 - 25 of 25) 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,
H A Dapi_activity_logger.cc39 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_;
H A Dic.h311 CallICState::CallType call_type);
H A Dic.cc1339 CallICState::CallType call_type) {
/external/clang/lib/Sema/
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 DSemaExprCXX.cpp1424 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction local
1431 PlacementArgs, AllPlaceArgs, CallType))
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
H A DSemaDeclCXX.cpp10813 VariadicCallType CallType = local
10820 CallType, AllowExplicit,
/external/skia/src/core/
H A DSkMatrixClipStateMgr.h256 enum CallType { enum in class:SkMatrixClipStateMgr
343 bool call(CallType callType);
H A DSkMatrixClipStateMgr.cpp250 bool SkMatrixClipStateMgr::call(CallType callType) {
/external/chromium_org/v8/src/
H A Dast.cc568 CallType call_type = GetCallType(isolate);
573 Call::CallType Call::GetCallType(Isolate* isolate) const {
H A Dfull-codegen.h478 void EmitCall(Call* expr, CallICState::CallType = CallICState::FUNCTION);
H A Dast.h1800 enum CallType { enum in class:v8::internal::FINAL
1809 CallType GetCallType(Isolate* isolate) const;
/external/clang/include/clang/Sema/
H A DSema.h7583 VariadicCallType CallType = VariadicDoesNotApply,
8214 SourceRange Range, VariadicCallType CallType);
8267 VariadicCallType CallType,
8274 VariadicCallType CallType,
8280 VariadicCallType CallType,
/external/chromium_org/v8/src/arm/
H A Dfull-codegen-arm.cc2670 CallICState::CallType call_type =
2762 void FullCodeGenerator::EmitCall(Call* expr, CallICState::CallType call_type) {
2826 Call::CallType call_type = expr->GetCallType(isolate());
/external/chromium_org/v8/src/arm64/
H A Dfull-codegen-arm64.cc2336 CallICState::CallType call_type =
2426 void FullCodeGenerator::EmitCall(Call* expr, CallICState::CallType call_type) {
2490 Call::CallType call_type = expr->GetCallType(isolate());
/external/chromium_org/v8/src/ia32/
H A Dfull-codegen-ia32.cc2588 CallICState::CallType call_type =
2674 void FullCodeGenerator::EmitCall(Call* expr, CallICState::CallType call_type) {
2735 Call::CallType call_type = expr->GetCallType(isolate());
/external/chromium_org/v8/src/mips/
H A Dfull-codegen-mips.cc2656 CallICState::CallType call_type =
2747 void FullCodeGenerator::EmitCall(Call* expr, CallICState::CallType call_type) {
2811 Call::CallType call_type = expr->GetCallType(isolate());
/external/chromium_org/v8/src/mips64/
H A Dfull-codegen-mips64.cc2657 CallICState::CallType call_type =
2748 void FullCodeGenerator::EmitCall(Call* expr, CallICState::CallType call_type) {
2811 Call::CallType call_type = expr->GetCallType(isolate());
/external/chromium_org/v8/src/x64/
H A Dfull-codegen-x64.cc2582 CallICState::CallType call_type =
2669 void FullCodeGenerator::EmitCall(Call* expr, CallICState::CallType call_type) {
2733 Call::CallType call_type = expr->GetCallType(isolate());
/external/chromium_org/v8/src/x87/
H A Dfull-codegen-x87.cc2578 CallICState::CallType call_type =
2664 void FullCodeGenerator::EmitCall(Call* expr, CallICState::CallType call_type) {
2725 Call::CallType call_type = expr->GetCallType(isolate());
/external/chromium_org/v8/src/compiler/
H A Dast-graph-builder.cc1192 Call::CallType call_type = expr->GetCallType(isolate());
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp10342 X86ISD::NodeType CallType = LocalDynamic ? X86ISD::TLSBASEADDR
10347 Chain = DAG.getNode(CallType, dl, NodeTys, Ops);
10350 Chain = DAG.getNode(CallType, dl, NodeTys, Ops);

Completed in 1852 milliseconds