Searched refs:ArgEnd (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Option/ |
| H A D | ArgList.cpp | 203 const char* const *ArgEnd) in InputArgList() argument 204 : NumInputArgStrings(ArgEnd - ArgBegin) { in InputArgList() 205 ArgStrings.append(ArgBegin, ArgEnd); in InputArgList()
|
| /freebsd-13.1/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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Option/ |
| H A D | ArgList.h | 392 InputArgList(const char* const *ArgBegin, const char* const *ArgEnd);
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 1941 ArgEnd = Node->arg_end(); in VisitCXXTemporaryObjectExpr() local 1942 Arg != ArgEnd; ++Arg) { in VisitCXXTemporaryObjectExpr() 2191 ArgEnd = Node->arg_end(); in VisitCXXUnresolvedConstructExpr() local 2192 Arg != ArgEnd; ++Arg) { in VisitCXXUnresolvedConstructExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | ASTUnit.h | 819 const char **ArgBegin, const char **ArgEnd,
|
| /freebsd-13.1/sys/contrib/dev/acpica/include/ |
| H A D | aclocal.h | 858 UINT8 *ArgEnd; /* Current argument end */ member
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 870 for (CallExpr::arg_iterator Arg = E->arg_begin(), ArgEnd = E->arg_end(); in VisitCallExpr() local 871 Arg != ArgEnd; ++Arg) in VisitCallExpr() 1437 for (CallExpr::arg_iterator Arg = E->arg_begin(), ArgEnd = E->arg_end(); in VisitObjCMessageExpr() local 1438 Arg != ArgEnd; ++Arg) in VisitObjCMessageExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 1610 CallExpr::const_arg_iterator ArgEnd, 2023 CallExpr::const_arg_iterator ArgEnd, in examineArguments() argument 2043 for (auto Arg = ArgBegin; Param != Params.end() && Arg != ArgEnd; in examineArguments()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 1712 const char **ArgBegin, const char **ArgEnd, in LoadFromCommandLine() argument 1735 llvm::makeArrayRef(ArgBegin, ArgEnd), Diags, VFS); in LoadFromCommandLine()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | DataFlowSanitizer.cpp | 3144 auto *ArgIt = CB.arg_begin(), *ArgEnd = CB.arg_end(); in visitCallBase() local 3163 std::for_each(ArgIt, ArgEnd, [&](Value *Arg) { in visitCallBase()
|