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

  /external/swiftshader/third_party/subzero/src/
IceTranslator.cpp 64 std::unique_ptr<VariableDeclarationList> VariableDeclarations) {
66 getNextSequenceNumber(), std::move(VariableDeclarations)));
IceTranslator.h 57 lowerGlobals(std::unique_ptr<VariableDeclarationList> VariableDeclarations);
PNaClTranslator.cpp 235 VariableDeclarations(new Ice::VariableDeclarationList()) {}
256 return VariableDeclarations.get();
335 assert(VariableDeclarations);
343 assert(VariableDeclarations);
344 ValueIDConstants.reserve(VariableDeclarations->size() +
356 if (VariableDeclarations) {
357 return FunctionDeclarations.size() + VariableDeclarations->size();
366 assert(VariableDeclarations);
367 VariableDeclarations->push_back(Decl);
372 assert(VariableDeclarations);
    [all...]

Completed in 48 milliseconds