/llvm-project/polly/lib/External/isl/ |
H A D | basis_reduction_tab.c | 102 #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 D | basis_reduction_templ.c | 20 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 D | isl_scheduler.h | 247 isl_basic_set *lp; member
|
H A D | isl_convex_hull.c | 198 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 D | isl_scheduler.c | 2899 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 D | pdt01.f90 | 7 integer, len :: lp component 10 integer, len :: lp component
|
H A D | definable01.f90 | 105 type(list), pointer :: lp local 110 pure subroutine test7(lp) argument 111 type(list), pointer :: lp local
|
H A D | null01.f90 | 68 logical, pointer :: lp local
|
/llvm-project/clang/test/Analysis/ |
H A D | placement-new.cpp | 12 …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 D | overloadable-complex.c | 18 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 D | complex-overload.cpp | 19 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 D | partial-reinitialization2.c | 103 struct LLP2P2 { struct LP2P2 lp; } var = { get456789(), in test6() member
|
H A D | builtins-nvptx.c | 239 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 D | use-emplace.cpp | 1353 std::list<Something>* lp = &l; in testWithPointerTypes() local
|
/llvm-project/flang/lib/Optimizer/Dialect/ |
H A D | FIROps.cpp | 1629 for (auto lp : getTypeparams()) verify() local
|
/llvm-project/flang/lib/Lower/ |
H A D | Bridge.cpp | 2503 auto lp = builder->create<fir::DoLoopOp>( genFIR() local
|
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 1698 uint64_t lp; in DumpLiteralPointerSection() local [all...] |