Home
last modified time | relevance | path

Searched defs:VariableDeclaration (Results 1 – 7 of 7) sorted by relevance

/external/deqp/framework/opengl/
DgluVarType.hpp256 struct VariableDeclaration struct
280 std::vector<glu::VariableDeclaration> variables;
DgluVarType.cpp260 VariableDeclaration::VariableDeclaration (const VarType& varType_, const std::string& name_, Storag… in VariableDeclaration() function in glu::VariableDeclaration
/external/swiftshader/third_party/subzero/src/
DIceTranslator.h32 class VariableDeclaration; variable
DIceDefs.h78 class VariableDeclaration; variable
189 void willNotBeEmitted(VariableDeclaration *) {} in willNotBeEmitted() argument
DIceGlobalInits.h500 VariableDeclaration(llvm::GlobalValue::LinkageTypes Linkage, in VariableDeclaration() function
/external/googletest/googlemock/scripts/generator/cpp/
Dast.py252 class VariableDeclaration(_GenericDeclaration): class
/external/google-breakpad/src/testing/scripts/generator/cpp/
Dast.py251 class VariableDeclaration(_GenericDeclaration): class