HomeSort by relevance Sort by last modified time
    Searched refs:CallType (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/renderer/extensions/
api_activity_logger.h 25 enum CallType {
46 static void LogInternal(const CallType call_type,
api_activity_logger.cc 39 const CallType call_type,
  /external/chromium_org/ui/message_center/views/
message_center_view_unittest.cc 23 enum CallType {
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) {
239 void MessageCenterViewTest::RegisterCall(CallType type) {
  /external/clang/lib/Sema/
SemaChecking.cpp 711 VariadicCallType CallType) {
724 if (CheckFormatArguments(*I, Args, IsMemberFunction, CallType, Loc,
732 if (CallType != VariadicDoesNotApply) {
737 checkVariadicArgument(Arg, CallType);
764 VariadicCallType CallType =
767 /*IsMemberFunction=*/true, Loc, SourceRange(), CallType);
778 VariadicCallType CallType = getVariadicCallType(FDecl, Proto,
793 TheCall->getCallee()->getSourceRange(), CallType);
818 VariadicCallType CallType =
823 lbrac, Method->getSourceRange(), CallType);
    [all...]
SemaExprCXX.cpp     [all...]
SemaExpr.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 404 milliseconds