Home
last modified time | relevance | path

Searched refs:ObjectArg (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/dev/acpica/include/
H A Dacdebug.h249 char *ObjectArg);
263 char *ObjectArg);
395 char *ObjectArg);
446 char *ObjectArg);
/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbcmds.c275 char *ObjectArg) in AcpiDbSleep() argument
286 if (!ObjectArg) in AcpiDbSleep()
301 SleepState = (UINT8) strtoul (ObjectArg, NULL, 0); in AcpiDbSleep()
1254 char *ObjectArg) in AcpiDbDisplayResources() argument
1264 if (!ObjectArg || (!strcmp (ObjectArg, "*"))) in AcpiDbDisplayResources()
1273 Node = AcpiDbConvertToNode (ObjectArg); in AcpiDbDisplayResources()
H A Ddbnames.c1157 char *ObjectArg) in AcpiDbFindReferences() argument
1165 Address = strtoul (ObjectArg, NULL, 16); in AcpiDbFindReferences()
H A Ddbdisply.c803 char *ObjectArg) in AcpiDbDisplayObjectType() argument
812 Arg = strtoul (ObjectArg, NULL, 16); in AcpiDbDisplayObjectType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCheckExprLifetime.cpp579 Expr *ObjectArg = nullptr; in visitFunctionCallArguments() local
581 ObjectArg = Args[0]; in visitFunctionCallArguments()
584 ObjectArg = MCE->getImplicitObjectArgument(); in visitFunctionCallArguments()
632 if (ObjectArg) { in visitFunctionCallArguments()
635 if (auto *LE = dyn_cast<LambdaExpr>(ObjectArg->IgnoreImplicit()); in visitFunctionCallArguments()
643 VisitLifetimeBoundArg(Callee, ObjectArg); in visitFunctionCallArguments()
647 VisitGSLPointerArg(Callee, ObjectArg); in visitFunctionCallArguments()
H A DSemaChecking.cpp2297 ExprResult ObjectArg = [&]() -> ExprResult { in BuiltinInvoke() local
2339 if (ObjectArg.isInvalid()) in BuiltinInvoke()
2343 tok::periodstar, ObjectArg.get(), Args[0]); in BuiltinInvoke()
H A DSemaOverload.cpp16282 ExprResult ObjectArg = PerformImplicitObjectArgumentInitialization( in BuildCallToMemberFunction() local
16284 if (ObjectArg.isInvalid()) in BuildCallToMemberFunction()
16286 MemExpr->setBase(ObjectArg.get()); in BuildCallToMemberFunction()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp6557 LValue *ObjectArg = nullptr) { in EvaluateArgs() argument
6589 ObjectArg->setFrom(Info.Ctx, *That); in EvaluateArgs()
6618 const LValue *ObjectArg, const Expr *E, in HandleFunctionCall() argument
6625 CallStackFrame Frame(Info, E->getSourceRange(), Callee, ObjectArg, E, Call); in HandleFunctionCall()
6639 assert(ObjectArg && in HandleFunctionCall()
6647 if (!handleAssignment(Info, Args[ExplicitOffset], *ObjectArg, in HandleFunctionCall()
6651 ObjectArg->moveInto(Result); in HandleFunctionCall()
8281 LValue *This = nullptr, ObjectArg; in handleCallExpr() local
8292 if (!EvaluateObjectArgument(Info, ME->getBase(), ObjectArg)) in handleCallExpr()
8297 This = &ObjectArg; in handleCallExpr()
[all …]