Searched refs:OutTS (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp313 /// The input and output typespecs. InTS == OutTS except when
315 TypeSpec OutTS, InTS; member in class:__anon2449::Intrinsic
346 /// The "base type", which is Type('d', OutTS). InBaseType is only
369 Intrinsic(Record *R, StringRef Name, StringRef Proto, TypeSpec OutTS, argument
372 : R(R), Name(Name.str()), OutTS(OutTS), InTS(InTS), CK(CK), Body(Body),
375 UseMacro(false), BaseType(OutTS, "."), InBaseType(InTS, "."),
381 Types.emplace_back(OutTS, getNextModifiers(Proto, Pos));

Completed in 113 milliseconds