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

  /src/sys/external/bsd/acpica/dist/compiler/
asllookup.c 123 ASL_METHOD_LOCAL *MethodArgs;
135 MethodArgs = (ASL_METHOD_LOCAL *) Node->MethodArgs;
159 if (MethodArgs[i].Flags & ASL_ARG_IS_LOCAL)
163 if ((MethodArgs[i].Flags & ASL_ARG_INITIALIZED) &&
164 (!(MethodArgs[i].Flags & ASL_ARG_REFERENCED)))
168 MethodArgs[i].Op, AslGbl_MsgBuffer);
179 (!(MethodArgs[i].Flags & ASL_ARG_REFERENCED)))
183 MethodArgs[i].Op, AslGbl_MsgBuffer);
aslxref.c 323 ASL_METHOD_LOCAL *MethodArgs = NULL;
348 MethodArgs = UtLocalCalloc (
350 Node->MethodArgs = MethodArgs;
372 MethodArgs[i].Flags = ASL_ARG_INITIALIZED;
378 MethodArgs[i].Flags = ASL_ARG_IS_LOCAL;
381 MethodArgs[i].Op = Op;
462 MethodArgs = Node->MethodArgs;
465 if (!MethodArgs)
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 203 void *MethodArgs;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOverload.cpp 14639 SmallVector<Expr *, 8> MethodArgs(NumArgsSlots);
14651 MethodArgs[0] = Object.get();
14680 MethodArgs[i + 1] = Arg;
14690 MethodArgs[i + 1] = Arg.get();
14705 Context, OO_Call, NewFn.get(), MethodArgs, ResultTy, VK, RParenLoc,

Completed in 26 milliseconds