Home
last modified time | relevance | path

Searched defs:con1 (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-trailing-return-type-cxx20.cpp22 std::floating_point auto con1() { return 3.14f; } in con1() function
/llvm-project/polly/lib/External/isl/
H A Disl_tab.c3053 isl_stat isl_tab_swap_constraints(struct isl_tab *tab, int con1, int con2) in isl_tab_swap_constraints()