Searched refs:bool_type (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/libclc/generic/lib/ |
| H A D | gen_convert.py | 43 bool_type = {'char' : 'char', variable 244 bool_prefix = "as_{DST}{N}(convert_{BOOL}{N}".format(DST=dst, BOOL=bool_type[dst], N=size); 247 bool_prefix = "convert_{BOOL}{N}".format(BOOL=bool_type[dst], N=size); 367 .format(DST=dst, N=size, BOOL=bool_type[dst])) 370 .format(DST=dst, N=size, BOOL=bool_type[dst])) 373 .format(DST=dst, N=size, BOOL=bool_type[dst]))
|
| /llvm-project-15.0.7/lldb/examples/synthetic/ |
| H A D | gnu_libstdcpp.py | 430 def __init__(self, valobj, bool_type): argument 432 self.bool_type = bool_type
|
| /llvm-project-15.0.7/lldb/unittests/Symbol/ |
| H A D | TestTypeSystemClang.cpp | 304 CompilerType bool_type(m_ast.get(), bool_ctype); in TEST_F() local 309 EXPECT_TRUE(ClangUtil::IsClangType(bool_type)); in TEST_F()
|