Searched defs:VarType (Results 1 - 14 of 14) sorted by relevance

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/
H A DVarType.java41 public final class VarType extends Type { class in inherits:Type
44 public VarType() { method in class:VarType
52 public VarType(TokenRange tokenRange) { method in class:VarType
58 public VarType setAnnotations(NodeList<AnnotationExpr> annotations) {
59 return (VarType) super.setAnnotations(annotations);
77 public VarType clone() {
78 return (VarType) accept(new CloneVisitor(), null);
120 public VarType asVarType() {
126 public Optional<VarType> toVarType() {
131 public void ifVarType(Consumer<VarType> actio
[all...]
/external/deqp/framework/opengl/
H A DgluVarType.cpp31 VarType::VarType (void) function in class:glu::VarType
36 VarType::VarType (const VarType& other) function in class:glu::VarType
42 VarType::VarType (DataType basicType, Precision precision) function in class:glu::VarType
49 VarType::VarType (const VarType function in class:glu::VarType
57 VarType::VarType (const StructType* structPtr) function in class:glu::VarType
[all...]
H A DgluVarType.hpp47 class VarType class in namespace:glu
50 VarType (void);
51 VarType (const VarType& other);
53 VarType (DataType basicType, Precision precision); //!< Basic type constructor.
54 VarType (const VarType& elementType, int arraySize); //!< Array type constructor.
55 explicit VarType (const StructType* structPtr); //!< Struct type constructor.
56 ~VarType (void);
65 const VarType
[all...]
/external/lzma/CPP/7zip/Common/
H A DMethodProps.cpp232 VARTYPE VarType; member in struct:CNameToPropID
358 if (nameToPropID.VarType == VT_BSTR)
360 else if (nameToPropID.VarType == VT_BOOL)
375 if (!ConvertProperty(propValue, nameToPropID.VarType, prop.Value))
425 if (!ConvertProperty(value, nameToPropID.VarType, prop.Value))
/external/deqp/external/openglcts/modules/common/
H A DglcUniformBlockCase.hpp62 // \todo [2012-07-25 pyry] Use glu::VarType.
66 class VarType class in namespace:deqp::ub
69 VarType(void);
70 VarType(const VarType& other);
71 VarType(glu::DataType basicType, deUint32 flags);
72 VarType(const VarType& elementType, int arraySize);
73 explicit VarType(const StructType* structPtr);
74 ~VarType(voi
[all...]
H A DglcUniformBlockCase.cpp107 // VarType implementation.
109 VarType::VarType(void) : m_type(TYPE_LAST), m_flags(0) function in class:deqp::ub::VarType
113 VarType::VarType(const VarType& other) : m_type(TYPE_LAST), m_flags(0) function in class:deqp::ub::VarType
118 VarType::VarType(glu::DataType basicType, deUint32 flags) : m_type(TYPE_BASIC), m_flags(flags) function in class:deqp::ub::VarType
123 VarType::VarType(cons function in class:deqp::ub::VarType
129 VarType::VarType(const StructType* structPtr) : m_type(TYPE_STRUCT), m_flags(0) function in class:deqp::ub::VarType
[all...]
/external/deqp/modules/glshared/
H A DglsUniformBlockCase.hpp67 // \todo [2012-07-25 pyry] Use glu::VarType.
71 class VarType class in namespace:deqp::gls::ub
74 VarType (void);
75 VarType (const VarType& other);
76 VarType (glu::DataType basicType, deUint32 flags);
77 VarType (const VarType& elementType, int arraySize);
78 explicit VarType (const StructType* structPtr);
79 ~VarType (voi
[all...]
H A DglsUniformBlockCase.cpp113 // VarType implementation.
115 VarType::VarType (void) function in class:deqp::gls::ub::VarType
121 VarType::VarType (const VarType& other) function in class:deqp::gls::ub::VarType
128 VarType::VarType (glu::DataType basicType, deUint32 flags) function in class:deqp::gls::ub::VarType
135 VarType::VarType (cons function in class:deqp::gls::ub::VarType
143 VarType::VarType (const StructType* structPtr) function in class:deqp::gls::ub::VarType
[all...]
/external/deqp/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.hpp73 class VarType class in namespace:vkt::ubo
76 VarType (void);
77 VarType (const VarType& other);
78 VarType (glu::DataType basicType, deUint32 flags);
79 VarType (const VarType& elementType, int arraySize);
80 explicit VarType (const StructType* structPtr, deUint32 flags = 0u);
81 ~VarType (void);
90 const VarType
[all...]
H A DvktUniformBlockCase.cpp56 // VarType implementation.
58 VarType::VarType (void) function in class:vkt::ubo::VarType
64 VarType::VarType (const VarType& other) function in class:vkt::ubo::VarType
71 VarType::VarType (glu::DataType basicType, deUint32 flags) function in class:vkt::ubo::VarType
78 VarType::VarType (cons function in class:vkt::ubo::VarType
86 VarType::VarType (const StructType* structPtr, deUint32 flags) function in class:vkt::ubo::VarType
[all...]
/external/clang/lib/CodeGen/
H A DCGBlocks.cpp1753 QualType VarType; member in class:__anon1550::final
1759 : BlockByrefHelpers(alignment), VarType(type), CopyExpr(copyExpr) {}
1770 CGF.PushDestructorCleanup(VarType, field);
1775 id.AddPointer(VarType.getCanonicalType().getAsOpaquePtr());
/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringX86BaseImpl.h951 const Type VarType = (Var->isRematerializable() && Is64BitSandboxing) local
954 Str << "%" << getRegName(Var->getRegNum(), VarType);
/external/clang/lib/Sema/
H A DSemaStmt.cpp717 QualType VarType = VD->getType(); local
719 if (VD->hasGlobalStorage() && VarType.isConstQualified() &&
720 S.Context.hasSameUnqualifiedType(EnumType, VarType))
H A DSemaDeclCXX.cpp9691 QualType VarType; member in class:__anon1831::RefBuilder
9695 return assertNotNull(S.BuildDeclRefExpr(Var, VarType, VK_LValue, Loc).get());
9698 RefBuilder(VarDecl *Var, QualType VarType) argument
9699 : Var(Var), VarType(VarType) {}

Completed in 2484 milliseconds