Searched defs:CallType (Results 1 – 5 of 5) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 1009 VariadicCallType CallType) { in checkCall() 1053 VariadicCallType CallType = in CheckConstructorCall() local 1067 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, in CheckFunctionCall() local 1110 VariadicCallType CallType = in CheckObjCMethodCall() local 1130 VariadicCallType CallType; in CheckPointerCall() local 1151 VariadicCallType CallType = getVariadicCallType(/*FDecl=*/nullptr, Proto, in CheckOtherCall() local 2421 Sema::VariadicCallType CallType, bool InFunctionCall, in checkFormatStringExpr() 2615 VariadicCallType CallType, in CheckFormatArguments() 2629 VariadicCallType CallType, in CheckFormatArguments() 2702 Sema::VariadicCallType CallType; member in __anon0a2745240411::CheckFormatHandler [all …]
|
| H A D | SemaExprCXX.cpp | 1437 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction in BuildCXXNew() local
|
| H A D | SemaExpr.cpp | 4327 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn); in ConvertArgumentsForCall() local 4344 VariadicCallType CallType, bool AllowExplicit, in GatherArgumentsForCall()
|
| H A D | SemaDeclCXX.cpp | 11307 VariadicCallType CallType = in CompleteConstructorCall() local
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 13383 X86ISD::NodeType CallType = LocalDynamic ? X86ISD::TLSBASEADDR in GetTLSADDR() local
|