Searched refs:ArgEnd (Results 1 – 10 of 10) sorted by relevance
| /src/sys/contrib/dev/acpica/components/parser/ |
| H A D | psscope.c | 201 ((ParserState->Aml >= ParserState->Scope->ParseScope.ArgEnd || in AcpiPsHasCompletedScope() 239 Scope->ParseScope.ArgEnd = ParserState->AmlEnd; in AcpiPsInitScope() 297 Scope->ParseScope.ArgEnd = ParserState->PkgEnd; in AcpiPsPushScope() 303 Scope->ParseScope.ArgEnd = ACPI_TO_POINTER (ACPI_MAX_PTR); in AcpiPsPushScope()
|
| /src/contrib/llvm-project/llvm/lib/Option/ |
| H A D | ArgList.cpp | 213 const char* const *ArgEnd) in InputArgList() argument 214 : NumInputArgStrings(ArgEnd - ArgBegin) { in InputArgList() 215 ArgStrings.append(ArgBegin, ArgEnd); in InputArgList()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | IntrinsicLowering.cpp | 31 ArgIt ArgBegin, ArgIt ArgEnd, in ReplaceCallWith() argument 38 for (ArgIt I = ArgBegin; I != ArgEnd; ++I) in ReplaceCallWith() 44 SmallVector<Value *, 8> Args(ArgBegin, ArgEnd); in ReplaceCallWith()
|
| /src/contrib/llvm-project/llvm/include/llvm/Option/ |
| H A D | ArgList.h | 418 InputArgList(const char* const *ArgBegin, const char* const *ArgEnd);
|
| /src/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | ASTUnit.h | 833 const char **ArgBegin, const char **ArgEnd,
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 2167 ArgEnd = Node->arg_end(); in VisitCXXTemporaryObjectExpr() local 2168 Arg != ArgEnd; ++Arg) { in VisitCXXTemporaryObjectExpr() 2422 for (auto Arg = Node->arg_begin(), ArgEnd = Node->arg_end(); Arg != ArgEnd; in VisitCXXUnresolvedConstructExpr() local
|
| /src/sys/contrib/dev/acpica/include/ |
| H A D | aclocal.h | 867 UINT8 *ArgEnd; /* Current argument end */ member
|
| /src/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 1567 CallExpr::const_arg_iterator ArgEnd, 1993 CallExpr::const_arg_iterator ArgEnd, in examineArguments() argument 2013 for (auto Arg = ArgBegin; Param != Params.end() && Arg != ArgEnd; in examineArguments()
|
| /src/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 948 for (CallExpr::arg_iterator Arg = E->arg_begin(), ArgEnd = E->arg_end(); in VisitCallExpr() local 949 Arg != ArgEnd; ++Arg) in VisitCallExpr() 1544 for (CallExpr::arg_iterator Arg = E->arg_begin(), ArgEnd = E->arg_end(); in VisitObjCMessageExpr() local 1545 Arg != ArgEnd; ++Arg) in VisitObjCMessageExpr()
|
| /src/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 1759 const char **ArgBegin, const char **ArgEnd, in LoadFromCommandLine() argument 1792 CI = createInvocation(llvm::ArrayRef(ArgBegin, ArgEnd), std::move(CIOpts)); in LoadFromCommandLine()
|