HomeSort by relevance Sort by last modified time
    Searched defs:TFunction (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
SymbolTable.cpp 87 void TFunction::dump(TInfoSink &infoSink) const
110 TFunction::~TFunction()
136 TFunction* function = static_cast<TFunction*>((*it).second);
153 TFunction* function = static_cast<TFunction*>(it->second);
190 TFunction::TFunction(const TFunction& copyOf, TStructureMap& remapper) : TSymbol(copyOf
    [all...]
SymbolTable.h 132 class TFunction : public TSymbol {
134 TFunction(TOperator o) :
139 TFunction(const TString *name, TType& retType, TOperator tOp = EOpNull) :
142 mangledName(TFunction::mangleName(*name)),
145 virtual ~TFunction();
176 TFunction(const TFunction&, TStructureMap& remapper);
177 virtual TFunction* clone(TStructureMap& remapper);

Completed in 37 milliseconds