Home
last modified time | relevance | path

Searched defs:lp (Results 1 – 17 of 17) sorted by relevance

/llvm-project/polly/lib/External/isl/
H A Dbasis_reduction_tab.c102 #define GBR_lp_set_obj(lp, obj, dim) set_lp_obj(lp, obj, dim) argument
103 #define GBR_lp_solve(lp) solve_lp(lp) argument
104 #define GBR_lp_get_obj_val(lp, F) get_obj_val(lp, F) argument
105 #define GBR_lp_delete(lp) delete_lp(lp) argument
106 #define GBR_lp_next_row(lp) lp->neq argument
107 #define GBR_lp_add_row(lp, row, dim) add_lp_row(lp, row, dim) argument
108 #define GBR_lp_get_alpha(lp, row, alpha) get_alpha(lp, row, alpha) argument
109 #define GBR_lp_del_row(lp) del_lp_row(lp) argument
110 #define GBR_lp_is_fixed(lp) (lp)->is_fixed argument
111 #define GBR_lp_cut(lp, obj) cut_lp_to_hyperplane(lp, obj) argument
[all …]
H A Dbasis_reduction_templ.c20 static void save_alpha(GBR_LP *lp, int first, int n, GBR_type *alpha) in save_alpha()
55 GBR_LP *lp = NULL; in isl_tab_compute_reduced_basis() local
H A Disl_scheduler.h247 isl_basic_set *lp; member
H A Disl_convex_hull.c198 struct isl_basic_set *lp; in wrap_constraints() local
314 struct isl_basic_set *lp = NULL; in isl_set_wrap_facet() local
997 struct isl_basic_set *lp; in valid_direction_lp() local
1079 struct isl_basic_set *lp; in valid_direction() local
H A Disl_scheduler.c2899 isl_basic_set *lp; in solve_lp() local
4570 __isl_take isl_basic_set *lp, int n_edge, int want_integral) in non_neg_lexmin()
5063 isl_basic_set *lp; in compute_carrying_sol_coef() local
/llvm-project/flang/test/Semantics/
H A Dpdt01.f907 integer, len :: lp component
10 integer, len :: lp component
H A Ddefinable01.f90105 type(list), pointer :: lp local
110 pure subroutine test7(lp) argument
111 type(list), pointer :: lp local
H A Dnull01.f9068 logical, pointer :: lp local
/llvm-project/clang/test/Analysis/
H A Dplacement-new.cpp12 …long *lp = ::new (&s) long; // expected-warning{{Storage provided to placement new is only 2 bytes… in f() local
26 …long *lp = ::new (place) long; // expected-warning{{Storage provided to placement new is only 2 by… in f() local
37 …long *lp = ::new (place) long; // expected-warning{{Storage provided to placement new is only 2 by… in f() local
54 …long *lp = ::new (gptr) long; // expected-warning{{Storage provided to placement new is only 2 byt… in g() local
65 …long *lp = ::new (f()) long; // expected-warning{{Storage provided to placement new is only 2 byte… in g() local
73 long *lp = ::new (f()) long; in g() local
83 …long *lp = ::new (st) long; // expected-warning{{Storage provided to placement new is only 3 bytes… in f() local
91 …long *lp = ::new (buf + 2) long; // expected-warning{{Storage provided to placement new is only 4 … in f() local
99 …long *lp = ::new (buf + 3) long; // expected-warning{{Storage provided to placement new is only 0 … in f() local
107 …long *lp = ::new (buf + 4) long; // expected-warning{{Storage provided to placement new is only -4… in f() local
[all …]
/llvm-project/clang/test/Sema/
H A Doverloadable-complex.c18 int *lp = foo(dc); in test_foo_2() local
27 long *lp = foo(dc); in test_foo_3() local
/llvm-project/clang/test/SemaCXX/
H A Dcomplex-overload.cpp19 int *lp = foo(dc); in test_foo_2() local
28 long *lp = foo(dc); in test_foo_3() local
/llvm-project/clang/test/CodeGen/
H A Dpartial-reinitialization2.c103 struct LLP2P2 { struct LP2P2 lp; } var = { get456789(), in test6() member
H A Dbuiltins-nvptx.c239 nvvm_atom(float * fp,float f,double * dfp,double df,int * ip,int i,unsigned int * uip,unsigned ui,long * lp,long l,long long * llp,long long ll) nvvm_atom() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-emplace.cpp1353 std::list<Something>* lp = &l; in testWithPointerTypes() local
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp1629 for (auto lp : getTypeparams()) verify() local
/llvm-project/flang/lib/Lower/
H A DBridge.cpp2503 auto lp = builder->create<fir::DoLoopOp>( genFIR() local
/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1698 uint64_t lp; in DumpLiteralPointerSection() local
[all...]