Home
last modified time | relevance | path

Searched refs:lt2 (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/test/Semantics/
H A Dresolve67.f9051 logical function lt2(x, y)
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectType.cpp2768 LanguageType lt2 = lang2->GetLanguageType(); in DoExecute() local
2771 if (lt2 == guessed_language) in DoExecute()
2773 return (lt1 < lt2); // normal comparison otherwise in DoExecute()