Home
last modified time | relevance | path

Searched refs:binop_t (Results 1 – 10 of 10) sorted by relevance

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dreadability-suspicious-call-argument.cpp347 struct binop_t {}; struct
349 binop_t operator+(const binop_t &lhs, const binop_t &rhs) { return lhs; } in operator +()
350 bool operator<(const binop_t &lhs, const binop_t &rhs) { return true; } in operator <()
351 bool operator>(const binop_t &aaaaaa, const binop_t &bbbbbb) { return false; } in operator >()
355 binop_t lhs, rhs; in binop_test()
362 binop_t aaaaaa, cccccc; in binop_test()
376 void pass_by_copy(binop_t xxxx, binop_t yyyy) {} in pass_by_copy()
403 binop_t xxxx, yyyy; in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/test/clang-tidy/checkers/
H A Dreadability-suspicious-call-argument.cpp347 struct binop_t {}; struct
349 binop_t operator+(const binop_t &lhs, const binop_t &rhs) { return lhs; } in operator +()
350 bool operator<(const binop_t &lhs, const binop_t &rhs) { return true; } in operator <()
351 bool operator>(const binop_t &aaaaaa, const binop_t &bbbbbb) { return false; } in operator >()
355 binop_t lhs, rhs; in binop_test()
362 binop_t aaaaaa, cccccc; in binop_test()
376 void pass_by_copy(binop_t xxxx, binop_t yyyy) {} in pass_by_copy()
403 binop_t xxxx, yyyy; in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dreadability-suspicious-call-argument.cpp347 struct binop_t {}; struct
349 binop_t operator+(const binop_t &lhs, const binop_t &rhs) { return lhs; } in operator +()
350 bool operator<(const binop_t &lhs, const binop_t &rhs) { return true; } in operator <()
351 bool operator>(const binop_t &aaaaaa, const binop_t &bbbbbb) { return false; } in operator >()
355 binop_t lhs, rhs; in binop_test()
362 binop_t aaaaaa, cccccc; in binop_test()
376 void pass_by_copy(binop_t xxxx, binop_t yyyy) {} in pass_by_copy()
403 binop_t xxxx, yyyy; in main()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dreadability-suspicious-call-argument.cpp347 struct binop_t {}; struct
349 binop_t operator+(const binop_t &lhs, const binop_t &rhs) { return lhs; } in operator +()
350 bool operator<(const binop_t &lhs, const binop_t &rhs) { return true; } in operator <()
351 bool operator>(const binop_t &aaaaaa, const binop_t &bbbbbb) { return false; } in operator >()
355 binop_t lhs, rhs; in binop_test()
362 binop_t aaaaaa, cccccc; in binop_test()
376 void pass_by_copy(binop_t xxxx, binop_t yyyy) {} in pass_by_copy()
403 binop_t xxxx, yyyy; in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dreadability-suspicious-call-argument.cpp347 struct binop_t {}; struct
349 binop_t operator+(const binop_t &lhs, const binop_t &rhs) { return lhs; } in operator +()
350 bool operator<(const binop_t &lhs, const binop_t &rhs) { return true; } in operator <()
351 bool operator>(const binop_t &aaaaaa, const binop_t &bbbbbb) { return false; } in operator >()
355 binop_t lhs, rhs; in binop_test()
362 binop_t aaaaaa, cccccc; in binop_test()
376 void pass_by_copy(binop_t xxxx, binop_t yyyy) {} in pass_by_copy()
403 binop_t xxxx, yyyy; in main()
/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Dfunction_typedef.i5 typedef int binop_t(int, int); typedef
7 int do_binop1(binop_t f, int x, int y) { in do_binop1()
11 int do_binop2(binop_t *f, int x, int y) { in do_binop2()
/dports/devel/tinygo/tinygo-0.14.1/testdata/cgo/
H A Dmain.h8 typedef int (*binop_t) (int, int); typedef
9 int doCallback(int a, int b, binop_t cb);
H A Dmain.go34 cb := C.binop_t(C.add)
36 cb = C.binop_t(C.mul)
H A Dmain.c33 int doCallback(int a, int b, binop_t callback) { in doCallback()
/dports/devel/swig/swig-4.0.2/
H A DCHANGES16582 typedef int binop_t(int, int);
16583 int foo(binop_t x);
16591 typedef int binop_t(int, int);
16592 int foo(binop_t *x);