Searched refs:Ct (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h695 typename C::CType Ct = local
697 if (Cmp.notTrue(Ct))
698 return Ct;
700 Ct = Cmp.compare(body(), E->body());
702 return Ct;
752 typename C::CType Ct = Cmp.compare(body(), E->body()); local
754 return Ct;
786 typename C::CType Ct = Cmp.compare(returnType(), E->returnType()); local
787 if (Cmp.notTrue(Ct))
788 return Ct;
821 typename C::CType Ct = Cmp.compare(range(), E->range()); local
860 typename C::CType Ct = Cmp.compare(fun(), E->fun()); local
898 typename C::CType Ct = Cmp.compare(sfun(), E->sfun()); local
950 typename C::CType Ct = Cmp.compare(record(), E->record()); local
1018 typename C::CType Ct = Cmp.compareIntegers(kind(), E->kind()); local
1078 typename C::CType Ct = Cmp.compare(destination(), E->destination()); local
1114 typename C::CType Ct = Cmp.compare(array(), E->array()); local
1151 typename C::CType Ct = Cmp.compare(array(), E->array()); local
1189 typename C::CType Ct = local
1235 typename C::CType Ct = local
1275 typename C::CType Ct = local
1838 typename C::CType Ct = Cmp.compare(condition(), E->condition()); local
1886 typename C::CType Ct = local
[all...]
/freebsd-11-stable/bin/ls/tests/
H A Dls_tests.sh809 atf_check -e empty -o match:'b\.file.*a\.file' -s exit:0 ls -Ct
815 atf_check -e empty -o match:'a\.file.*b\.file' -s exit:0 ls -Ct

Completed in 43 milliseconds