Home
last modified time | relevance | path

Searched refs:AnyType (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h212 AnyType = Any | ClassOrStruct | Union | Enum | Typedef | Builtin, enumerator
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp51 return CompilerContextKind::AnyType; in ConvertTypeClass()
84 m_context.push_back({CompilerContextKind::AnyType, ConstString(name)}); in TypeQuery()
94 m_context.push_back({CompilerContextKind::AnyType, type_basename}); in TypeQuery()
237 case CompilerContextKind::AnyType: in Dump()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1818 AnyType = 3, enumerator
1833 case SelectTypeKind::AnyType: in SelectOpcodeFromVT()
5718 if (auto Opc = SelectOpcodeFromVT<SelectTypeKind::AnyType>( in Select()
5727 if (auto Opc = SelectOpcodeFromVT<SelectTypeKind::AnyType>( in Select()
5735 if (auto Opc = SelectOpcodeFromVT<SelectTypeKind::AnyType>( in Select()
5744 if (auto Opc = SelectOpcodeFromVT<SelectTypeKind::AnyType>( in Select()
6342 if (auto Op = SelectOpcodeFromVT<SelectTypeKind::AnyType>( in Select()
6353 if (auto Op = SelectOpcodeFromVT<SelectTypeKind::AnyType>( in Select()
6364 if (auto Op = SelectOpcodeFromVT<SelectTypeKind::AnyType>( in Select()
6375 if (auto Op = SelectOpcodeFromVT<SelectTypeKind::AnyType>( in Select()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp511 if ((ctx.kind & CompilerContextKind::AnyType) != in GetTypeQueryParentContexts()
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIROps.td974 Variadic<AnyType>:$defaultOperands,
975 VariadicOfVariadic<AnyType, "case_operand_segments">:$caseOperands,
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h4234 template <typename AnyType>
4235 bool MatchAndExplain(const AnyType& value,