Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/commands/frame/language/
H A DTestGuessLanguage.py27 def check_language(self, thread, frame_no, test_lang): member in TestFrameGuessLanguage
73 self.check_language(thread, 0, c_frame_language)
74 self.check_language(thread, 1, cxx_frame_language)
75 self.check_language(thread, 2, lldb.eLanguageTypeC_plus_plus)
/llvm-project-15.0.7/mlir/lib/Dialect/GPU/
H A DCMakeLists.txt91 # Configure CUDA language support. Using check_language first allows us to
94 check_language(CUDA)
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DCMakeLists.txt153 # Configure CUDA support. Using check_language first allows us to give a
156 check_language(CUDA)