Home
last modified time | relevance | path

Searched refs:CallType (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.h39 enum class CallType {
123 void emitCallInformation(CallType CT);
38 enum class CallType { global() enum
H A DSystemZAsmPrinter.cpp145 void SystemZAsmPrinter::emitCallInformation(CallType CT) { in emitCallInformation()
309 emitCallInformation(CallType::BRASL7); in emitInstruction()
316 emitCallInformation(CallType::BASR76); in emitInstruction()
323 emitCallInformation(CallType::BASR33); in emitInstruction()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp3154 SourceRange Range, VariadicCallType CallType) { in checkCall() argument
3166 CheckFormatArguments(I, Args, IsMemberFunction, CallType, Loc, Range, in checkCall()
3174 if (CallType != VariadicDoesNotApply && in checkCall()
3187 checkVariadicArgument(Arg, CallType); in checkCall()
3224 CallType == VariadicDoesNotApply) in checkCall()
3346 VariadicCallType CallType = in CheckConstructorCall() local
3355 Loc, SourceRange(), CallType); in CheckConstructorCall()
3364 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, in CheckFunctionCall() local
3400 TheCall->getCallee()->getSourceRange(), CallType); in CheckFunctionCall()
3456 VariadicCallType CallType; in CheckPointerCall() local
[all …]
H A DSemaCoroutine.cpp384 auto BuildSubExpr = [&](ACT CallType, StringRef Func, in buildCoawaitCalls()
391 Calls.Results[CallType] = Result.get(); in buildCoawaitCalls()
H A DSemaObjC.cpp1247 Sema::VariadicCallType CallType = in CheckObjCMethodCall() local
1252 CallType); in CheckObjCMethodCall()
H A DSemaExprCXX.cpp2340 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction in BuildCXXNew() local
2350 CallType)) in BuildCXXNew()
2419 /*IsMemberFunction=*/false, StartLoc, Range, CallType); in BuildCXXNew()
H A DSemaExpr.cpp5880 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn); in ConvertArgumentsForCall() local
5883 AllArgs, CallType); in ConvertArgumentsForCall()
5898 VariadicCallType CallType, bool AllowExplicit, in GatherArgumentsForCall() argument
5970 if (CallType != VariadicDoesNotApply) { in GatherArgumentsForCall()
5985 ExprResult Arg = DefaultVariadicArgumentPromotion(A, CallType, FDecl); in GatherArgumentsForCall()
H A DSemaDeclCXX.cpp16086 VariadicCallType CallType = in CompleteConstructorCall() local
16091 CallType, AllowExplicit, IsListInitialization); in CompleteConstructorCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1002 ValueProfilingCallType CallType = ValueProfilingCallType::Default) { in getOrInsertValueProfilingCall() argument
1010 assert((CallType == ValueProfilingCallType::Default || in getOrInsertValueProfilingCall()
1011 CallType == ValueProfilingCallType::MemOp) && in getOrInsertValueProfilingCall()
1019 StringRef FuncName = CallType == ValueProfilingCallType::Default in getOrInsertValueProfilingCall()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h5155 template <typename CallType>
5156 CallType *addControlledConvergenceToken(CallType *Input) {
5157 return cast<CallType>(
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2359 VariadicCallType CallType);
2559 VariadicCallType CallType, SourceLocation Loc,
2565 VariadicCallType CallType, SourceLocation Loc,
7561 VariadicCallType CallType = VariadicDoesNotApply,
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp18682 X86ISD::NodeType CallType = UseTLSDESC ? X86ISD::TLSDESC in GetTLSADDR() local
18688 Chain = DAG.getNode(CallType, dl, NodeTys, Ops); in GetTLSADDR()
18691 Chain = DAG.getNode(CallType, dl, NodeTys, Ops); in GetTLSADDR()