|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/ADT/Hashing.h 363 typename std::enable_if<is_hashable_data<T>::value, T>::type
363 typename std::enable_if<is_hashable_data<T>::value, T>::type
364 get_hashable_data(const T &value) {
385 bool store_and_advance(char *&buffer_ptr, char *buffer_end, const T& value,
514 char *combine_data(size_t &length, char *buffer_ptr, char *buffer_end, T data) {
554 const T &arg, const Ts &...args) {
554 const T &arg, const Ts &...args) {
600 template <typename ...Ts> hash_code hash_combine(const Ts &...args) {
include/llvm/CodeGen/AsmPrinter.h 665 InlineAsm::AsmDialect AsmDialect = InlineAsm::AD_ATT) const;
include/llvm/CodeGen/MachineInstr.h 1097 InlineAsm::AsmDialect getInlineAsmDialect() const;
include/llvm/IR/InlineAsm.h 45 AsmDialect Dialect;
49 bool isAlignStack, AsmDialect asmDialect);
64 AsmDialect asmDialect = AD_ATT);
68 AsmDialect getDialect() const { return Dialect; }
include/llvm/Support/type_traits.h 31 using UnderlyingT = typename std::remove_reference<T>::type;
lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp 112 InlineAsm::AsmDialect Dialect) const {
lib/CodeGen/MachineInstr.cpp 777 InlineAsm::AsmDialect MachineInstr::getInlineAsmDialect() const {
lib/IR/ConstantsContext.h 418 InlineAsm::AsmDialect AsmDialect;
422 InlineAsm::AsmDialect AsmDialect)
lib/IR/Core.cpp 451 InlineAsm::AsmDialect AD;
lib/IR/InlineAsm.cpp 32 bool isAlignStack, AsmDialect asmDialect)
44 bool isAlignStack, AsmDialect asmDialect) {
tools/clang/lib/CodeGen/CGStmt.cpp 2274 llvm::InlineAsm::AsmDialect AsmDialect = isa<MSAsmStmt>(&S) ?
usr/include/c++/7.4.0/type_traits 215 : public __is_void_helper<typename remove_cv<_Tp>::type>::type
354 : public __is_floating_point_helper<typename remove_cv<_Tp>::type>::type
381 : public __is_pointer_helper<typename remove_cv<_Tp>::type>::type
581 : public __or_<is_lvalue_reference<_Tp>,
582 is_rvalue_reference<_Tp>>::type
601 : public __not_<__or_<is_function<_Tp>, is_reference<_Tp>,
601 : public __not_<__or_<is_function<_Tp>, is_reference<_Tp>,
602 is_void<_Tp>>>::type
638 : public __or_<is_object<_Tp>, is_reference<_Tp>>::type
638 : public __or_<is_object<_Tp>, is_reference<_Tp>>::type
762 typename add_rvalue_reference<_Tp>::type declval() noexcept;
1538 typedef decltype(__test<_From, _To>(0)) type;
1545 : public __is_convertible_helper<_From, _To>::type
1554 { typedef _Tp type; };
1563 { typedef _Tp type; };
1574 remove_const<typename remove_volatile<_Tp>::type>::type type;
1629 { typedef _Tp type; };
1659 { typedef _Tp&& type; };
1664 : public __add_rvalue_reference_helper<_Tp>
2157 { typedef _Tp type; };