Searched refs:ArgEnd (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/sys/contrib/dev/acpica/components/parser/
H A Dpsscope.c201 ((ParserState->Aml >= ParserState->Scope->ParseScope.ArgEnd ||
239 Scope->ParseScope.ArgEnd = ParserState->AmlEnd;
297 Scope->ParseScope.ArgEnd = ParserState->PkgEnd;
303 Scope->ParseScope.ArgEnd = ACPI_TO_POINTER (ACPI_MAX_PTR);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Option/
H A DArgList.cpp203 const char* const *ArgEnd)
204 : NumInputArgStrings(ArgEnd - ArgBegin) {
205 ArgStrings.append(ArgBegin, ArgEnd);
202 InputArgList(const char* const *ArgBegin, const char* const *ArgEnd) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp32 ArgIt ArgBegin, ArgIt ArgEnd,
39 for (ArgIt I = ArgBegin; I != ArgEnd; ++I)
45 SmallVector<Value *, 8> Args(ArgBegin, ArgEnd);
31 ReplaceCallWith(const char *NewFn, CallInst *CI, ArgIt ArgBegin, ArgIt ArgEnd, Type *RetTy) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp1007 ArgEnd = ArgMapIt->second.end();
1008 ArgIt != ArgEnd; ++ArgIt) {
1035 if (N != ArgEnd && N->is(tok::l_paren))
1036 ArgIt = getMatchingRParen(++ArgIt, ArgEnd);
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp1890 ArgEnd = Node->arg_end();
1891 Arg != ArgEnd; ++Arg) {
2125 ArgEnd = Node->arg_end();
2126 Arg != ArgEnd; ++Arg) {
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Option/
H A DArgList.h393 InputArgList(const char* const *ArgBegin, const char* const *ArgEnd);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h794 /// \param ArgEnd - The end of the argument vector.
819 const char **ArgBegin, const char **ArgEnd,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp1593 CallExpr::const_arg_iterator ArgEnd,
2004 CallExpr::const_arg_iterator ArgEnd,
2024 for (auto Arg = ArgBegin; Param != Params.end() && Arg != ArgEnd;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp782 for (CallExpr::arg_iterator Arg = E->arg_begin(), ArgEnd = E->arg_end();
783 Arg != ArgEnd; ++Arg)
1328 for (CallExpr::arg_iterator Arg = E->arg_begin(), ArgEnd = E->arg_end();
1329 Arg != ArgEnd; ++Arg)
/freebsd-12-stable/sys/contrib/dev/acpica/include/
H A Daclocal.h858 UINT8 *ArgEnd; /* Current argument end */ member in struct:acpi_pscope_state
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1730 const char **ArgBegin, const char **ArgEnd,
1753 llvm::makeArrayRef(ArgBegin, ArgEnd), Diags, VFS);
1729 LoadFromCommandLine( const char **ArgBegin, const char **ArgEnd, std::shared_ptr<PCHContainerOperations> PCHContainerOps, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, StringRef ResourceFilesPath, bool OnlyLocalDecls, CaptureDiagsKind CaptureDiagnostics, ArrayRef<RemappedFile> RemappedFiles, bool RemappedFilesKeepOriginalName, unsigned PrecompilePreambleAfterNParses, TranslationUnitKind TUKind, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool AllowPCHWithCompilerErrors, SkipFunctionBodiesScope SkipFunctionBodies, bool SingleFileParse, bool UserFilesAreVolatile, bool ForSerialization, bool RetainExcludedConditionalBlocks, llvm::Optional<StringRef> ModuleFormat, std::unique_ptr<ASTUnit> *ErrAST, IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) argument

Completed in 229 milliseconds