Home
last modified time | relevance | path

Searched defs:__type (Results 1 – 7 of 7) sorted by relevance

/llvm-project/libcxx/include/__iterator/
H A Dprojected.h28 struct __type { struct
29 using __primary_template _LIBCPP_NODEBUG = __type; argument
/llvm-project/clang/lib/Headers/
H A Dinvpcidintrin.h19 _invpcid(unsigned int __type, void *__descriptor) { in _invpcid()
/llvm-project/libcxx/include/__compare/
H A Dcommon_comparison_category.h44 for (auto __type : __types) in __compute_comp_type() local
/llvm-project/libcxx/include/__format/
H A Dparser_std_format_spec.h198 enum class __type : uint8_t { enum
[all...]
H A Dformat_functions.h196 switch (__type) { in __compile_time_visit_format_arg() argument
268 if (__type == __arg_t::__none) in __handle_replacement_field() local
H A Dformat_arg.h351 basic_format_arg(__format::__arg_t __type,__basic_format_arg_value<_Context> __value) basic_format_arg() argument
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle.cpp190 typedef T __type; typedef
238 template<typename T> struct __enable_if<true, T> { typedef T __type; }; typedef