Home
last modified time | relevance | path

Searched refs:Thunk (Results 201 – 225 of 2125) sorted by relevance

12345678910>>...85

/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lld/ELF/
H A DThunks.h29 class Thunk {
31 Thunk(Symbol &destination, int64_t addend);
32 virtual ~Thunk();
70 Thunk *addThunk(const InputSection &isec, Relocation &rel);
/dports/devel/llvm12/llvm-project-12.0.1.src/lld/ELF/
H A DThunks.h29 class Thunk {
31 Thunk(Symbol &destination, int64_t addend);
32 virtual ~Thunk();
70 Thunk *addThunk(const InputSection &isec, Relocation &rel);
/dports/devel/llvm10/llvm-10.0.1.src/tools/lld/ELF/
H A DThunks.h29 class Thunk {
31 Thunk(Symbol &destination, int64_t addend);
32 virtual ~Thunk();
70 Thunk *addThunk(const InputSection &isec, Relocation &rel);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/ELF/
H A DThunks.h30 class Thunk {
32 Thunk(Symbol &destination, int64_t addend);
33 virtual ~Thunk();
71 Thunk *addThunk(const InputSection &isec, Relocation &rel);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/ELF/
H A DThunks.h30 class Thunk {
32 Thunk(Symbol &destination, int64_t addend);
33 virtual ~Thunk();
71 Thunk *addThunk(const InputSection &isec, Relocation &rel);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/ELF/
H A DThunks.h30 class Thunk {
32 Thunk(Symbol &destination, int64_t addend);
33 virtual ~Thunk();
71 Thunk *addThunk(const InputSection &isec, Relocation &rel);
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/ELF/
H A DThunks.h30 class Thunk {
32 Thunk(Symbol &destination, int64_t addend);
33 virtual ~Thunk();
71 Thunk *addThunk(const InputSection &isec, Relocation &rel);
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/ELF/
H A DThunks.h30 class Thunk {
32 Thunk(Symbol &destination, int64_t addend);
33 virtual ~Thunk();
71 Thunk *addThunk(const InputSection &isec, Relocation &rel);
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/fail_compilation/
H A Dice19755.d7 struct Thunk(Dummy) { in Thunk() function
10 Thunk* self; in Thunk()
16 alias T = Thunk!int;
/dports/math/suitesparse-config/SuiteSparse-5.10.1/GraphBLAS/Demo/Program/
H A Dtri_demo.c40 GxB_Scalar_free (&Thunk) ; \
51 GxB_Scalar Thunk = NULL ; in main() local
82 OK (GxB_Scalar_new (&Thunk, GrB_INT64)) ; in main()
86 OK (GxB_Scalar_setElement_INT64 (Thunk, (int64_t) 1)) ; in main()
88 OK (GxB_Matrix_select (U, NULL, NULL, GxB_TRIU, A, Thunk, NULL)) ; in main()
97 OK (GxB_Scalar_setElement_INT64 (Thunk, (int64_t) (-1))) ; in main()
98 OK (GxB_Matrix_select (L, NULL, NULL, GxB_TRIL, A, Thunk, NULL)) ; in main()
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/Demo/Program/
H A Dtri_demo.c40 GxB_Scalar_free (&Thunk) ; \
51 GxB_Scalar Thunk = NULL ; in main() local
82 OK (GxB_Scalar_new (&Thunk, GrB_INT64)) ; in main()
86 OK (GxB_Scalar_setElement_INT64 (Thunk, (int64_t) 1)) ; in main()
88 OK (GxB_Matrix_select (U, NULL, NULL, GxB_TRIU, A, Thunk, NULL)) ; in main()
97 OK (GxB_Scalar_setElement_INT64 (Thunk, (int64_t) (-1))) ; in main()
98 OK (GxB_Matrix_select (L, NULL, NULL, GxB_TRIL, A, Thunk, NULL)) ; in main()
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/GraphBLAS/Demo/Program/
H A Dtri_demo.c40 GxB_Scalar_free (&Thunk) ; \
51 GxB_Scalar Thunk = NULL ; in main() local
82 OK (GxB_Scalar_new (&Thunk, GrB_INT64)) ; in main()
86 OK (GxB_Scalar_setElement_INT64 (Thunk, (int64_t) 1)) ; in main()
88 OK (GxB_Matrix_select (U, NULL, NULL, GxB_TRIU, A, Thunk, NULL)) ; in main()
97 OK (GxB_Scalar_setElement_INT64 (Thunk, (int64_t) (-1))) ; in main()
98 OK (GxB_Matrix_select (L, NULL, NULL, GxB_TRIL, A, Thunk, NULL)) ; in main()
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/GraphBLAS/Demo/Program/
H A Dtri_demo.c40 GxB_Scalar_free (&Thunk) ; \
51 GxB_Scalar Thunk = NULL ; in main() local
82 OK (GxB_Scalar_new (&Thunk, GrB_INT64)) ; in main()
86 OK (GxB_Scalar_setElement_INT64 (Thunk, (int64_t) 1)) ; in main()
88 OK (GxB_Matrix_select (U, NULL, NULL, GxB_TRIU, A, Thunk, NULL)) ; in main()
97 OK (GxB_Scalar_setElement_INT64 (Thunk, (int64_t) (-1))) ; in main()
98 OK (GxB_Matrix_select (L, NULL, NULL, GxB_TRIL, A, Thunk, NULL)) ; in main()
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/GraphBLAS/Demo/Program/
H A Dtri_demo.c40 GxB_Scalar_free (&Thunk) ; \
51 GxB_Scalar Thunk = NULL ; in main() local
82 OK (GxB_Scalar_new (&Thunk, GrB_INT64)) ; in main()
86 OK (GxB_Scalar_setElement_INT64 (Thunk, (int64_t) 1)) ; in main()
88 OK (GxB_Matrix_select (U, NULL, NULL, GxB_TRIU, A, Thunk, NULL)) ; in main()
97 OK (GxB_Scalar_setElement_INT64 (Thunk, (int64_t) (-1))) ; in main()
98 OK (GxB_Matrix_select (L, NULL, NULL, GxB_TRIL, A, Thunk, NULL)) ; in main()
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/GraphBLAS/Demo/Program/
H A Dtri_demo.c40 GxB_Scalar_free (&Thunk) ; \
51 GxB_Scalar Thunk = NULL ; in main() local
82 OK (GxB_Scalar_new (&Thunk, GrB_INT64)) ; in main()
86 OK (GxB_Scalar_setElement_INT64 (Thunk, (int64_t) 1)) ; in main()
88 OK (GxB_Matrix_select (U, NULL, NULL, GxB_TRIU, A, Thunk, NULL)) ; in main()
97 OK (GxB_Scalar_setElement_INT64 (Thunk, (int64_t) (-1))) ; in main()
98 OK (GxB_Matrix_select (L, NULL, NULL, GxB_TRIL, A, Thunk, NULL)) ; in main()
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/GraphBLAS/Demo/Program/
H A Dtri_demo.c40 GxB_Scalar_free (&Thunk) ; \
51 GxB_Scalar Thunk = NULL ; in main() local
82 OK (GxB_Scalar_new (&Thunk, GrB_INT64)) ; in main()
86 OK (GxB_Scalar_setElement_INT64 (Thunk, (int64_t) 1)) ; in main()
88 OK (GxB_Matrix_select (U, NULL, NULL, GxB_TRIU, A, Thunk, NULL)) ; in main()
97 OK (GxB_Scalar_setElement_INT64 (Thunk, (int64_t) (-1))) ; in main()
98 OK (GxB_Matrix_select (L, NULL, NULL, GxB_TRIL, A, Thunk, NULL)) ; in main()
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/GraphBLAS/Demo/Program/
H A Dtri_demo.c40 GxB_Scalar_free (&Thunk) ; \
51 GxB_Scalar Thunk = NULL ; in main() local
82 OK (GxB_Scalar_new (&Thunk, GrB_INT64)) ; in main()
86 OK (GxB_Scalar_setElement_INT64 (Thunk, (int64_t) 1)) ; in main()
88 OK (GxB_Matrix_select (U, NULL, NULL, GxB_TRIU, A, Thunk, NULL)) ; in main()
97 OK (GxB_Scalar_setElement_INT64 (Thunk, (int64_t) (-1))) ; in main()
98 OK (GxB_Matrix_select (L, NULL, NULL, GxB_TRIL, A, Thunk, NULL)) ; in main()
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/GraphBLAS/Demo/Program/
H A Dtri_demo.c40 GxB_Scalar_free (&Thunk) ; \
51 GxB_Scalar Thunk = NULL ; in main() local
82 OK (GxB_Scalar_new (&Thunk, GrB_INT64)) ; in main()
86 OK (GxB_Scalar_setElement_INT64 (Thunk, (int64_t) 1)) ; in main()
88 OK (GxB_Matrix_select (U, NULL, NULL, GxB_TRIU, A, Thunk, NULL)) ; in main()
97 OK (GxB_Scalar_setElement_INT64 (Thunk, (int64_t) (-1))) ; in main()
98 OK (GxB_Matrix_select (L, NULL, NULL, GxB_TRIL, A, Thunk, NULL)) ; in main()
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/GraphBLAS/Demo/Program/
H A Dtri_demo.c40 GxB_Scalar_free (&Thunk) ; \
51 GxB_Scalar Thunk = NULL ; in main() local
82 OK (GxB_Scalar_new (&Thunk, GrB_INT64)) ; in main()
86 OK (GxB_Scalar_setElement_INT64 (Thunk, (int64_t) 1)) ; in main()
88 OK (GxB_Matrix_select (U, NULL, NULL, GxB_TRIU, A, Thunk, NULL)) ; in main()
97 OK (GxB_Scalar_setElement_INT64 (Thunk, (int64_t) (-1))) ; in main()
98 OK (GxB_Matrix_select (L, NULL, NULL, GxB_TRIL, A, Thunk, NULL)) ; in main()
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/GraphBLAS/Demo/Program/
H A Dtri_demo.c40 GxB_Scalar_free (&Thunk) ; \
51 GxB_Scalar Thunk = NULL ; in main() local
82 OK (GxB_Scalar_new (&Thunk, GrB_INT64)) ; in main()
86 OK (GxB_Scalar_setElement_INT64 (Thunk, (int64_t) 1)) ; in main()
88 OK (GxB_Matrix_select (U, NULL, NULL, GxB_TRIU, A, Thunk, NULL)) ; in main()
97 OK (GxB_Scalar_setElement_INT64 (Thunk, (int64_t) (-1))) ; in main()
98 OK (GxB_Matrix_select (L, NULL, NULL, GxB_TRIL, A, Thunk, NULL)) ; in main()
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/GraphBLAS/Demo/Program/
H A Dtri_demo.c40 GxB_Scalar_free (&Thunk) ; \
51 GxB_Scalar Thunk = NULL ; in main() local
82 OK (GxB_Scalar_new (&Thunk, GrB_INT64)) ; in main()
86 OK (GxB_Scalar_setElement_INT64 (Thunk, (int64_t) 1)) ; in main()
88 OK (GxB_Matrix_select (U, NULL, NULL, GxB_TRIU, A, Thunk, NULL)) ; in main()
97 OK (GxB_Scalar_setElement_INT64 (Thunk, (int64_t) (-1))) ; in main()
98 OK (GxB_Matrix_select (L, NULL, NULL, GxB_TRIL, A, Thunk, NULL)) ; in main()
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/GraphBLAS/Demo/Program/
H A Dtri_demo.c40 GxB_Scalar_free (&Thunk) ; \
51 GxB_Scalar Thunk = NULL ; in main() local
82 OK (GxB_Scalar_new (&Thunk, GrB_INT64)) ; in main()
86 OK (GxB_Scalar_setElement_INT64 (Thunk, (int64_t) 1)) ; in main()
88 OK (GxB_Matrix_select (U, NULL, NULL, GxB_TRIU, A, Thunk, NULL)) ; in main()
97 OK (GxB_Scalar_setElement_INT64 (Thunk, (int64_t) (-1))) ; in main()
98 OK (GxB_Matrix_select (L, NULL, NULL, GxB_TRIL, A, Thunk, NULL)) ; in main()
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/GraphBLAS/Demo/Program/
H A Dtri_demo.c40 GxB_Scalar_free (&Thunk) ; \
51 GxB_Scalar Thunk = NULL ; in main() local
82 OK (GxB_Scalar_new (&Thunk, GrB_INT64)) ; in main()
86 OK (GxB_Scalar_setElement_INT64 (Thunk, (int64_t) 1)) ; in main()
88 OK (GxB_Matrix_select (U, NULL, NULL, GxB_TRIU, A, Thunk, NULL)) ; in main()
97 OK (GxB_Scalar_setElement_INT64 (Thunk, (int64_t) (-1))) ; in main()
98 OK (GxB_Matrix_select (L, NULL, NULL, GxB_TRIL, A, Thunk, NULL)) ; in main()
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/GraphBLAS/Demo/Program/
H A Dtri_demo.c40 GxB_Scalar_free (&Thunk) ; \
51 GxB_Scalar Thunk = NULL ; in main() local
82 OK (GxB_Scalar_new (&Thunk, GrB_INT64)) ; in main()
86 OK (GxB_Scalar_setElement_INT64 (Thunk, (int64_t) 1)) ; in main()
88 OK (GxB_Matrix_select (U, NULL, NULL, GxB_TRIU, A, Thunk, NULL)) ; in main()
97 OK (GxB_Scalar_setElement_INT64 (Thunk, (int64_t) (-1))) ; in main()
98 OK (GxB_Matrix_select (L, NULL, NULL, GxB_TRIL, A, Thunk, NULL)) ; in main()
/dports/math/suitesparse-cxsparse/SuiteSparse-5.10.1/GraphBLAS/Demo/Program/
H A Dtri_demo.c40 GxB_Scalar_free (&Thunk) ; \
51 GxB_Scalar Thunk = NULL ; in main() local
82 OK (GxB_Scalar_new (&Thunk, GrB_INT64)) ; in main()
86 OK (GxB_Scalar_setElement_INT64 (Thunk, (int64_t) 1)) ; in main()
88 OK (GxB_Matrix_select (U, NULL, NULL, GxB_TRIU, A, Thunk, NULL)) ; in main()
97 OK (GxB_Scalar_setElement_INT64 (Thunk, (int64_t) (-1))) ; in main()
98 OK (GxB_Matrix_select (L, NULL, NULL, GxB_TRIL, A, Thunk, NULL)) ; in main()

12345678910>>...85