Searched refs:CallType (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp720 VariadicCallType CallType) {
735 CheckFormatArguments(*I, Args, IsMemberFunction, CallType, Loc, Range,
742 if (CallType != VariadicDoesNotApply) {
747 checkVariadicArgument(Arg, CallType);
774 VariadicCallType CallType = local
777 /*IsMemberFunction=*/true, Loc, SourceRange(), CallType);
788 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, local
803 TheCall->getCallee()->getSourceRange(), CallType);
828 VariadicCallType CallType = local
833 lbrac, Method->getSourceRange(), CallType);
714 checkCall(NamedDecl *FDecl, ArrayRef<const Expr *> Args, unsigned NumProtoArgs, bool IsMemberFunction, SourceLocation Loc, SourceRange Range, VariadicCallType CallType) argument
871 VariadicCallType CallType = getVariadicCallType(/*FDecl=*/0, Proto, local
1976 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
2220 CheckFormatArguments(const FormatAttr *Format, ArrayRef<const Expr *> Args, bool IsCXXMember, VariadicCallType CallType, SourceLocation Loc, SourceRange Range, llvm::SmallBitVector &CheckedVarArgs) argument
2234 CheckFormatArguments(ArrayRef<const Expr *> Args, bool HasVAListArg, unsigned format_idx, unsigned firstDataArg, FormatStringType Type, VariadicCallType CallType, SourceLocation Loc, SourceRange Range, llvm::SmallBitVector &CheckedVarArgs) argument
2310 Sema::VariadicCallType CallType; member in class:__anon3239::CheckFormatHandler
2712 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
3377 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
3537 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.cpp1385 VariadicCallType CallType = local
1389 PlacementArgs, AllPlaceArgs, CallType))
H A DSemaExpr.cpp4139 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn); local
4142 Proto, 0, Args, AllArgs, CallType);
4158 VariadicCallType CallType,
4240 if (CallType != VariadicDoesNotApply) {
4255 ExprResult Arg = DefaultVariadicArgumentPromotion(Args[i], CallType,
4152 GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl, const FunctionProtoType *Proto, unsigned FirstProtoArg, ArrayRef<Expr *> Args, SmallVectorImpl<Expr *> &AllArgs, VariadicCallType CallType, bool AllowExplicit, bool IsListInitialization) argument
H A DSemaDeclCXX.cpp10536 VariadicCallType CallType = local
10543 CallType, AllowExplicit,
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h7215 VariadicCallType CallType = VariadicDoesNotApply,
7838 VariadicCallType CallType);
7887 VariadicCallType CallType,
7894 VariadicCallType CallType,
7900 VariadicCallType CallType,
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8150 X86ISD::NodeType CallType = LocalDynamic ? X86ISD::TLSBASEADDR local
8155 Chain = DAG.getNode(CallType, dl, NodeTys, Ops, array_lengthof(Ops));
8158 Chain = DAG.getNode(CallType, dl, NodeTys, Ops, array_lengthof(Ops));

Completed in 828 milliseconds