Home
last modified time | relevance | path

Searched refs:is_constant_evaluated (Results 1 – 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/libcxx/include/__format/
HDparser_std_format_spec.h366 } else if (std::is_constant_evaluated() && __parse_sign(__begin)) {
373 } else if (std::is_constant_evaluated() && __parse_alternate_form(__begin)) {
380 } else if (std::is_constant_evaluated() && __parse_zero_padding(__begin)) {
390 } else if (std::is_constant_evaluated() && __parse_precision(__begin, __end, __ctx)) {
397 } else if (std::is_constant_evaluated() && __parse_locale_specific_form(__begin)) {
404 } else if (std::is_constant_evaluated() && __parse_clear_brackets(__begin)) {
453 if (std::is_constant_evaluated())
460 if (std::is_constant_evaluated())
467 if (std::is_constant_evaluated())
474 if (std::is_constant_evaluated())
[all …]
HDformat_parse_context.h63 if (is_constant_evaluated() && __next_arg_id_ >= __num_args_) in next_arg_id()
82 if (is_constant_evaluated() && __id >= __num_args_) in check_arg_id()
/freebsd-13-stable/contrib/llvm-project/libcxx/include/__type_traits/
HDis_constant_evaluated.h21 _LIBCPP_HIDE_FROM_ABI inline constexpr bool is_constant_evaluated() noexcept { in is_constant_evaluated() function
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
HDcstring60 #include <__type_traits/is_constant_evaluated.h>
HDcwchar107 #include <__type_traits/is_constant_evaluated.h>
HDtypeinfo61 #include <__type_traits/is_constant_evaluated.h>
HDcmath319 #include <__type_traits/is_constant_evaluated.h>
HDtype_traits512 # include <__type_traits/is_constant_evaluated.h>
HDmodule.modulemap1943 …_constant_evaluated [system] { header "__type_traits/is_constant_evaluated.h" }
/freebsd-13-stable/contrib/llvm-project/libcxx/modules/std/
HDtype_traits.inc310 using std::is_constant_evaluated;
/freebsd-13-stable/lib/libc++/
DMakefile1254 TTR_HEADERS+= is_constant_evaluated.h
Dlibcxx.imp761 { include: [ "<__type_traits/is_constant_evaluated.h>", "private", "<type_traits>", "public" ] },
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
HDStdSymbolMap.inc1630 SYMBOL(is_constant_evaluated, std::, <type_traits>)