Home
last modified time | relevance | path

Searched refs:is_long (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/
H A Dspeculative_load.cpp34 bool is_long() const { in is_long() function
39 return is_long() ? _data._l._ptr : _data._s._ch; in get_pointer()
/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dgenerator.h191 static bool is_long(QualType type);
H A Dgenerator.cc752 bool generator::is_long(QualType type) in is_long() function in generator
H A Dpython.cc848 else if (is_long(type)) in print_argtypes()
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp764 ValueObjectSP is_long = in ExtractLibcxxStringInfo() local
771 if (is_long) { in ExtractLibcxxStringInfo()
773 short_mode = !is_long->GetValueAsUnsigned(/*fail_value=*/0); in ExtractLibcxxStringInfo()