Home
last modified time | relevance | path

Searched defs:int_type (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Ddefault-arguments-ast-print.cpp7 using int_type = int; typedef
H A Dclass-template-spec.cpp41 typedef int int_type; typedef
/llvm-project-15.0.7/libcxx/test/std/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/
H A Dfailed.pass.cpp23 typedef typename std::basic_streambuf<Char,Traits>::int_type int_type; typedef
/llvm-project-15.0.7/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
H A Dunderflow.pass.cpp31 typedef typename base::int_type int_type; typedef
H A Dpbackfail.pass.cpp26 typedef typename base::int_type int_type; typedef
H A Doverflow.pass.cpp29 typedef typename base::int_type int_type; typedef
/llvm-project-15.0.7/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
H A Dpbackfail.pass.cpp35 typedef base::int_type int_type; typedef
H A Dunderflow.pass.cpp35 typedef base::int_type int_type; typedef
H A Doverflow.pass.cpp33 typedef base::int_type int_type; typedef
/llvm-project-15.0.7/libcxx/include/__iterator/
H A Distreambuf_iterator.h43 typedef typename _Traits::int_type int_type; typedef
/llvm-project-15.0.7/libcxx/test/std/strings/basic.string.hash/
H A Dchar_type_hash.fail.cpp25 typedef int int_type; typedef
/llvm-project-15.0.7/libcxx/test/std/strings/string.view/string.view.hash/
H A Dchar_type.hash.fail.cpp25 typedef int int_type; typedef
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp243 CompilerType int_type = m_ast->GetBasicType(lldb::eBasicTypeInt); in TEST_F() local
386 CompilerType int_type = m_ast->GetBasicType(eBasicTypeInt); in TEST_F() local
498 CompilerType int_type(m_ast.get(), in TEST_F() local
750 CompilerType int_type = m_ast->GetBasicType(lldb::eBasicTypeInt); in TEST_F() local
774 CompilerType int_type = m_ast->GetBasicType(lldb::eBasicTypeInt); in TEST_F() local
/llvm-project-15.0.7/libcxx/test/std/strings/basic.string/string.capacity/
H A Dshrink_to_fit.explicit_instantiation.sh.cpp28 typedef int int_type; typedef
/llvm-project-15.0.7/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp195 CompilerType int_type = ast->GetBasicType(eBasicTypeInt); in GetSiginfoType() local
/llvm-project-15.0.7/libcxx/test/support/
H A Dconstexpr_char_traits.h22 typedef int int_type; typedef
/llvm-project-15.0.7/libcxx/include/__string/
H A Dchar_traits.h43 typedef int int_type; typedef
/llvm-project-15.0.7/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp214 CompilerType int_type = ast->GetBasicType(eBasicTypeInt); in GetSiginfoType() local
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp334 CompilerType int_type = ast->GetBasicType(eBasicTypeInt); in GetSiginfoType() local
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DMapVectorTest.cpp160 using int_type = IntType; typedef
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2595 const CompilerType &int_type, const DWARFFormValue &form_value) const { in ExtractIntFromFormValue() argument