Home
last modified time | relevance | path

Searched refs:ArgumentList (Results 1 – 25 of 45) sorted by relevance

12

/external/jline/src/src/main/java/jline/
DArgumentCompletor.java137 ArgumentList list = delim.delimit(buffer, cursor); in complete()
227 ArgumentList delimit(String buffer, int argumentPosition); in delimit()
268 public ArgumentList delimit(final String buffer, final int cursor) { in delimit()
294 return new ArgumentList((String[]) args. in delimit()
376 public static class ArgumentList { class in ArgumentCompletor
390 public ArgumentList(String[] arguments, int cursorArgumentIndex, in ArgumentList() method in ArgumentCompletor.ArgumentList
/external/llvm/include/llvm/IR/
DFunction.h56 mutable ArgumentListType ArgumentList; ///< The formal arguments
474 return ArgumentList;
478 return ArgumentList;
481 return &Function::ArgumentList;
521 return ArgumentList.begin();
525 return ArgumentList.begin();
529 return ArgumentList.end();
533 return ArgumentList.end();
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h63 mutable ArgumentListType ArgumentList; ///< The formal arguments variable
497 return ArgumentList; in getArgumentList()
501 return ArgumentList; in getArgumentList()
505 return &Function::ArgumentList; in getSublistAccess()
548 return ArgumentList.begin(); in arg_begin()
552 return ArgumentList.begin(); in arg_begin()
557 return ArgumentList.end(); in arg_end()
561 return ArgumentList.end(); in arg_end()
/external/clang/include/clang/Lex/
DMacroInfo.h49 IdentifierInfo **ArgumentList; variable
163 assert(ArgumentList == nullptr && NumArguments == 0 && in setArgumentList()
169 ArgumentList = PPAllocator.Allocate<IdentifierInfo *>(List.size()); in setArgumentList()
170 std::copy(List.begin(), List.end(), ArgumentList); in setArgumentList()
177 arg_iterator arg_begin() const { return ArgumentList; } in arg_begin()
178 arg_iterator arg_end() const { return ArgumentList + NumArguments; } in arg_end()
181 return ArrayRef<const IdentifierInfo *>(ArgumentList, NumArguments); in args()
/external/mesa3d/.gitlab-ci/windows/
Dmesa_deps.ps132 Start-Process -NoNewWindow -Wait git -ArgumentList 'config --global core.autocrlf false'
55 Start-Process -NoNewWindow -Wait C:\vs_buildtools.exe -ArgumentList '--wait --quiet --norestart --n…
/external/llvm-project/llvm/test/DebugInfo/PDB/
Dpdbdump-yaml-types.test25 YAML: ArgumentList: 4096
86 YAML: ArgumentList: 4102
96 YAML: ArgumentList: 4096
186 YAML: ArgumentList: 4112
199 YAML: ArgumentList: 4114
209 YAML: ArgumentList: 4096
309 YAML: ArgumentList: 4124
319 YAML: ArgumentList: 4096
412 YAML: ArgumentList: 4135
422 YAML: ArgumentList: 4096
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h157 TypeIndex ArgumentList) in ProcedureRecord() argument
160 ArgumentList(ArgumentList) {} in ProcedureRecord()
166 TypeIndex getArgumentList() const { return ArgumentList; } in getArgumentList()
172 TypeIndex ArgumentList; variable
184 TypeIndex ArgumentList, int32_t ThisPointerAdjustment) in MemberFunctionRecord() argument
188 ArgumentList(ArgumentList), in MemberFunctionRecord()
197 TypeIndex getArgumentList() const { return ArgumentList; } in getArgumentList()
206 TypeIndex ArgumentList; variable
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h146 TypeIndex ArgumentList) in ProcedureRecord() argument
149 ArgumentList(ArgumentList) {} in ProcedureRecord()
164 TypeIndex getArgumentList() const { return ArgumentList; } in getArgumentList()
179 TypeIndex ArgumentList; variable
188 TypeIndex ArgumentList, int32_t ThisPointerAdjustment) in MemberFunctionRecord() argument
192 ArgumentList(ArgumentList), in MemberFunctionRecord()
208 TypeIndex getArgumentList() const { return ArgumentList; } in getArgumentList()
229 TypeIndex ArgumentList; variable
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h151 TypeIndex ArgumentList) in ProcedureRecord() argument
154 ArgumentList(ArgumentList) {} in ProcedureRecord()
160 TypeIndex getArgumentList() const { return ArgumentList; } in getArgumentList()
166 TypeIndex ArgumentList; variable
178 TypeIndex ArgumentList, int32_t ThisPointerAdjustment) in MemberFunctionRecord() argument
182 ArgumentList(ArgumentList), in MemberFunctionRecord()
191 TypeIndex getArgumentList() const { return ArgumentList; } in getArgumentList()
200 TypeIndex ArgumentList; variable
/external/scapy/.appveyor/
DInstallNpcap.ps118 Start-Process $PSScriptRoot"\npcap.exe" -ArgumentList "/loopback_support=yes /S" -wait
/external/catch2/misc/
DinstallOpenCppCoverage.ps112 $installProcess = (Start-Process $installerPath -ArgumentList '/VERYSILENT' -PassThru -Wait)
/external/python/cpython2/Tools/framer/framer/
Dfunction.py101 def ArgumentList(func, method): function
157 self.args = ArgumentList(self._func, self.method)
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeFunctionSig.cpp93 initializeArgList(MemberFunc.ArgumentList); in initialize()
95 initializeArgList(Proc.ArgumentList); in initialize()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeFunctionSig.cpp93 initializeArgList(MemberFunc.ArgumentList); in initialize()
95 initializeArgList(Proc.ArgumentList); in initialize()
/external/clang/lib/Lex/
DMacroInfo.cpp20 ArgumentList(nullptr), in MacroInfo()
148 Out << ArgumentList[I]->getName(); in dump()
/external/llvm/lib/IR/
DFunction.cpp285 ArgumentList.clear(); in ~Function()
298 ArgumentList.push_back(new Argument(FT->getParamType(i))); in BuildLazyArguments()
311 assert(llvm::all_of(ArgumentList, in stealArgumentListFrom()
314 ArgumentList.clear(); in stealArgumentListFrom()
323 ArgumentList.splice(ArgumentList.end(), Src.ArgumentList); in stealArgumentListFrom()
/external/rust/crates/grpcio-sys/grpc/third_party/toolchains/rbe_win2019/
DDockerfile28 RUN Start-Process msiexec.exe -ArgumentList \"/i C:\\TEMP\\7z.msi /qn /norestart /log C:\\TEMP\\7z_…
47 …Start-Process -FilePath 'visualcppbuildtools_full.exe' -ArgumentList '/quiet', '/NoRestart', '/Ins…
70 RUN Start-Process msiexec.exe -ArgumentList \"/i C:\\TEMP\\python.msi /qn /norestart /log C:\\TEMP\…
/external/llvm-project/lld/test/COFF/
Dpdb-tpi-aligned-records.test29 ArgumentList: 0
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp339 checkTypeReferences(0, Procedure.ReturnType, Procedure.ArgumentList); in TEST_F()
346 MemberFunction.ThisType, MemberFunction.ArgumentList); in TEST_F()
443 checkTypeReferences(8, Procedure.ReturnType, Procedure.ArgumentList); in TEST_F()
445 MemberFunction.ThisType, MemberFunction.ArgumentList); in TEST_F()
DTypeHashingTest.cpp39 PR.ArgumentList = ArgList; in createProcedureRecord()
/external/capstone/bindings/powershell/Capstone/
DCapstone.psm110 New-Object -TypeName version -ArgumentList @( in Get-CapstoneVersion()
/external/llvm-project/llvm/test/DebugInfo/COFF/
Dglobal-type-hashes.ll171 ; YAML: ArgumentList: 4097
202 ; YAML: ArgumentList: 4102
215 ; YAML: ArgumentList: 4104
/external/llvm-project/llvm/test/tools/llvm-readobj/COFF/
Dcodeview-merging-ghash.test107 ArgumentList: 4097
/external/llvm-project/lldb/test/Shell/ObjectFile/PDB/
Dobject.test252 ArgumentList: 4097
/external/llvm/lib/DebugInfo/CodeView/
DTypeRecord.cpp405 Success &= remapIndex(IndexMap, ArgumentList); in remapTypeIndices()
414 Success &= remapIndex(IndexMap, ArgumentList); in remapTypeIndices()

12