Searched refs:StartArg (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DGraphWriter.cpp247 // The lifetime of StartArg must include the call of ExecGraphViewer
249 std::string StartArg;
269 StartArg =
271 args.push_back(StartArg);
/freebsd-11-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbnames.c337 * PARAMETERS: StartArg - Node to begin namespace dump
349 char *StartArg,
358 if (StartArg)
360 SubtreeEntry = AcpiDbConvertToNode (StartArg);
348 AcpiDbDumpNamespace( char *StartArg, char *DepthArg) argument
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacdebug.h357 char *StartArg,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp791 Expr **StartArg = &Args[0];
793 AcquiredAfterAttr(S.Context, AL, StartArg, Args.size()));
801 Expr **StartArg = &Args[0];
803 AcquiredBeforeAttr(S.Context, AL, StartArg, Args.size()));
821 Expr **StartArg = Size == 0 ? nullptr : &Args[0]; local
823 AssertSharedLockAttr(S.Context, AL, StartArg, Size));
833 Expr **StartArg = Size == 0 ? nullptr : &Args[0]; local
835 AssertExclusiveLockAttr(S.Context, AL, StartArg, Size));
957 Expr **StartArg = &Args[0];
960 LocksExcludedAttr(S.Context, AL, StartArg, Siz
[all...]
H A DSemaOverload.cpp9422 unsigned StartArg = 0;
9424 StartArg = 1;
9443 for (unsigned ArgIdx = StartArg; ArgIdx < NumArgs; ++ArgIdx) {
9461 for (unsigned ArgIdx = StartArg; ArgIdx < NumArgs; ++ArgIdx) {

Completed in 275 milliseconds