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

  /external/swiftshader/third_party/subzero/src/
IceTypes.h 163 /// types should be added using calls to appendArgType.
167 void appendArgType(Type ArgType) { ArgList.push_back(ArgType); }
IceConverter.cpp 868 Signature.appendArgType(
    [all...]
PNaClTranslator.cpp 153 void appendArgType(Ice::Type ArgType) { Signature.appendArgType(ArgType); }
    [all...]

Completed in 86 milliseconds