Home
last modified time | relevance | path

Searched refs:noarg (Results 1 – 25 of 623) sorted by relevance

12345678910>>...25

/dports/devel/flatcc/flatcc-0.6.0/src/cli/
H A Dflatcc_cli.c163 int ret = noarg; in set_opt()
182 return noarg; in set_opt()
187 return noarg; in set_opt()
191 return noarg; in set_opt()
195 return noarg; in set_opt()
199 return noarg; in set_opt()
203 return noarg; in set_opt()
207 return noarg; in set_opt()
362 return noarg; in set_opt()
377 case noarg: in get_opt()
[all …]
/dports/textproc/mdocml/mandoc-1.14.5/regress/man/SH/
H A Dnoarg.out_lint1 mandoc: noarg.in:5:2: WARNING: line scope broken: SH breaks SH
2 mandoc: noarg.in:9:2: WARNING: line scope broken: SS breaks SH
3 mandoc: noarg.in:12:2: WARNING: line scope broken: TP breaks SH
4 mandoc: noarg.in:16:2: WARNING: line scope broken: IP breaks SH
5 mandoc: noarg.in:19:2: WARNING: line scope broken: HP breaks SH
6 mandoc: noarg.in:23:2: WARNING: line scope broken: PP breaks SH
7 mandoc: noarg.in:26:2: WARNING: line scope broken: RS breaks SH
8 mandoc: noarg.in:29:2: WARNING: line scope broken: RE breaks SH
10 mandoc: noarg.in:32:2: WARNING: line scope broken: UR breaks SH
11 mandoc: noarg.in:35:2: WARNING: line scope broken: UE breaks SH
[all …]
H A DMakefile3 REGRESS_TARGETS = broken broken_eline empty_before longarg noarg paragraph
4 LINT_TARGETS = broken broken_eline empty_before noarg
16 SKIP_GROFF = broken broken_eline noarg
/dports/textproc/mdocml/mandoc-1.14.5/regress/man/SS/
H A Dnoarg.out_lint1 mandoc: noarg.in:5:2: WARNING: line scope broken: SH breaks SS
2 mandoc: noarg.in:9:2: WARNING: line scope broken: SS breaks SS
3 mandoc: noarg.in:12:2: WARNING: line scope broken: TP breaks SS
4 mandoc: noarg.in:16:2: WARNING: line scope broken: IP breaks SS
5 mandoc: noarg.in:19:2: WARNING: line scope broken: HP breaks SS
6 mandoc: noarg.in:23:2: WARNING: line scope broken: PP breaks SS
7 mandoc: noarg.in:26:2: WARNING: line scope broken: RS breaks SS
8 mandoc: noarg.in:29:2: WARNING: line scope broken: RE breaks SS
10 mandoc: noarg.in:32:2: WARNING: line scope broken: UR breaks SS
11 mandoc: noarg.in:35:2: WARNING: line scope broken: UE breaks SS
[all …]
H A DMakefile3 REGRESS_TARGETS = broken broken_eline longarg noarg paragraph
4 LINT_TARGETS = broken broken_eline noarg
16 SKIP_GROFF = broken broken_eline noarg
/dports/textproc/mdocml/mandoc-1.14.5/regress/mdoc/Fo/
H A Dnoarg.out_lint1 mandoc: noarg.in:24:2: WARNING: skipping empty macro: Fa
2 mandoc: noarg.in:28:2: WARNING: skipping empty macro: Fn
3 mandoc: noarg.in:30:2: WARNING: skipping empty macro: Ft
4 mandoc: noarg.in:33:2: WARNING: skipping empty macro: Ft
5 mandoc: noarg.in:35:2: WARNING: skipping empty macro: Ft
6 mandoc: noarg.in:38:2: WARNING: skipping empty macro: Ft
7 mandoc: noarg.in:40:2: WARNING: skipping empty macro: Fa
8 mandoc: noarg.in:43:2: WARNING: skipping empty macro: Ft
9 mandoc: noarg.in:44:2: WARNING: skipping empty macro: Fn
10 mandoc: noarg.in:13:10: ERROR: skipping excess arguments: Fo ... bogus
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Sema/cheri/
H A Dcheri-warn-no-fnproto-assign-to-fnptr.c33 NoArgFnTy noarg; member
63 …f->noarg = variadic_fn; // default-error{{converting variadic function type 'int (const char *, ..… in assign_functions()
66 f->noarg = noarg_fn; in assign_functions()
67 f->noarg = intarg_fn; in assign_functions()
68 f->noarg = ptrarg_fn; in assign_functions()
69 …f->noarg = noproto_fn; // strict-warning{{converting function type without prototype 'int ()' to f… in assign_functions()
115 …f->noarg = NoProtoFnTy_arg; // strict-warning{{may cause incorrect parameters to be passed at run … in assign_fnptr_noproto()
117 …f->noarg = VariadicFnTy_arg; // default-error{{may cause incorrect parameters to be passed at run … in assign_fnptr_noproto()
119 f->noarg = NoArgFnTy_arg; in assign_fnptr_noproto()
120 f->noarg = IntArgFnTy_arg; in assign_fnptr_noproto()
[all …]
/dports/sysutils/triton/Triton-0.8.1/src/libtriton/bindings/python/objects/
H A DpyInstruction.cpp248 static PyObject* Instruction_getAddress(PyObject* self, PyObject* noarg) { in Instruction_getAddress() argument
313 static PyObject* Instruction_getOpcode(PyObject* self, PyObject* noarg) { in Instruction_getOpcode() argument
325 static PyObject* Instruction_getSize(PyObject* self, PyObject* noarg) { in Instruction_getSize() argument
357 static PyObject* Instruction_getOperands(PyObject* self, PyObject* noarg) { in Instruction_getOperands() argument
396 static PyObject* Instruction_getPrefix(PyObject* self, PyObject* noarg) { in Instruction_getPrefix() argument
473 static PyObject* Instruction_getThreadId(PyObject* self, PyObject* noarg) { in Instruction_getThreadId() argument
483 static PyObject* Instruction_getType(PyObject* self, PyObject* noarg) { in Instruction_getType() argument
534 static PyObject* Instruction_isBranch(PyObject* self, PyObject* noarg) { in Instruction_isBranch() argument
594 static PyObject* Instruction_isPrefixed(PyObject* self, PyObject* noarg) { in Instruction_isPrefixed() argument
618 static PyObject* Instruction_isTainted(PyObject* self, PyObject* noarg) { in Instruction_isTainted() argument
[all …]
H A DpyRegister.cpp147 static PyObject* Register_getBitSize(PyObject* self, PyObject* noarg) { in Register_getBitSize() argument
157 static PyObject* Register_getBitvector(PyObject* self, PyObject* noarg) { in Register_getBitvector() argument
167 static PyObject* Register_getExtendSize(PyObject* self, PyObject* noarg) { in Register_getExtendSize() argument
177 static PyObject* Register_getExtendType(PyObject* self, PyObject* noarg) { in Register_getExtendType() argument
187 static PyObject* Register_getId(PyObject* self, PyObject* noarg) { in Register_getId() argument
197 static PyObject* Register_getName(PyObject* self, PyObject* noarg) { in Register_getName() argument
207 static PyObject* Register_getShiftType(PyObject* self, PyObject* noarg) { in Register_getShiftType() argument
227 static PyObject* Register_getShiftRegister(PyObject* self, PyObject* noarg) { in Register_getShiftRegister() argument
237 static PyObject* Register_getSize(PyObject* self, PyObject* noarg) { in Register_getSize() argument
247 static PyObject* Register_getType(PyObject* self, PyObject* noarg) { in Register_getType() argument
[all …]
H A DpySymbolicExpression.cpp139 static PyObject* SymbolicExpression_getAst(PyObject* self, PyObject* noarg) { in SymbolicExpression_getAst() argument
149 static PyObject* SymbolicExpression_getComment(PyObject* self, PyObject* noarg) { in SymbolicExpression_getComment() argument
159 static PyObject* SymbolicExpression_getId(PyObject* self, PyObject* noarg) { in SymbolicExpression_getId() argument
169 static PyObject* SymbolicExpression_getNewAst(PyObject* self, PyObject* noarg) { in SymbolicExpression_getNewAst() argument
179 static PyObject* SymbolicExpression_getOrigin(PyObject* self, PyObject* noarg) { in SymbolicExpression_getOrigin() argument
196 static PyObject* SymbolicExpression_getType(PyObject* self, PyObject* noarg) { in SymbolicExpression_getType() argument
206 static PyObject* SymbolicExpression_isMemory(PyObject* self, PyObject* noarg) { in SymbolicExpression_isMemory() argument
218 static PyObject* SymbolicExpression_isRegister(PyObject* self, PyObject* noarg) { in SymbolicExpression_isRegister() argument
230 static PyObject* SymbolicExpression_isSymbolized(PyObject* self, PyObject* noarg) { in SymbolicExpression_isSymbolized() argument
242 static PyObject* SymbolicExpression_isTainted(PyObject* self, PyObject* noarg) { in SymbolicExpression_isTainted() argument
H A DpyImmediate.cpp125 static PyObject* Immediate_getBitvector(PyObject* self, PyObject* noarg) { in Immediate_getBitvector() argument
135 static PyObject* Immediate_getBitSize(PyObject* self, PyObject* noarg) { in Immediate_getBitSize() argument
145 static PyObject* Immediate_getShiftType(PyObject* self, PyObject* noarg) { in Immediate_getShiftType() argument
155 static PyObject* Immediate_getShiftImmediate(PyObject* self, PyObject* noarg) { in Immediate_getShiftImmediate() argument
165 static PyObject* Immediate_getShiftRegister(PyObject* self, PyObject* noarg) { in Immediate_getShiftRegister() argument
175 static PyObject* Immediate_getSize(PyObject* self, PyObject* noarg) { in Immediate_getSize() argument
185 static PyObject* Immediate_getType(PyObject* self, PyObject* noarg) { in Immediate_getType() argument
195 static PyObject* Immediate_getValue(PyObject* self, PyObject* noarg) { in Immediate_getValue() argument
H A DpyMemoryAccess.cpp162 static PyObject* MemoryAccess_getAddress(PyObject* self, PyObject* noarg) { in MemoryAccess_getAddress() argument
172 static PyObject* MemoryAccess_getLeaAst(PyObject* self, PyObject* noarg) { in MemoryAccess_getLeaAst() argument
186 static PyObject* MemoryAccess_getBaseRegister(PyObject* self, PyObject* noarg) { in MemoryAccess_getBaseRegister() argument
197 static PyObject* MemoryAccess_getBitSize(PyObject* self, PyObject* noarg) { in MemoryAccess_getBitSize() argument
207 static PyObject* MemoryAccess_getBitvector(PyObject* self, PyObject* noarg) { in MemoryAccess_getBitvector() argument
217 static PyObject* MemoryAccess_getDisplacement(PyObject* self, PyObject* noarg) { in MemoryAccess_getDisplacement() argument
228 static PyObject* MemoryAccess_getIndexRegister(PyObject* self, PyObject* noarg) { in MemoryAccess_getIndexRegister() argument
239 static PyObject* MemoryAccess_getScale(PyObject* self, PyObject* noarg) { in MemoryAccess_getScale() argument
250 static PyObject* MemoryAccess_getSegmentRegister(PyObject* self, PyObject* noarg) { in MemoryAccess_getSegmentRegister() argument
261 static PyObject* MemoryAccess_getSize(PyObject* self, PyObject* noarg) { in MemoryAccess_getSize() argument
[all …]
H A DpySymbolicVariable.cpp93 static PyObject* SymbolicVariable_getAlias(PyObject* self, PyObject* noarg) { in SymbolicVariable_getAlias() argument
103 static PyObject* SymbolicVariable_getName(PyObject* self, PyObject* noarg) { in SymbolicVariable_getName() argument
113 static PyObject* SymbolicVariable_getId(PyObject* self, PyObject* noarg) { in SymbolicVariable_getId() argument
123 static PyObject* SymbolicVariable_getType(PyObject* self, PyObject* noarg) { in SymbolicVariable_getType() argument
133 static PyObject* SymbolicVariable_getOrigin(PyObject* self, PyObject* noarg) { in SymbolicVariable_getOrigin() argument
143 static PyObject* SymbolicVariable_getBitSize(PyObject* self, PyObject* noarg) { in SymbolicVariable_getBitSize() argument
153 static PyObject* SymbolicVariable_getComment(PyObject* self, PyObject* noarg) { in SymbolicVariable_getComment() argument
/dports/textproc/mdocml/mandoc-1.14.5/regress/mdoc/Dd/
H A DMakefile3 REGRESS_TARGETS = badarg dupe late long manarg noarg order
4 LINT_TARGETS = badarg dupe late long manarg noarg order
8 SKIP_ASCII ?= noarg
9 SKIP_MARKDOWN ?= noarg
17 SKIP_GROFF = badarg long manarg noarg
/dports/shells/rc/rc-1.7.4/
H A Dexecve.c16 bool noarg; in rc_execve() local
33 noarg = (pb[snd] == '\n'); in rc_execve()
35 if (!noarg) { in rc_execve()
39 noarg = (pb[snd] == '\n'); /* could have trailing whitespace after only one arg */ in rc_execve()
40 if (!noarg) { in rc_execve()
55 if (!noarg) in rc_execve()
/dports/textproc/mdocml/mandoc-1.14.5/regress/eqn/over/
H A DMakefile3 REGRESS_TARGETS = noarg precedence
4 HTML_TARGETS = noarg precedence
5 LINT_TARGETS = noarg
/dports/textproc/mdocml/mandoc-1.14.5/regress/mdoc/Cm/
H A Dnoarg.out_lint1 mandoc: noarg.in:10:23: WARNING: skipping empty macro: Cm
2 mandoc: noarg.in:13:13: WARNING: skipping empty macro: Cm
3 mandoc: noarg.in:13:31: STYLE: no blank before trailing delimiter: Cm command.
/dports/textproc/mdocml/mandoc-1.14.5/regress/mdoc/In/
H A Dnoarg.out_lint1 mandoc: noarg.in:12:2: WARNING: skipping empty macro: In
2 mandoc: noarg.in:19:2: WARNING: skipping empty macro: In
3 mandoc: noarg.in:16:11: STYLE: no blank before trailing delimiter: In math.h:
/dports/textproc/mdocml/mandoc-1.14.5/regress/man/TH/
H A Dnoarg.out_lint1 mandoc: noarg.in:2:2: WARNING: missing manual title, using "": TH
2 mandoc: noarg.in:2:2: WARNING: missing manual section, using "": TH
3 mandoc: noarg.in:2:2: WARNING: missing date, using today's date: TH
/dports/lang/gforth/gforth-0.7.3/arch/amd64/
H A Ddisasm.fs490 s" insb," $6c set-noarg
623 s" ret," $c3 set-noarg
689 s" inb," $ec set-noarg
702 s" hlt," $f4 set-noarg
703 s" cmc," $f5 set-noarg
704 s" clc," $f8 set-noarg
705 s" stc," $f9 set-noarg
706 s" cli," $fa set-noarg
707 s" sti," $fb set-noarg
708 s" cld," $fc set-noarg
[all …]
/dports/textproc/mdocml/mandoc-1.14.5/regress/mdoc/Lk/
H A Dnoarg.out_lint1 mandoc: noarg.in:17:2: WARNING: skipping empty macro: Lk
2 mandoc: noarg.in:13:33: STYLE: no blank before trailing delimiter: Lk ... mandoc,
3 mandoc: noarg.in:15:28: STYLE: no blank before trailing delimiter: Lk http://www.openbsd.org/,
/dports/textproc/mdocml/mandoc-1.14.5/regress/mdoc/Dt/
H A DMakefile4 REGRESS_TARGETS += missing noarg nobody nosec order
6 LINT_TARGETS += missing noarg nobody nosec order
19 SKIP_TMAN = fourargs late missing noarg nosec
/dports/devel/boost-docs/boost_1_72_0/boost/multi_index/detail/
H A Dvartempl_support.hpp88 struct noarg{}; struct
96 boost::multi_index::detail::noarg() BOOST_PP_INTERCEPT)
118 boost::multi_index::detail::noarg() BOOST_PP_INTERCEPT) \
148 boost::multi_index::detail::noarg() BOOST_PP_INTERCEPT) \
179 BOOST_FWD_REF(noarg) BOOST_PP_INTERCEPT)) \
/dports/devel/hyperscan/boost_1_75_0/boost/multi_index/detail/
H A Dvartempl_support.hpp88 struct noarg{}; struct
96 boost::multi_index::detail::noarg() BOOST_PP_INTERCEPT)
118 boost::multi_index::detail::noarg() BOOST_PP_INTERCEPT) \
148 boost::multi_index::detail::noarg() BOOST_PP_INTERCEPT) \
179 BOOST_FWD_REF(noarg) BOOST_PP_INTERCEPT)) \
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/multi_index/detail/
H A Dvartempl_support.hpp88 struct noarg{}; struct
96 pdalboost::multi_index::detail::noarg() BOOST_PP_INTERCEPT)
118 pdalboost::multi_index::detail::noarg() BOOST_PP_INTERCEPT) \
148 pdalboost::multi_index::detail::noarg() BOOST_PP_INTERCEPT) \
179 BOOST_FWD_REF(noarg) BOOST_PP_INTERCEPT)) \

12345678910>>...25