Home
last modified time | relevance | path

Searched refs:no_args (Results 1 – 15 of 15) sorted by relevance

/external/apache-commons-bcel/src/examples/Mini/
DFunction.java33 private int no_args; field in Function
54 for(int i=0; i < no_args; i++) { in toString()
57 if(i < no_args - 1) { in toString()
71 public int getNoArgs() { return no_args; } in getNoArgs()
80 no_args = (args == null)? 0 : args.length; in setArgs()
/external/llvm-project/clang/test/CodeGen/
Dattr-callback.c6 __attribute__((callback(1))) void no_args(void (*callback)(void));
9 …((callback(1, 2, 3))) void args_1(void (*callback)(int, double), int a, double b) { no_args(cb0); } in args_1()
/external/llvm/test/CodeGen/AMDGPU/
Dkernarg-stack-alignment.ll6 ; CHECK-LABEL: {{^}}no_args:
8 define void @no_args() {
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dkernarg-stack-alignment.ll6 ; CHECK-LABEL: {{^}}no_args:
8 define amdgpu_kernel void @no_args() {
/external/pigweed/pw_tokenizer/py/
Ddetokenize_test.py334 no_args = self.detok.detokenize(b'\xad\xba\0\0')
335 self.assertFalse(no_args.ok())
336 self.assertEqual(len(no_args.successes), 2)
337 self.assertEqual(len(no_args.failures), 5)
338 self.assertEqual(len(no_args.matches()), 7)
339 self.assertEqual(str(no_args), 'newer')
340 self.assertEqual(len(no_args.best_result()[1]), 0)
341 self.assertEqual(no_args.best_result()[0], 'newer')
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dpromote_var_handles_to_args.mlir14 // CHECK-LABEL: func @no_args
17 func @no_args() {
/external/llvm-project/clang/test/Sema/
Dattr-callback.c5 __attribute__((callback(1))) void no_args(void (*callback)(void));
/external/llvm-project/clang/test/SemaCXX/
Dno_destroy.cpp47 [[clang::no_destroy(0)]] int no_args; // expected-error{{'no_destroy' attribute takes no arguments}} variable
/external/llvm-project/clang/test/Frontend/
Dnoderef.cpp29 …int __attribute__((noderef(10))) * no_args; // expected-error{{'noderef' attribute takes no argume… in Normal() local
/external/llvm-project/mlir/test/Dialect/GPU/
Dops.mlir5 // CHECK-LABEL:func @no_args(%{{.*}}: index)
6 func @no_args(%sz : index) {
/external/minijail/
Dminijail0_cli_unittest.cc82 TEST_F(CliTest, no_args) { in TEST_F() argument
/external/python/cpython3/Objects/
Drangeobject.c927 longrangeiter_len(longrangeiterobject *r, PyObject *no_args) in longrangeiter_len() argument
/external/libvpx/libvpx/
Dvpxenc.c530 static const arg_def_t *no_args[] = { NULL }; variable
829 static const arg_def_t **ctrl_args = no_args; in parse_stream_params()
/external/libaom/libaom/apps/
Daomenc.c1024 static const arg_def_t *no_args[] = { NULL }; variable
1416 static const arg_def_t **ctrl_args = no_args; in parse_stream_params()
/external/python/cffi/c/
D_cffi_backend.c4206 static PyObject *dl_close_lib(DynLibObject *dlobj, PyObject *no_args) in dl_close_lib() argument