Searched defs:VariableDeclaration (Results 1 - 5 of 5) sorted by relevance
/external/deqp/framework/opengl/ |
H A D | gluVarType.cpp | 257 // VariableDeclaration Implementation 259 VariableDeclaration::VariableDeclaration (const VarType& varType_, const std::string& name_, Storage storage_, Interpolation interpolation_, const Layout& layout_, deUint32 memoryAccessQualifierBits_) function in class:glu::VariableDeclaration 269 bool VariableDeclaration::operator== (const VariableDeclaration& other) const 279 bool VariableDeclaration::operator!= (const VariableDeclaration& other) const 327 std::ostream& operator<< (std::ostream& str, const VariableDeclaration& decl)
|
H A D | gluVarType.hpp | 256 struct VariableDeclaration struct in namespace:glu 258 VariableDeclaration (const VarType& varType_, const std::string& name_, Storage storage_ = STORAGE_LAST, Interpolation interpolation_ = INTERPOLATION_LAST, const Layout& layout_ = Layout(), deUint32 memoryAccessQualifierBits_ = 0); 260 bool operator== (const VariableDeclaration& other) const; 261 bool operator!= (const VariableDeclaration& other) const; 280 std::vector<glu::VariableDeclaration> variables; 332 std::ostream& operator<< (std::ostream& str, const VariableDeclaration& decl);
|
/external/google-breakpad/src/testing/scripts/generator/cpp/ |
H A D | ast.py | 251 class VariableDeclaration(_GenericDeclaration): class in inherits:_GenericDeclaration 734 return VariableDeclaration(pos_token.start, pos_token.end,
|
/external/v8/src/ |
H A D | ast.h | 45 V(VariableDeclaration) \ 517 class VariableDeclaration FINAL : public Declaration { 519 DECLARE_NODE_TYPE(VariableDeclaration) 526 VariableDeclaration(Zone* zone, function in class:v8::internal::FINAL 3081 VariableDeclaration* NewVariableDeclaration(VariableProxy* proxy, 3085 VariableDeclaration* decl = 3086 new(zone_) VariableDeclaration(zone_, proxy, mode, scope, pos); 3087 VISIT_AND_RETURN(VariableDeclaration, decl)
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
Completed in 371 milliseconds