HomeSort by: relevance | last modified time | path
    Searched refs:CallType (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
NonNullParamChecker.cpp 49 template <class CallType>
50 void setBitsAccordingToFunctionAttributes(const CallType &Call,
73 template <class CallType>
74 void setBitsAccordingToParameterAttributes(const CallType &Call,
86 template <class CallType>
87 llvm::SmallBitVector getNonNullAttrsImpl(const CallType &Call,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 4595 SourceRange Range, VariadicCallType CallType) {
4607 CheckFormatArguments(I, Args, IsMemberFunction, CallType, Loc, Range,
4615 if (CallType != VariadicDoesNotApply &&
4628 checkVariadicArgument(Arg, CallType);
4693 VariadicCallType CallType =
4701 Loc, SourceRange(), CallType);
4712 VariadicCallType CallType = getVariadicCallType(FDecl, Proto,
4747 TheCall->getCallee()->getSourceRange(), CallType);
4788 VariadicCallType CallType =
4793 CallType);
    [all...]
SemaCoroutine.cpp 434 auto BuildSubExpr = [&](ACT CallType, StringRef Func,
441 Calls.Results[CallType] = Result.get();
SemaExprCXX.cpp 2189 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction
2199 CallType))
2269 /*IsMemberFunction=*/false, StartLoc, Range, CallType);
SemaExpr.cpp 5882 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn);
5885 AllArgs, CallType);
5899 VariadicCallType CallType, bool AllowExplicit,
5971 if (CallType != VariadicDoesNotApply) {
5986 ExprResult Arg = DefaultVariadicArgumentPromotion(A, CallType, FDecl);
SemaDeclCXX.cpp 15286 VariadicCallType CallType =
15293 CallType, AllowExplicit,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 594 ValueProfilingCallType CallType = ValueProfilingCallType::Default) {
602 assert((CallType == ValueProfilingCallType::Default ||
603 CallType == ValueProfilingCallType::MemOp) &&
611 StringRef FuncName = CallType == ValueProfilingCallType::Default
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 11349 VariadicCallType CallType = VariadicDoesNotApply,
12428 VariadicCallType CallType);
12560 VariadicCallType CallType,
12566 VariadicCallType CallType,
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 19326 X86ISD::NodeType CallType = LocalDynamic ? X86ISD::TLSBASEADDR
19331 Chain = DAG.getNode(CallType, dl, NodeTys, Ops);
19334 Chain = DAG.getNode(CallType, dl, NodeTys, Ops);
    [all...]

Completed in 106 milliseconds