Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp49 template <class CallType>
50 void setBitsAccordingToFunctionAttributes(const CallType &Call, in setBitsAccordingToFunctionAttributes()
73 template <class CallType>
74 void setBitsAccordingToParameterAttributes(const CallType &Call, in setBitsAccordingToParameterAttributes()
86 template <class CallType>
87 llvm::SmallBitVector getNonNullAttrsImpl(const CallType &Call, in getNonNullAttrsImpl()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.h38 enum class CallType { enum
74 void emitCallInformation(CallType CT);
H A DSystemZAsmPrinter.cpp138 void SystemZAsmPrinter::emitCallInformation(CallType CT) { in emitCallInformation()
258 emitCallInformation(CallType::BRASL7); in emitInstruction()
265 emitCallInformation(CallType::BASR76); in emitInstruction()
272 emitCallInformation(CallType::BASR33); in emitInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp586 ValueProfilingCallType CallType = ValueProfilingCallType::Default) { in getOrInsertValueProfilingCall() argument
594 assert((CallType == ValueProfilingCallType::Default || in getOrInsertValueProfilingCall()
595 CallType == ValueProfilingCallType::MemOp) && in getOrInsertValueProfilingCall()
603 StringRef FuncName = CallType == ValueProfilingCallType::Default in getOrInsertValueProfilingCall()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp5905 SourceRange Range, VariadicCallType CallType) { in checkCall() argument
5917 CheckFormatArguments(I, Args, IsMemberFunction, CallType, Loc, Range, in checkCall()
5925 if (CallType != VariadicDoesNotApply && in checkCall()
5938 checkVariadicArgument(Arg, CallType); in checkCall()
5973 CallType == VariadicDoesNotApply) in checkCall()
6012 VariadicCallType CallType = in CheckConstructorCall() local
6020 Loc, SourceRange(), CallType); in CheckConstructorCall()
6031 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, in CheckFunctionCall() local
6066 TheCall->getCallee()->getSourceRange(), CallType); in CheckFunctionCall()
6109 VariadicCallType CallType = in CheckObjCMethodCall() local
[all …]
H A DSemaCoroutine.cpp387 auto BuildSubExpr = [&](ACT CallType, StringRef Func, in buildCoawaitCalls()
394 Calls.Results[CallType] = Result.get(); in buildCoawaitCalls()
H A DSemaExprCXX.cpp2269 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction in BuildCXXNew() local
2279 CallType)) in BuildCXXNew()
2348 /*IsMemberFunction=*/false, StartLoc, Range, CallType); in BuildCXXNew()
H A DSemaExpr.cpp6352 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn); in ConvertArgumentsForCall() local
6355 AllArgs, CallType); in ConvertArgumentsForCall()
6370 VariadicCallType CallType, bool AllowExplicit, in GatherArgumentsForCall() argument
6442 if (CallType != VariadicDoesNotApply) { in GatherArgumentsForCall()
6457 ExprResult Arg = DefaultVariadicArgumentPromotion(A, CallType, FDecl); in GatherArgumentsForCall()
H A DSemaDeclCXX.cpp15752 VariadicCallType CallType = in CompleteConstructorCall() local
15757 CallType, AllowExplicit, IsListInitialization); in CompleteConstructorCall()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h12318 VariadicCallType CallType = VariadicDoesNotApply,
13441 VariadicCallType CallType);
13582 VariadicCallType CallType, SourceLocation Loc,
13588 VariadicCallType CallType, SourceLocation Loc,
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp20740 X86ISD::NodeType CallType = LocalDynamic ? X86ISD::TLSBASEADDR in GetTLSADDR() local
20745 Chain = DAG.getNode(CallType, dl, NodeTys, Ops); in GetTLSADDR()
20748 Chain = DAG.getNode(CallType, dl, NodeTys, Ops); in GetTLSADDR()