Searched refs:ActualArgs (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DTokenLexer.h38 MacroArgs *ActualArgs = nullptr; member in class:clang::TokenLexer
105 /// arguments. Note that this ctor takes ownership of the ActualArgs pointer.
109 MacroArgs *ActualArgs, Preprocessor &pp)
111 Init(Tok, ILEnd, MI, ActualArgs);
129 /// ownership of the ActualArgs pointer. ILEnd specifies the location of the
108 TokenLexer(Token &Tok, SourceLocation ILEnd, MacroInfo *MI, MacroArgs *ActualArgs, Preprocessor &pp) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.cpp92 ArrayRef<GenericValue> ActualArgs = local
96 callFunction(F, ActualArgs);
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Daslmethod.c205 UINT8 ActualArgs = 0; local
303 ActualArgs = MethodInfo->NumArguments;
307 ActualArgs = MtProcessParameterTypeList (NextType,
309 MethodInfo->NumArguments = ActualArgs;
310 ArgNode->Asl.Value.Integer |= ActualArgs;
314 (MethodInfo->NumArguments != ActualArgs))
317 "Length = %u", ActualArgs);
324 if ((!MethodInfo->NumArguments) && (ActualArgs))
326 MethodInfo->NumArguments = ActualArgs;
327 ArgNode->Asl.Value.Integer |= ActualArgs;
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DEvaluator.h55 /// can't evaluate it. ActualArgs contains the formal arguments for the
58 const SmallVectorImpl<Constant*> &ActualArgs);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp37 /// arguments. Note that this ctor takes ownership of the ActualArgs pointer.
45 ActualArgs = Actuals;
103 ActualArgs = nullptr;
134 if (ActualArgs) ActualArgs->destroy(PP);
300 ActualArgs->invokedWithVariadicArgument(Macro, PP);
387 const Token *UnexpArg = ActualArgs->getUnexpArgument(ArgNo);
439 if (!PasteBefore && ActualArgs->isVarargsElidedUse() &&
453 const Token *ArgTok = ActualArgs->getUnexpArgument(ArgNo);
454 if (ActualArgs
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp667 /// can't evaluate it. ActualArgs contains the formal arguments for the
670 const SmallVectorImpl<Constant*> &ActualArgs) {
682 setVal(&*AI, ActualArgs[ArgNo]);
669 EvaluateFunction(Function *F, Constant *&RetVal, const SmallVectorImpl<Constant*> &ActualArgs) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2531 CallArgList ActualArgs; local
2533 ActualArgs.add(RValue::get(EnforceType(Builder, Receiver, IdTy)), ASTIdTy);
2534 ActualArgs.add(RValue::get(cmd), CGF.getContext().getObjCSelType());
2535 ActualArgs.addFrom(CallArgs);
2537 MessageSendInfo MSI = getMessageSendInfo(Method, ResultType, ActualArgs);
2622 RValue msgRet = CGF.EmitCall(MSI.CallInfo, callee, Return, ActualArgs, &call);
2695 CallArgList ActualArgs; local
2696 ActualArgs.add(RValue::get(Receiver), ASTIdTy);
2697 ActualArgs.add(RValue::get(cmd), CGF.getContext().getObjCSelType());
2698 ActualArgs
[all...]
H A DCGObjCMac.cpp2171 CallArgList ActualArgs; local
2174 ActualArgs.add(RValue::get(Arg0), Arg0Ty);
2175 ActualArgs.add(RValue::get(SelValue), selTy);
2176 ActualArgs.addFrom(CallArgs);
2179 MessageSendInfo MSI = getMessageSendInfo(Method, ResultType, ActualArgs);
2263 RValue rvalue = CGF.EmitCall(MSI.CallInfo, Callee, Return, ActualArgs,

Completed in 122 milliseconds