Home
last modified time | relevance | path

Searched refs:full_args (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandObject.cpp723 Args full_args(GetCommandName()); in Execute() local
724 full_args.AppendArguments(cmd_args); in Execute()
726 InvokeOverrideCallback(full_args.GetConstArgumentVector(), result); in Execute()
/llvm-project-15.0.7/mlir/python/mlir/dialects/linalg/opdsl/lang/
H A Dcomprehension.py184 full_args = [self.lhs.to_scalar_expression()
193 full_args).expr()