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

/external/clang/utils/TableGen/
H A DNeonEmitter.cpp281 /// The input and output typespecs. InTS == OutTS except when
283 TypeSpec OutTS, InTS; member in class:__anon3419::Intrinsic
312 /// The "base type", which is Type('d', OutTS). InBaseType is only
324 Intrinsic(Record *R, StringRef Name, StringRef Proto, TypeSpec OutTS, argument
327 : R(R), Name(Name.str()), Proto(Proto.str()), OutTS(OutTS), InTS(InTS),
330 BaseType(OutTS, 'd'), InBaseType(InTS, 'd'), Emitter(Emitter) {
345 if (OutTS.find('h') != std::string::npos &&
352 Types.emplace_back(OutTS, Proto[0]);

Completed in 101 milliseconds