HomeSort by relevance Sort by last modified time
    Searched refs:InfoT (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/IR/
MetadataImpl.h 22 template <class T, class InfoT>
23 static T *getUniqued(DenseSet<T *, InfoT> &Store,
24 const typename InfoT::KeyTy &Key) {
Metadata.cpp 724 template <class T, class InfoT>
725 static T *uniquifyImpl(T *N, DenseSet<T *, InfoT> &Store) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
MetadataImpl.h 22 template <class T, class InfoT>
23 static T *getUniqued(DenseSet<T *, InfoT> &Store,
24 const typename InfoT::KeyTy &Key) {
Metadata.cpp 761 template <class T, class InfoT>
762 static T *uniquifyImpl(T *N, DenseSet<T *, InfoT> &Store) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Testing/Support/
Error.h 85 template <typename InfoT>
88 explicit ErrorMatchesMono(Optional<testing::Matcher<InfoT &>> Matcher)
102 if (!Info.isA<InfoT>()) {
110 return Matcher->MatchAndExplain(static_cast<InfoT &>(Info), listener);
130 Optional<testing::Matcher<InfoT &>> Matcher;
147 template <typename InfoT>
149 return MakeMatcher(new detail::ErrorMatchesMono<InfoT>(None));
152 template <typename InfoT, typename M>
154 return MakeMatcher(new detail::ErrorMatchesMono<InfoT>(
155 testing::SafeMatcherCast<InfoT &>(Matcher)))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
InfoByHwMode.h 32 template <typename InfoT> struct InfoByHwMode;
40 template <typename InfoT>
41 std::vector<unsigned> union_modes(const InfoByHwMode<InfoT> &A,
42 const InfoByHwMode<InfoT> &B) {
59 template <typename InfoT>
61 typedef std::map<unsigned,InfoT> MapType;
85 InfoT &get(unsigned Mode) {
92 const InfoT &get(unsigned Mode) const {
105 InfoT getSimple() const {
111 InfoT I = get(Mode)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
globals.c 369 int InfoT=0; /* MR10 tnodes */
proto.h 228 extern int InfoT; /* MR10 */
    [all...]
main.c 270 InfoT=1;
    [all...]
gen.c     [all...]

Completed in 316 milliseconds