Home
last modified time | relevance | path

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

12345678910>>...34

/llvm-project/openmp/libompd/gdb-plugin/ompd/
H A Dompd_callbacks.py14 def _print(*args): argument
24 def _sym_addr(*args): argument
37 def _read_string(*args): argument
51 _read(*args) global() argument
71 _thread_context(*args) global() argument
100 _test_threads(*args) global() argument
[all...]
/llvm-project/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
53 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
[all …]
/llvm-project/clang/utils/analyzer/
H A DSATest.py16 def add(parser, args): argument
35 def build(parser, args): argument
57 def compare(parser, args): argument
84 def update(parser, args): argument
93 def benchmark(parser, args): argument
101 def benchmark_compare(parser, args): argument
107 def get_projects(parser, args): argument
148 def docker(parser, args): argument
166 def docker_shell(args): argument
182 def docker_run(args, command, docker_args=""): argument
/llvm-project/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/llvm/utils/UpdateTestChecks/
H A Dasm.py278 scrub_asm_x86(asm, args) global() argument
312 scrub_asm_amdgpu(asm, args) global() argument
323 scrub_asm_arm_eabi(asm, args) global() argument
336 scrub_asm_bpf(asm, args) global() argument
347 scrub_asm_hexagon(asm, args) global() argument
358 scrub_asm_powerpc(asm, args) global() argument
373 scrub_asm_m68k(asm, args) global() argument
384 scrub_asm_mips(asm, args) global() argument
395 scrub_asm_msp430(asm, args) global() argument
406 scrub_asm_avr(asm, args) global() argument
417 scrub_asm_riscv(asm, args) global() argument
428 scrub_asm_lanai(asm, args) global() argument
439 scrub_asm_sparc(asm, args) global() argument
450 scrub_asm_spirv(asm, args) global() argument
461 scrub_asm_systemz(asm, args) global() argument
472 scrub_asm_wasm(asm, args) global() argument
483 scrub_asm_ve(asm, args) global() argument
494 scrub_asm_csky(asm, args) global() argument
507 scrub_asm_nvptx(asm, args) global() argument
518 scrub_asm_loongarch(asm, args) global() argument
[all...]
/llvm-project/clang/utils/perf-training/
H A Dperf-helper.py32 clean(args) global() argument
45 merge(args) global() argument
59 merge_fdata(args) global() argument
72 perf(args) global() argument
103 perf2bolt(args) global() argument
128 dtrace(args) global() argument
255 cc1(args) global() argument
451 genOrderFile(args) global() argument
[all...]
/llvm-project/libcxx/test/libcxx/containers/views/mdspan/extents/
H A Dassert.ctor_from_span.pass.cpp40 std::array args{1000, 5}; in main() local
45 std::array args{1000, 3}; in main() local
51 std::array args{1000, 5}; in main() local
57 std::array args{-1, 5}; in main() local
/llvm-project/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/openmp/libompd/gdb-plugin/
H A DompdAPITests.c74 PyObject *test_ompd_get_thread_handle(PyObject *self, PyObject *args) { in test_ompd_get_thread_handle()
181 PyObject *test_ompd_get_curr_parallel_handle(PyObject *self, PyObject *args) { in test_ompd_get_curr_parallel_handle()
258 PyObject *test_ompd_get_thread_in_parallel(PyObject *self, PyObject *args) { in test_ompd_get_thread_in_parallel()
341 PyObject *test_ompd_thread_handle_compare(PyObject *self, PyObject *args) { in test_ompd_thread_handle_compare()
448 PyObject *test_ompd_get_thread_id(PyObject *self, PyObject *args) { in test_ompd_get_thread_id()
540 PyObject *test_ompd_rel_thread_handle(PyObject *self, PyObject *args) { in test_ompd_rel_thread_handle()
580 PyObject *args) { in test_ompd_get_enclosing_parallel_handle()
660 PyObject *test_ompd_parallel_handle_compare(PyObject *self, PyObject *args) { in test_ompd_parallel_handle_compare()
771 PyObject *test_ompd_rel_parallel_handle(PyObject *self, PyObject *args) { in test_ompd_rel_parallel_handle()
1156 PyObject *test_ompd_get_omp_version(PyObject *self, PyObject *args) { in test_ompd_get_omp_version()
[all …]
/llvm-project/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()
81 createOrFold(Args &&...args) { in createOrFold()
88 createOrFold(Args &&...args) { in createOrFold()
/llvm-project/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/clang/utils/check_cfc/
H A Dcheck_cfc.py125 def flip_dash_g(args): argument
136 def derive_output_file(args): argument
146 def get_output_file(args): argument
164 def is_output_specified(args): argument
169 def replace_output_file(args, new_name): argument
191 def add_output_file(args, output_file): argument
196 def set_output_file(args, output_file): argument
209 def get_input_file(args): argument
229 def set_input_file(args, input_file): argument
241 def is_normal_compile(args): argument
/llvm-project/flang/lib/Optimizer/Builder/
H A DIntrinsicCall.cpp80 isStaticallyAbsent(llvm::ArrayRef<fir::ExtendedValue> args,size_t argIndex) isStaticallyAbsent() argument
84 isStaticallyAbsent(llvm::ArrayRef<mlir::Value> args,size_t argIndex) isStaticallyAbsent() argument
755 genLibF128Call(fir::FirOpBuilder & builder,mlir::Location loc,const MathOperation & mathOp,mlir::FunctionType libFuncType,llvm::ArrayRef<mlir::Value> args) genLibF128Call() argument
766 genLibCall(fir::FirOpBuilder & builder,mlir::Location loc,const MathOperation & mathOp,mlir::FunctionType libFuncType,llvm::ArrayRef<mlir::Value> args) genLibCall() argument
827 genLibSplitComplexArgsCall(fir::FirOpBuilder & builder,mlir::Location loc,const MathOperation & mathOp,mlir::FunctionType libFuncType,llvm::ArrayRef<mlir::Value> args) genLibSplitComplexArgsCall() argument
876 genMathOp(fir::FirOpBuilder & builder,mlir::Location loc,const MathOperation & mathOp,mlir::FunctionType mathLibFuncType,llvm::ArrayRef<mlir::Value> args) genMathOp() argument
919 genComplexMathOp(fir::FirOpBuilder & builder,mlir::Location loc,const MathOperation & mathOp,mlir::FunctionType mathLibFuncType,llvm::ArrayRef<mlir::Value> args) genComplexMathOp() argument
1717 genElementalCall(GeneratorType generator,llvm::StringRef name,mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args,bool outline) genElementalCall() argument
1733 genElementalCall(ExtendedGenerator generator,llvm::StringRef name,mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args,bool outline) genElementalCall() argument
1749 genElementalCall(SubroutineGenerator generator,llvm::StringRef name,mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args,bool outline) genElementalCall() argument
1764 genElementalCall(DualGenerator generator,llvm::StringRef name,mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args,bool outline) genElementalCall() argument
1782 invokeHandler(IntrinsicLibrary::ElementalGenerator generator,const IntrinsicHandler & handler,std::optional<mlir::Type> resultType,llvm::ArrayRef<fir::ExtendedValue> args,bool outline,IntrinsicLibrary & lib) invokeHandler() argument
1793 invokeHandler(IntrinsicLibrary::ExtendedGenerator generator,const IntrinsicHandler & handler,std::optional<mlir::Type> resultType,llvm::ArrayRef<fir::ExtendedValue> args,bool outline,IntrinsicLibrary & lib) invokeHandler() argument
1809 invokeHandler(IntrinsicLibrary::SubroutineGenerator generator,const IntrinsicHandler & handler,std::optional<mlir::Type> resultType,llvm::ArrayRef<fir::ExtendedValue> args,bool outline,IntrinsicLibrary & lib) invokeHandler() argument
1825 invokeHandler(IntrinsicLibrary::DualGenerator generator,const IntrinsicHandler & handler,std::optional<mlir::Type> resultType,llvm::ArrayRef<fir::ExtendedValue> args,bool outline,IntrinsicLibrary & lib) invokeHandler() argument
1839 genIntrinsicCallHelper(const IntrinsicHandler * handler,std::optional<mlir::Type> resultType,llvm::ArrayRef<fir::ExtendedValue> args,IntrinsicLibrary & lib) genIntrinsicCallHelper() argument
1858 genIntrinsicCallHelper(const IntrinsicHandlerEntry::RuntimeGeneratorRange & range,std::optional<mlir::Type> resultType,llvm::ArrayRef<fir::ExtendedValue> args,IntrinsicLibrary & lib) genIntrinsicCallHelper() argument
1888 genIntrinsicCall(fir::FirOpBuilder & builder,mlir::Location loc,const IntrinsicHandlerEntry & intrinsic,std::optional<mlir::Type> resultType,llvm::ArrayRef<fir::ExtendedValue> args,Fortran::lower::AbstractConverter * converter) genIntrinsicCall() argument
1901 genIntrinsicCall(llvm::StringRef specificName,std::optional<mlir::Type> resultType,llvm::ArrayRef<fir::ExtendedValue> args) genIntrinsicCall() argument
1916 invokeGenerator(ElementalGenerator generator,mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) invokeGenerator() argument
1923 invokeGenerator(RuntimeCallGenerator generator,mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) invokeGenerator() argument
1930 invokeGenerator(ExtendedGenerator generator,mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) invokeGenerator() argument
1940 invokeGenerator(SubroutineGenerator generator,llvm::ArrayRef<mlir::Value> args) invokeGenerator() argument
1950 invokeGenerator(DualGenerator generator,llvm::ArrayRef<mlir::Value> args) invokeGenerator() argument
1961 invokeGenerator(DualGenerator generator,mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) invokeGenerator() argument
2095 hasAbsentOptional(llvm::ArrayRef<mlir::Value> args) hasAbsentOptional() argument
2101 hasAbsentOptional(llvm::ArrayRef<fir::ExtendedValue> args) hasAbsentOptional() argument
2112 outlineInWrapper(GeneratorType generator,llvm::StringRef name,mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) outlineInWrapper() argument
2137 outlineInExtendedWrapper(GeneratorType generator,llvm::StringRef name,std::optional<mlir::Type> resultType,llvm::ArrayRef<fir::ExtendedValue> args) outlineInExtendedWrapper() argument
2189 __anon345295e70702(fir::FirOpBuilder &builder, mlir::Location loc, llvm::ArrayRef<mlir::Value> args) getRuntimeCallGeneratorHelper() argument
2284 genRuntimeCall(llvm::StringRef name,mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genRuntimeCall() argument
2291 genConversion(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genConversion() argument
2299 genModuleProcTODO(llvm::ArrayRef<fir::ExtendedValue> args) genModuleProcTODO() argument
2304 genAbort(llvm::ArrayRef<fir::ExtendedValue> args) genAbort() argument
2311 genAbs(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genAbs() argument
2334 genAcosd(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genAcosd() argument
2352 genAdjustRtCall(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genAdjustRtCall() argument
2370 genAimag(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genAimag() argument
2378 genAint(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genAint() argument
2388 genAll(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genAll() argument
2425 genAllocated(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genAllocated() argument
2439 genAnint(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genAnint() argument
2449 genAny(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genAny() argument
2485 genAsind(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genAsind() argument
2500 genAtand(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genAtand() argument
2525 genAtanpi(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genAtanpi() argument
2551 genAssociated(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genAssociated() argument
2602 genBesselJn(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genBesselJn() argument
2687 genBesselYn(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genBesselYn() argument
2773 genBitwiseCompare(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genBitwiseCompare() argument
2804 genBtest(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genBtest() argument
2836 genCLocOrCFunLoc(fir::FirOpBuilder & builder,mlir::Location loc,mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args,bool isFunc=false) genCLocOrCFunLoc() argument
2854 genCAssociated(fir::FirOpBuilder & builder,mlir::Location loc,mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genCAssociated() argument
2887 genCAssociatedCFunPtr(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genCAssociatedCFunPtr() argument
2894 genCAssociatedCPtr(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genCAssociatedCPtr() argument
2899 genCFPointer(llvm::ArrayRef<fir::ExtendedValue> args) genCFPointer() argument
2950 genCFProcPointer(llvm::ArrayRef<fir::ExtendedValue> args) genCFProcPointer() argument
2967 genCFunLoc(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genCFunLoc() argument
2974 genCLoc(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genCLoc() argument
2982 genCPtrCompare(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genCPtrCompare() argument
2997 genCeiling(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genCeiling() argument
3011 genChar(mlir::Type type,llvm::ArrayRef<fir::ExtendedValue> args) genChar() argument
3028 genCmplx(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genCmplx() argument
3042 genCommandArgumentCount(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genCommandArgumentCount() argument
3053 genConjg(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genConjg() argument
3068 genCosd(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genCosd() argument
3084 genCount(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genCount() argument
3131 genCpuTime(llvm::ArrayRef<fir::ExtendedValue> args) genCpuTime() argument
3144 genCshift(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genCshift() argument
3184 genDateAndTime(llvm::ArrayRef<fir::ExtendedValue> args) genDateAndTime() argument
3202 genDim(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genDim() argument
3222 genDotProduct(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genDotProduct() argument
3245 genDprod(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genDprod() argument
3256 genDshiftl(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genDshiftl() argument
3280 genDshiftr(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genDshiftr() argument
3305 genEoshift(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genEoshift() argument
3354 genExecuteCommandLine(llvm::ArrayRef<fir::ExtendedValue> args) genExecuteCommandLine() argument
3412 genEtime(std::optional<mlir::Type> resultType,llvm::ArrayRef<fir::ExtendedValue> args) genEtime() argument
3441 genExit(llvm::ArrayRef<fir::ExtendedValue> args) genExit() argument
3458 genExponent(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genExponent() argument
3470 genExtendsTypeOf(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genExtendsTypeOf() argument
3482 genFindloc(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genFindloc() argument
3552 genFloor(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genFloor() argument
3563 genFraction(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genFraction() argument
3574 genGetCwd(std::optional<mlir::Type> resultType,llvm::ArrayRef<fir::ExtendedValue> args) genGetCwd() argument
3603 genGetCommand(llvm::ArrayRef<fir::ExtendedValue> args) genGetCommand() argument
3642 genGetPID(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genGetPID() argument
3650 genGetCommandArgument(llvm::ArrayRef<fir::ExtendedValue> args) genGetCommandArgument() argument
3693 genGetEnvironmentVariable(llvm::ArrayRef<fir::ExtendedValue> args) genGetEnvironmentVariable() argument
3788 genReduction(FN func,FD funcDim,llvm::StringRef errMsg,mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genReduction() argument
3830 genIall(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genIall() argument
3837 genIand(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIand() argument
3847 genIany(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genIany() argument
3854 genIbclr(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIbclr() argument
3870 genIbits(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIbits() argument
3897 genIbset(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIbset() argument
3912 genIchar(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genIchar() argument
3966 genIsFPClass(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args,int fpclass) genIsFPClass() argument
4012 genIeeeTypeCompare(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIeeeTypeCompare() argument
4023 genIeeeClass(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIeeeClass() argument
4288 genIeeeCopySign(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIeeeCopySign() argument
4339 genIeeeGetFlag(llvm::ArrayRef<fir::ExtendedValue> args) genIeeeGetFlag() argument
4363 genIeeeGetHaltingMode(llvm::ArrayRef<fir::ExtendedValue> args) genIeeeGetHaltingMode() argument
4390 genIeeeGetOrSetModes(llvm::ArrayRef<fir::ExtendedValue> args) genIeeeGetOrSetModes() argument
4415 genIeeeGetRoundingMode(llvm::ArrayRef<fir::ExtendedValue> args) genIeeeGetRoundingMode() argument
4432 genIeeeGetOrSetStatus(llvm::ArrayRef<fir::ExtendedValue> args) genIeeeGetOrSetStatus() argument
4444 genIeeeIsFinite(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIeeeIsFinite() argument
4452 genIeeeIsNan(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIeeeIsNan() argument
4461 genIeeeIsNegative(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIeeeIsNegative() argument
4470 genIeeeIsNormal(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIeeeIsNormal() argument
4478 genIeeeLogb(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIeeeLogb() argument
4612 genIeeeMaxMin(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIeeeMaxMin() argument
4711 genIeeeQuietCompare(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIeeeQuietCompare() argument
4726 genIeeeSetFlagOrHaltingMode(llvm::ArrayRef<fir::ExtendedValue> args) genIeeeSetFlagOrHaltingMode() argument
4748 genIeeeSetRoundingMode(llvm::ArrayRef<fir::ExtendedValue> args) genIeeeSetRoundingMode() argument
4768 genIeeeSignalingCompare(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIeeeSignalingCompare() argument
4780 genIeeeSignbit(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIeeeSignbit() argument
4802 genIeeeSupportFlagOrHalting(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genIeeeSupportFlagOrHalting() argument
4827 genIeeeSupportRounding(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIeeeSupportRounding() argument
4854 genIeeeUnordered(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIeeeUnordered() argument
4873 genIeeeValue(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIeeeValue() argument
5012 genIeor(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIeor() argument
5020 genIndex(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genIndex() argument
5073 genIor(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIor() argument
5081 genIparity(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genIparity() argument
5089 genIsContiguous(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genIsContiguous() argument
5100 genIsIostatValue(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIsIostatValue() argument
5109 genIshft(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIshft() argument
5136 genIshftc(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIshftc() argument
5202 genLeadz(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genLeadz() argument
5216 genLen(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genLen() argument
5226 genLenTrim(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genLenTrim() argument
5241 genCharacterCompare(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genCharacterCompare() argument
5257 genLoc(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genLoc() argument
5293 genMask(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genMask() argument
5319 genMatmul(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genMatmul() argument
5346 genMatmulTranspose(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genMatmulTranspose() argument
5373 genMerge(mlir::Type,llvm::ArrayRef<fir::ExtendedValue> args) genMerge() argument
5424 genMergeBits(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genMergeBits() argument
5442 genMod(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genMod() argument
5454 genModulo(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genModulo() argument
5510 genMoveAlloc(llvm::ArrayRef<fir::ExtendedValue> args) genMoveAlloc() argument
5551 genMvbits(llvm::ArrayRef<fir::ExtendedValue> args) genMvbits() argument
5599 genNearest(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genNearest() argument
5611 genNint(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genNint() argument
5621 genNorm2(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genNorm2() argument
5654 genNot(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genNot() argument
5662 genNull(mlir::Type,llvm::ArrayRef<fir::ExtendedValue> args) genNull() argument
5689 genPack(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genPack() argument
5721 genParity(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genParity() argument
5758 genPopcnt(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genPopcnt() argument
5768 genPoppar(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genPoppar() argument
5780 genPresent(mlir::Type,llvm::ArrayRef<fir::ExtendedValue> args) genPresent() argument
5789 genProduct(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genProduct() argument
5795 genRandomInit(llvm::ArrayRef<fir::ExtendedValue> args) genRandomInit() argument
5803 genRandomNumber(llvm::ArrayRef<fir::ExtendedValue> args) genRandomNumber() argument
5809 genRandomSeed(llvm::ArrayRef<fir::ExtendedValue> args) genRandomSeed() argument
5826 genReduce(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genReduce() argument
5917 genRepeat(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genRepeat() argument
5936 genReshape(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genReshape() argument
5981 genRRSpacing(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genRRSpacing() argument
5991 genErfcScaled(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genErfcScaled() argument
6002 genSameTypeAs(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genSameTypeAs() argument
6013 genScale(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genScale() argument
6026 genScan(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genScan() argument
6103 genSelectedCharKind(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genSelectedCharKind() argument
6115 genSelectedIntKind(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genSelectedIntKind() argument
6126 genSelectedLogicalKind(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genSelectedLogicalKind() argument
6137 genSelectedRealKind(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genSelectedRealKind() argument
6168 genSetExponent(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genSetExponent() argument
6215 genBoundInquiry(fir::FirOpBuilder & builder,mlir::Location loc,mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args,int kindPos,Func genRtCall,bool needAccurateLowerBound) genBoundInquiry() argument
6256 genShape(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genShape() argument
6287 genShift(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genShift() argument
6312 genShiftA(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genShiftA() argument
6337 genSignalSubroutine(llvm::ArrayRef<fir::ExtendedValue> args) genSignalSubroutine() argument
6349 genSign(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genSign() argument
6364 genSind(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genSind() argument
6380 genSize(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genSize() argument
6432 genSizeOf(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genSizeOf() argument
6445 genTand(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genTand() argument
6460 genTrailz(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genTrailz() argument
6501 genLbound(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genLbound() argument
6562 genUbound(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genUbound() argument
6583 genSpacing(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genSpacing() argument
6594 genSpread(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genSpread() argument
6626 genStorageSize(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genStorageSize() argument
6674 genSum(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genSum() argument
6680 genSystem(llvm::ArrayRef<fir::ExtendedValue> args) genSystem() argument
6710 genSystemClock(llvm::ArrayRef<fir::ExtendedValue> args) genSystemClock() argument
6717 genSleep(llvm::ArrayRef<fir::ExtendedValue> args) genSleep() argument
6725 genTransfer(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genTransfer() argument
6772 genTranspose(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genTranspose() argument
6796 genTrim(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genTrim() argument
6875 genUnpack(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genUnpack() argument
6905 genVerify(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genVerify() argument
6984 genExtremumloc(FN func,FD funcDim,llvm::StringRef errMsg,mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genExtremumloc() argument
7055 genMaxloc(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genMaxloc() argument
7065 genExtremumVal(FN func,FD funcDim,FC funcChar,llvm::StringRef errMsg,mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genExtremumVal() argument
7111 genMaxval(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genMaxval() argument
7120 genMinloc(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genMinloc() argument
7128 genMinval(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genMinval() argument
7137 genExtremum(mlir::Type,llvm::ArrayRef<mlir::Value> args) genExtremum() argument
7194 genIntrinsicCall(fir::FirOpBuilder & builder,mlir::Location loc,llvm::StringRef name,std::optional<mlir::Type> resultType,llvm::ArrayRef<fir::ExtendedValue> args,Fortran::lower::AbstractConverter * converter) genIntrinsicCall() argument
7201 genMax(fir::FirOpBuilder & builder,mlir::Location loc,llvm::ArrayRef<mlir::Value> args) genMax() argument
7209 genMin(fir::FirOpBuilder & builder,mlir::Location loc,llvm::ArrayRef<mlir::Value> args) genMin() argument
[all...]
/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DTemporaryStack.cpp24 auto args = fir::runtime::createArguments(builder, loc, funcType, sourceFile, in genCreateValueStack() local
34 auto args = fir::runtime::createArguments(builder, loc, funcType, opaquePtr, in genPushValue() local
45 auto args = fir::runtime::createArguments(builder, loc, funcType, opaquePtr, in genValueAt() local
56 auto args = fir::runtime::createArguments(builder, loc, funcType, opaquePtr); in genDestroyValueStack() local
69 auto args = fir::runtime::createArguments(builder, loc, funcType, sourceFile, in genCreateDescriptorStack() local
81 auto args = fir::runtime::createArguments(builder, loc, funcType, opaquePtr, in genPushDescriptor() local
93 auto args = fir::runtime::createArguments(builder, loc, funcType, opaquePtr, in genDescriptorAt() local
105 auto args = fir::runtime::createArguments(builder, loc, funcType, opaquePtr); in genDestroyDescriptorStack() local
H A DDerived.cpp27 auto args = fir::runtime::createArguments(builder, loc, fTy, box, sourceFile, in genDerivedTypeInitialize() local
36 auto args = fir::runtime::createArguments(builder, loc, fTy, box); genDerivedTypeDestroy() local
47 auto args = fir::runtime::createArguments(builder, loc, fTy, box, sourceFile, genDerivedTypeFinalize() local
57 auto args = fir::runtime::createArguments(builder, loc, fTy, box); genDerivedTypeDestroyWithoutFinalization() local
71 llvm::SmallVector<mlir::Value> args; genNullifyDerivedType() local
87 auto args = fir::runtime::createArguments(builder, loc, fTy, a, b); genSameTypeAs() local
97 auto args = fir::runtime::createArguments(builder, loc, fTy, a, mold); genExtendsTypeOf() local
[all...]
H A DInquiry.cpp27 auto args = fir::runtime::createArguments(builder, loc, fTy, array, dim, in genLboundDim() local
41 auto args = fir::runtime::createArguments( in genLbound() local
58 auto args = fir::runtime::createArguments(builder, loc, fTy, resultBox, array, in genUbound() local
74 auto args = fir::runtime::createArguments(builder, loc, fTy, array, dim, in genSizeDim() local
89 auto args = fir::runtime::createArguments(builder, loc, fTy, array, in genSize() local
101 auto args = fir::runtime::createArguments(builder, loc, fTy, array); genIsContiguous() local
114 auto args = fir::runtime::createArguments( genShape() local
[all...]
/llvm-project/lldb/test/API/commands/command/script/
H A Ddecorated.py5 def decorated1(debugger, args, exe_ctx, result, dict): argument
13 def decorated2(debugger, args, exe_ctx, result, dict): argument
21 def decorated3(debugger, args, result, dict): argument
29 def _decorated4(debugger, args, exe_ctx, result, dict): argument
H A Dwelcome.py14 def __call__(self, debugger, args, exe_ctx, result): argument
23 def __call__(self, debugger, args, exe_ctx, result): argument
34 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/clang/test/CodeGen/
H A Dsparc-vaarg.c9 int get_int(va_list *args) { in get_int()
22 void get_struct(va_list *args) { in get_struct()
32 void get_enum(va_list *args) { in get_enum()
/llvm-project/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/lld/Common/
H A DArgs.cpp26 static int64_t getInteger(opt::InputArgList &args, unsigned key, in getInteger()
44 int64_t lld::args::getInteger(opt::InputArgList &args, unsigned key, in getInteger()
49 int64_t lld::args::getHex(opt::InputArgList &args, unsigned key, in getHex()
54 SmallVector<StringRef, 0> lld::args::getStrings(opt::InputArgList &args, in getStrings()
62 uint64_t lld::args::getZOptionValue(opt::InputArgList &args, int id, in getZOptionValue()
/llvm-project/offload/test/libc/
H A Dhost_call.c
/llvm-project/lldb/test/Shell/Quit/
H A Dexpect_exit_code.py6 args = sys.argv variable
10 args = args[2:] variable
/llvm-project/llvm/lib/Support/
H A DGraphWriter.cpp137 static bool ExecGraphViewer(StringRef ExecPath, std::vector<StringRef> &args, in ExecGraphViewer()
202 std::vector<StringRef> args; in DisplayGraph() local
213 std::vector<StringRef> args; in DisplayGraph() local
223 std::vector<StringRef> args; in DisplayGraph() local
233 std::vector<StringRef> args; in DisplayGraph() local
274 std::vector<StringRef> args; in DisplayGraph() local
327 std::vector<StringRef> args; in DisplayGraph() local

12345678910>>...34