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

  /external/webkit/Source/JavaScriptCore/runtime/
CallData.h 42 enum CallType {
60 JSValue call(ExecState*, JSValue functionObject, CallType, const CallData&, JSValue thisValue, const ArgList&);
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaChecking.cpp 496 VariadicCallType CallType) {
505 if (CheckFormatArguments(*I, Args, IsMemberFunction, CallType, Loc, Range))
510 if (!HandledFormatString && CallType != VariadicDoesNotApply)
514 variadicArgumentPODCheck(Arg, CallType);
536 VariadicCallType CallType =
539 /*IsMemberFunction=*/true, Loc, SourceRange(), CallType);
550 VariadicCallType CallType = getVariadicCallType(FDecl, Proto,
565 TheCall->getCallee()->getSourceRange(), CallType);
590 VariadicCallType CallType =
596 lbrac, Method->getSourceRange(), CallType);
    [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 242 milliseconds