Home
last modified time | relevance | path

Searched defs:args (Results 1 – 25 of 703) sorted by relevance

12345678910>>...29

/llvm-project-15.0.7/lldb/unittests/Utility/
H A DArgsTest.cpp21 Args args; in TEST() local
28 Args args; in TEST() local
35 Args args; in TEST() local
42 Args args; in TEST() local
49 Args args; in TEST() local
56 Args args; in TEST() local
63 Args args; in TEST() local
70 Args args; in TEST() local
80 Args args; in TEST() local
89 Args args; in TEST() local
[all …]
H A DOptionsWithRawTest.cpp18 OptionsWithRaw args(""); in TEST() local
25 OptionsWithRaw args(" "); in TEST() local
32 OptionsWithRaw args(" "); in TEST() local
39 OptionsWithRaw args("-foo bar"); in TEST() local
46 OptionsWithRaw args("foo bar --"); in TEST() local
60 OptionsWithRaw args("-foo --"); in TEST() local
75 OptionsWithRaw args("-foo -- "); in TEST() local
89 OptionsWithRaw args("-foo -- "); in TEST() local
103 OptionsWithRaw args(" -foo -- bar"); in TEST() local
117 OptionsWithRaw args("-foo -- bar"); in TEST() local
[all …]
/llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dext-blocks.cpp5 int f0(Args ...args) { in f0()
14 int f1(Args ...args) { in f1()
24 int f2(Args ...args) { in f2()
33 int f3(Args ...args) { in f3()
42 int PR9953(Args ...args) { in PR9953()
/llvm-project-15.0.7/clang/utils/analyzer/
H A DSATest.py17 def add(parser, args): argument
35 def build(parser, args): argument
55 def compare(parser, args): argument
76 def update(parser, args): argument
85 def benchmark(parser, args): argument
93 def benchmark_compare(parser, args): argument
98 def get_projects(parser, args): argument
137 def docker(parser, args): argument
156 def docker_shell(args): argument
172 def docker_run(args, command, docker_args=""): argument
/llvm-project-15.0.7/llvm/utils/UpdateTestChecks/
H A Dasm.py233 def scrub_asm_x86(asm, args): argument
266 def scrub_asm_amdgpu(asm, args): argument
312 def scrub_asm_m68k(asm, args): argument
322 def scrub_asm_mips(asm, args): argument
342 def scrub_asm_avr(asm, args): argument
352 def scrub_asm_riscv(asm, args): argument
362 def scrub_asm_lanai(asm, args): argument
372 def scrub_asm_sparc(asm, args): argument
402 def scrub_asm_ve(asm, args): argument
412 def scrub_asm_csky(asm, args): argument
[all …]
/llvm-project-15.0.7/clang/test/Analysis/copypaste/
H A Dfold.cpp8 int foo1(Args&&... args) { in foo1()
18 int foo2(Args&&... args) { in foo2()
28 int foo3(Args&&... args) { in foo3()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DImplicitLocOpBuilder.h66 OpTy create(Args &&...args) { in create()
74 void createOrFold(llvm::SmallVectorImpl<Value> &results, Args &&...args) { in createOrFold()
82 createOrFold(Args &&...args) { in createOrFold()
90 createOrFold(Args &&...args) { in createOrFold()
H A DStorageUniquerSupport.h150 static ConcreteT get(MLIRContext *ctx, Args... args) { in get()
162 static ConcreteT getChecked(const Location &loc, Args... args) { in getChecked()
170 static ConcreteT getChecked(function_ref<InFlightDiagnostic()> emitErrorFn, in getChecked()
187 LogicalResult mutate(Args &&...args) { in mutate()
198 static LogicalResult verify(Args... args) { in verify()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNBLog.cpp66 va_list args) { in _DNBLogVAPrintf()
75 va_list args; in _DNBLog() local
85 va_list args; in _DNBLogDebug() local
96 va_list args; in _DNBLogDebugVerbose() local
112 va_list args; in _DNBLogThreaded() local
154 va_list args; in _DNBLogThreadedIf() local
194 va_list args; in _DNBLogError() local
211 va_list args; in _DNBLogFatalError() local
228 va_list args; in _DNBLogVerbose() local
240 va_list args; in _DNBLogWarningVerbose() local
[all …]
/llvm-project-15.0.7/clang/utils/check_cfc/
H A Dcheck_cfc.py111 def flip_dash_g(args): argument
121 def derive_output_file(args): argument
130 def get_output_file(args): argument
147 def is_output_specified(args): argument
151 def replace_output_file(args, new_name): argument
172 def add_output_file(args, output_file): argument
176 def set_output_file(args, output_file): argument
187 def get_input_file(args): argument
206 def set_input_file(args, input_file): argument
217 def is_normal_compile(args): argument
/llvm-project-15.0.7/lldb/test/API/commands/command/script/
H A Ddecorated.py7 def decorated1(debugger, args, exe_ctx, result, dict): argument
15 def decorated2(debugger, args, exe_ctx, result, dict): argument
23 def decorated3(debugger, args, result, dict): argument
31 def _decorated4(debugger, args, exe_ctx, result, dict): argument
H A Dwelcome.py14 def __call__(self, debugger, args, exe_ctx, result): argument
24 def __call__(self, debugger, args, exe_ctx, result): argument
35 def print_wait_impl(debugger, args, result, dict): argument
45 def check_for_synchro(debugger, args, result, dict): argument
52 def takes_exe_ctx(debugger, args, exe_ctx, result, dict): argument
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dsparc-vaarg.c9 int get_int(va_list *args) { in get_int()
23 void get_struct(va_list *args) { in get_struct()
33 void get_enum(va_list *args) { in get_enum()
/llvm-project-15.0.7/clang/test/Index/
H A Dcomplete-macros.c19 #define variadic2(args...) argument
20 #define variadic3(args, ...) argument
21 #define variadic4(first, second, args, ...) argument
22 #define variadic5(first, second, args ...) argument
/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp116 static bool isStaticallyAbsent(llvm::ArrayRef<mlir::Value> args, in isStaticallyAbsent()
184 llvm::ArrayRef<fir::ExtendedValue> args) { in genProdOrSum()
227 llvm::ArrayRef<fir::ExtendedValue> args) { in genDotProd()
256 llvm::ArrayRef<fir::ExtendedValue> args) { in genExtremumVal()
650 IntrinsicDummyArgument args[7]; member
1664 llvm::ArrayRef<fir::ExtendedValue> args, bool outline) { in genElementalCall()
1680 llvm::ArrayRef<fir::ExtendedValue> args, bool outline) { in genElementalCall()
1920 llvm::ArrayRef<fir::ExtendedValue> args) { in outlineInExtendedWrapper()
2770 llvm::ArrayRef<fir::ExtendedValue> args) { in genGetCommandArgument()
2819 llvm::ArrayRef<fir::ExtendedValue> args) { in genGetEnvironmentVariable()
[all …]
/llvm-project-15.0.7/lld/Common/
H A DArgs.cpp29 static int64_t getInteger(opt::InputArgList &args, unsigned key, in getInteger()
47 int64_t lld::args::getInteger(opt::InputArgList &args, unsigned key, in getInteger()
52 int64_t lld::args::getHex(opt::InputArgList &args, unsigned key, in getHex()
57 std::vector<StringRef> lld::args::getStrings(opt::InputArgList &args, int id) { in getStrings()
64 uint64_t lld::args::getZOptionValue(opt::InputArgList &args, int id, in getZOptionValue()
/llvm-project-15.0.7/lldb/test/Shell/Quit/
H A Dexpect_exit_code.py6 args = sys.argv variable
10 args = args[2:] variable
/llvm-project-15.0.7/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
H A Dconstruct_types.pass.cpp61 bool doTest(UsesAllocatorType UAExpect, Args&&... args) in doTest()
72 bool doTestUsesAllocV0(Args&&... args) in doTestUsesAllocV0()
83 bool doTestUsesAllocV1(EAlloc const& ealloc, Args&&... args) in doTestUsesAllocV1()
93 bool doTestUsesAllocV2(EAlloc const& ealloc, Args&&... args) in doTestUsesAllocV2()
103 void test_pmr_uses_alloc(Args&&... args) in test_pmr_uses_alloc()
136 void test_pmr_not_uses_alloc(Args&&... args) in test_pmr_not_uses_alloc()
171 void test_non_pmr_uses_alloc(AllocObj const& A, Args&&... args) in test_non_pmr_uses_alloc()
/llvm-project-15.0.7/lld/ELF/
H A DDriver.cpp506 static void checkZOptions(opt::InputArgList &args) { in checkZOptions()
603 static std::string getRpath(opt::InputArgList &args) { in getRpath()
709 static int getMemtagMode(opt::InputArgList &args) { in getMemtagMode()
731 static ICFLevel getICF(opt::InputArgList &args) { in getICF()
740 static StripPolicy getStrip(opt::InputArgList &args) { in getStrip()
806 getBuildId(opt::InputArgList &args) { in getBuildId()
989 static bool getIsRela(opt::InputArgList &args) { in getIsRela()
1022 static void readConfigs(opt::InputArgList &args) { in readConfigs()
1493 static void setConfigs(opt::InputArgList &args) { in setConfigs()
1765 static void excludeLibs(opt::InputArgList &args) { in excludeLibs()
[all …]
/llvm-project-15.0.7/clang/utils/perf-training/
H A Dperf-helper.py30 def clean(args): argument
39 def merge(args): argument
49 def dtrace(args): argument
142 def cc1(args): argument
318 def genOrderFile(args): argument
/llvm-project-15.0.7/llvm/lib/Support/
H A DGraphWriter.cpp135 static bool ExecGraphViewer(StringRef ExecPath, std::vector<StringRef> &args, in ExecGraphViewer()
200 std::vector<StringRef> args; in DisplayGraph() local
211 std::vector<StringRef> args; in DisplayGraph() local
221 std::vector<StringRef> args; in DisplayGraph() local
231 std::vector<StringRef> args; in DisplayGraph() local
272 std::vector<StringRef> args; in DisplayGraph() local
325 std::vector<StringRef> args; in DisplayGraph() local
/llvm-project-15.0.7/flang/lib/Frontend/
H A DCompilerInvocation.cpp58 static bool parseShowColorsArgs(const llvm::opt::ArgList &args, in parseShowColorsArgs()
94 static unsigned getOptimizationLevel(llvm::opt::ArgList &args, in getOptimizationLevel()
113 llvm::opt::ArgList &args) { in parseDiagnosticArgs()
120 llvm::opt::ArgList &args, in parseCodeGenArgs()
134 static void parseTargetArgs(TargetOptions &opts, llvm::opt::ArgList &args) { in parseTargetArgs()
150 static bool parseFrontendArgs(FrontendOptions &opts, llvm::opt::ArgList &args, in parseFrontendArgs()
443 Fortran::frontend::PreprocessorOptions &opts, llvm::opt::ArgList &args) { in parsePreprocessorArgs()
478 static bool parseSemaArgs(CompilerInvocation &res, llvm::opt::ArgList &args, in parseSemaArgs()
517 static bool parseDiagArgs(CompilerInvocation &res, llvm::opt::ArgList &args, in parseDiagArgs()
545 static bool parseDialectArgs(CompilerInvocation &res, llvm::opt::ArgList &args, in parseDialectArgs()
[all …]
/llvm-project-15.0.7/lldb/examples/python/
H A Dgdbremote.py597 def cmd_stop_reply(options, cmd, args): argument
638 def cmd_qSymbol(options, cmd, args): argument
681 def cmd_qXfer(options, cmd, args): argument
724 def cmd_A(options, cmd, args): argument
742 def cmd_qC(options, cmd, args): argument
811 def cmd_c(options, cmd, args): argument
816 def cmd_s(options, cmd, args): argument
829 def cmd_vCont(options, cmd, args): argument
896 def cmd_vAttach(options, cmd, args): argument
1162 def cmd_bp(options, cmd, args): argument
[all …]
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dcolorprint.cc85 std::string FormatString(const char* msg, va_list args) { in FormatString()
114 va_list args; in FormatString() local
122 va_list args; in ColorPrintf() local
129 va_list args) { in ColorPrintf()
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/
H A DTransformational.cpp31 auto args = in genCshift() local
48 auto args = fir::runtime::createArguments( in genCshiftVector() local
64 auto args = fir::runtime::createArguments(builder, loc, fTy, resultBox, in genEoshift() local
83 auto args = in genEoshiftVector() local
98 auto args = in genMatmul() local
113 auto args = in genPack() local
129 auto args = fir::runtime::createArguments(builder, loc, fTy, resultBox, in genReshape() local
144 auto args = in genSpread() local
158 auto args = fir::runtime::createArguments(builder, loc, fTy, resultBox, in genTranspose() local
172 auto args = in genUnpack() local

12345678910>>...29