HomeSort by relevance Sort by last modified time
    Searched defs:VariableDeclaration (Results 1 - 25 of 134) sorted by null

1 2 3 4 5 6

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
CodeFragment.py 89 class VariableDeclaration :
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
CodeFragment.py 107 class VariableDeclaration :
  /external/deqp/framework/opengl/
gluVarType.cpp 257 // VariableDeclaration Implementation
259 VariableDeclaration::VariableDeclaration (const VarType& varType_, const std::string& name_, Storage storage_, Interpolation interpolation_, const Layout& layout_, deUint32 memoryAccessQualifierBits_)
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)
gluVarType.hpp 256 struct VariableDeclaration
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);
  /system/tools/aidl/
ast_java.cpp 276 VariableDeclaration::VariableDeclaration(Variable* l, Expression* r,
280 VariableDeclaration::VariableDeclaration(Variable* l) : lvalue(l) {}
282 void VariableDeclaration::Write(CodeWriter* to) const {
ast_java.h 233 struct VariableDeclaration : public Statement {
238 explicit VariableDeclaration(Variable* lvalue);
239 VariableDeclaration(Variable* lvalue, Expression* rvalue,
241 virtual ~VariableDeclaration() = default;
  /external/swiftshader/third_party/subzero/src/
IceGlobalInits.h 220 class VariableDeclaration : public GlobalDeclaration {
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(llvm::GlobalValue::LinkageTypes Linkage
    [all...]
  /external/google-breakpad/src/testing/scripts/generator/cpp/
ast.py 251 class VariableDeclaration(_GenericDeclaration):
734 return VariableDeclaration(pos_token.start, pos_token.end,
    [all...]
  /external/googletest/googlemock/scripts/generator/cpp/
ast.py 252 class VariableDeclaration(_GenericDeclaration):
735 return VariableDeclaration(pos_token.start, pos_token.end,
    [all...]
  /external/v8/testing/gmock/scripts/generator/cpp/
ast.py 252 class VariableDeclaration(_GenericDeclaration):
735 return VariableDeclaration(pos_token.start, pos_token.end,
    [all...]
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
ResourceBundle.java 414 public List<VariableDeclaration> mVariables = new ArrayList<VariableDeclaration>();
467 mVariables.add(new VariableDeclaration(name, type, location, declared));
513 public List<VariableDeclaration> getVariables() {
725 public static class VariableDeclaration extends NameTypeLocation {
729 public VariableDeclaration() {
733 public VariableDeclaration(String name, String type, Location location, boolean declared) {
    [all...]
  /external/v8/src/ast/
ast.h 41 V(VariableDeclaration) \
534 class VariableDeclaration final : public Declaration {
538 VariableDeclaration(VariableProxy* proxy, Scope* scope, int pos)
    [all...]
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/1.0/
compilerCommon-1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/1.0-rc5/
compilerCommon-1.0-rc5.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/1.1/
compilerCommon-1.1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0/
compilerCommon-2.0.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-alpha9/
compilerCommon-2.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-beta2/
compilerCommon-2.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-beta5/
compilerCommon-2.0.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-beta6/
compilerCommon-2.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-beta7/
compilerCommon-2.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-rc3/
compilerCommon-2.0.0-rc3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.1.0/
compilerCommon-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.1.0-alpha3/
compilerCommon-2.1.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.1.0-alpha4/
compilerCommon-2.1.0-alpha4.jar 

Completed in 1594 milliseconds

1 2 3 4 5 6