HomeSort by relevance Sort by last modified time
    Searched refs:ActualArgs (Results 1 - 11 of 11) sorted by null

  /external/clang/include/clang/Lex/
TokenLexer.h 35 /// ActualArgs - The actual arguments specified for a function-like macro, or
37 MacroArgs *ActualArgs;
106 /// arguments. Note that this ctor takes ownership of the ActualArgs pointer.
110 MacroArgs *ActualArgs, Preprocessor &pp)
111 : Macro(nullptr), ActualArgs(nullptr), PP(pp), OwnsTokens(false) {
112 Init(Tok, ILEnd, MI, ActualArgs);
117 /// ownership of the ActualArgs pointer. ILEnd specifies the location of the
120 MacroArgs *ActualArgs);
127 : Macro(nullptr), ActualArgs(nullptr), PP(pp), OwnsTokens(false) {
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Interpreter.cpp 86 std::vector<GenericValue> ActualArgs;
89 ActualArgs.push_back(ArgValues[i]);
92 callFunction(F, ActualArgs);
  /system/update_engine/update_manager/
update_manager.h 71 template<typename R, typename... ActualArgs, typename... ExpectedArgs>
76 R* result, ActualArgs...);
86 template<typename R, typename... ActualArgs, typename... ExpectedArgs>
92 ActualArgs... args);
update_manager-inl.h 114 template<typename R, typename... ActualArgs, typename... ExpectedArgs>
119 R* result, ActualArgs... args) {
124 // IMPORTANT: To ensure that ActualArgs can be converted to ExpectedArgs, we
136 template<typename R, typename... ActualArgs, typename... ExpectedArgs>
142 ActualArgs... args) {
154 // IMPORTANT: To ensure that ActualArgs can be converted to ExpectedArgs, we
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.cpp 89 ArrayRef<GenericValue> ActualArgs =
93 callFunction(F, ActualArgs);
  /external/clang/lib/Lex/
TokenLexer.cpp 25 /// arguments. Note that this ctor takes ownership of the ActualArgs pointer.
33 ActualArgs = Actuals;
88 ActualArgs = nullptr;
118 if (ActualArgs) ActualArgs->destroy(PP);
200 Res = ActualArgs->getStringifiedArgument(ArgNo, PP,
205 Res = MacroArgs::StringifyArgument(ActualArgs->getUnexpArgument(ArgNo),
256 if (!PasteBefore && ActualArgs->isVarargsElidedUse() &&
270 const Token *ArgTok = ActualArgs->getUnexpArgument(ArgNo);
271 if (ActualArgs->ArgNeedsPreexpansion(ArgTok, PP)
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
Evaluator.h 54 /// can't evaluate it. ActualArgs contains the formal arguments for the
57 const SmallVectorImpl<Constant*> &ActualArgs);
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
Evaluator.cpp 534 /// can't evaluate it. ActualArgs contains the formal arguments for the
537 const SmallVectorImpl<Constant*> &ActualArgs) {
549 setVal(&*AI, ActualArgs[ArgNo]);
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 295 milliseconds