Searched defs:VariableDeclaration (Results 1 - 11 of 11) sorted by relevance

/external/deqp/framework/opengl/
H A DgluVarType.cpp257 // 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 DgluVarType.hpp256 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/swiftshader/third_party/subzero/src/
H A DIceGlobalInits.h220 class VariableDeclaration : public GlobalDeclaration { class in namespace:Ice
221 VariableDeclaration(const VariableDeclaration &) = delete;
222 VariableDeclaration &operator=(const VariableDeclaration &) = delete;
406 static VariableDeclaration *create(VariableDeclarationList *VDL,
410 return new (VDL->allocate_variable_declaration<VariableDeclaration>())
411 VariableDeclaration(Linkage, SuppressMangling);
414 static VariableDeclaration *createExternal(VariableDeclarationList *VDL) {
500 VariableDeclaration(llv function in class:Ice::VariableDeclaration
[all...]
/external/google-breakpad/src/testing/scripts/generator/cpp/
H A Dast.py251 class VariableDeclaration(_GenericDeclaration): class in inherits:_GenericDeclaration
734 return VariableDeclaration(pos_token.start, pos_token.end,
/external/googletest/googlemock/scripts/generator/cpp/
H A Dast.py252 class VariableDeclaration(_GenericDeclaration): class in inherits:_GenericDeclaration
735 return VariableDeclaration(pos_token.start, pos_token.end,
/external/v8/testing/gmock/scripts/generator/cpp/
H A Dast.py252 class VariableDeclaration(_GenericDeclaration): class in inherits:_GenericDeclaration
735 return VariableDeclaration(pos_token.start, pos_token.end,
/external/v8/src/ast/
H A Dast.h41 V(VariableDeclaration) \
534 class VariableDeclaration final : public Declaration {
538 VariableDeclaration(VariableProxy* proxy, Scope* scope, int pos) function in class:v8::internal::final
3163 VariableDeclaration* NewVariableDeclaration(VariableProxy* proxy,
3165 return new (zone_) VariableDeclaration(proxy, scope, pos);
/external/annotation-tools/asmx/test/lib/
H A Dsaxon7.jarMETA-INF/ META-INF/MANIFEST.MF net/sf/saxon/Compile.class Compile.java package ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 387 milliseconds