Home
last modified time | relevance | path

Searched refs:llt2 (Results 1 – 3 of 3) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dllutil.cpp961 LL_Type *llt, *llt2; in make_lltype_from_arg_noproto() local
970 llt2 = make_lltype_from_dtype(dtype); in make_lltype_from_arg_noproto()
972 llt2 = make_lltype_from_dtype(DT_BINT); in make_lltype_from_arg_noproto()
973 llt = make_ptr_lltype(llt2); in make_lltype_from_arg_noproto()
1170 LL_Type *llt, *llt2; in make_lltype_from_sptr() local
H A Dcgmain.cpp11287 LL_Type *llt1, *llt2; in match_types() local
11316 llt2 = ty2; in match_types()
11317 while (llt2->data_type == LL_PTR) { in match_types()
11318 asrt(llt2); in match_types()
11320 llt2 = llt2->sub_types[0]; in match_types()
11324 } else if (match_types(llt1, llt2) == MATCH_OK) { in match_types()
11331 } else if ((llt1->data_type == LL_VOID) || (llt2->data_type == LL_VOID)) { in match_types()
/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRep/
H A DTopOpeBRep_FacesFiller_1.cxx743 const TopOpeBRepDS_Transition& llt2 = FaceFaceTransition(2); in ProcessRLine() local
744 TopOpeBRepDS_Transition Trans = (ShapeIndex == 1)? llt1 : llt2; in ProcessRLine()