Home
last modified time | relevance | path

Searched defs:VarType (Results 1 – 25 of 30) sorted by relevance

12

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/
DVarType.java46 public class VarType extends Type { class
49 public VarType() { in VarType() method in VarType
57 public VarType(TokenRange tokenRange) { in VarType() method in VarType
/external/deqp/framework/opengl/
DgluVarType.cpp31 VarType::VarType(void) : m_type(VARTYPE_LAST) in VarType() function in glu::VarType
35 VarType::VarType(const VarType &other) : m_type(VARTYPE_LAST) in VarType() function in glu::VarType
40 VarType::VarType(DataType basicType, Precision precision) : m_type(VARTYPE_BASIC) in VarType() function in glu::VarType
46 VarType::VarType(const VarType &elementType, int arraySize) : m_type(VARTYPE_ARRAY) in VarType() function in glu::VarType
53 VarType::VarType(const StructType *structPtr) : m_type(VARTYPE_STRUCT) in VarType() function in glu::VarType
DgluVarType.hpp47 class VarType class
/external/rust/android-crates-io/crates/bindgen/ir/
Dvar.rs20 pub(crate) enum VarType { enum
57 val: Option<VarType>, in new()
77 pub(crate) fn val(&self) -> Option<&VarType> { in val()
Dtraversal.rs174 VarType, enumerator
/external/pytorch/test/cpp/jit/
Dtest_schema_matching.cpp14 TEST(SchemaMatchingTest, VarType) { in TEST() argument
/external/pytorch/aten/src/ATen/core/
Djit_type.h1631 struct VarType : public SharedType { struct
1632 static VarTypePtr create(std::string name_) { in create() argument
1647 static const TypeKind Kind = TypeKind::VarType; argument
1650 VarType(std::string name_) in VarType() function
1652 std::string name_;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/
DBPFPreserveDIType.cpp108 IntegerType *VarType = Type::getInt64Ty(BB->getContext()); in BPFPreserveDITypeImpl() local
DBPFAbstractMemberAccess.cpp1093 IntegerType *VarType; in transformGEPChain() local
/external/llvm/tools/llvm-pdbdump/
DVariableDumper.cpp41 auto VarType = Var.getType(); in start() local
/external/deqp/external/openglcts/modules/common/
DglcUniformBlockCase.cpp111 VarType::VarType(void) : m_type(TYPE_LAST), m_flags(0) in VarType() function in deqp::ub::VarType
115 VarType::VarType(const VarType &other) : m_type(TYPE_LAST), m_flags(0) in VarType() function in deqp::ub::VarType
120 VarType::VarType(glu::DataType basicType, uint32_t flags) : m_type(TYPE_BASIC), m_flags(flags) in VarType() function in deqp::ub::VarType
125 VarType::VarType(const VarType &elementType, int arraySize) : m_type(TYPE_ARRAY), m_flags(0) in VarType() function in deqp::ub::VarType
131 VarType::VarType(const StructType *structPtr) : m_type(TYPE_STRUCT), m_flags(0) in VarType() function in deqp::ub::VarType
DglcUniformBlockCase.hpp66 class VarType class
/external/deqp/modules/glshared/
DglsUniformBlockCase.cpp118 VarType::VarType(void) : m_type(TYPE_LAST), m_flags(0) in VarType() function in deqp::gls::ub::VarType
122 VarType::VarType(const VarType &other) : m_type(TYPE_LAST), m_flags(0) in VarType() function in deqp::gls::ub::VarType
127 VarType::VarType(glu::DataType basicType, uint32_t flags) : m_type(TYPE_BASIC), m_flags(flags) in VarType() function in deqp::gls::ub::VarType
132 VarType::VarType(const VarType &elementType, int arraySize) : m_type(TYPE_ARRAY), m_flags(0) in VarType() function in deqp::gls::ub::VarType
138 VarType::VarType(const StructType *structPtr, uint32_t flags) : m_type(TYPE_STRUCT), m_flags(flags) in VarType() function in deqp::gls::ub::VarType
DglsUniformBlockCase.hpp71 class VarType class
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp63 VarType::VarType(void) : m_type(TYPE_LAST), m_flags(0) in VarType() function in vkt::ubo::VarType
67 VarType::VarType(const VarType &other) : m_type(TYPE_LAST), m_flags(0) in VarType() function in vkt::ubo::VarType
72 VarType::VarType(glu::DataType basicType, uint32_t flags) : m_type(TYPE_BASIC), m_flags(flags) in VarType() function in vkt::ubo::VarType
77 VarType::VarType(const VarType &elementType, int arraySize) : m_type(TYPE_ARRAY), m_flags(0) in VarType() function in vkt::ubo::VarType
83 VarType::VarType(const StructType *structPtr, uint32_t flags) : m_type(TYPE_STRUCT), m_flags(flags) in VarType() function in vkt::ubo::VarType
DvktUniformBlockCase.hpp81 class VarType class
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.cpp71 VarType::VarType(void) : m_type(TYPE_LAST), m_flags(0) in VarType() function in vkt::TransformFeedback::VarType
75 VarType::VarType(const VarType &other) : m_type(TYPE_LAST), m_flags(0) in VarType() function in vkt::TransformFeedback::VarType
80 VarType::VarType(glu::DataType basicType, uint32_t flags) : m_type(TYPE_BASIC), m_flags(flags) in VarType() function in vkt::TransformFeedback::VarType
85 VarType::VarType(const VarType &elementType, int arraySize) : m_type(TYPE_ARRAY), m_flags(0) in VarType() function in vkt::TransformFeedback::VarType
91 VarType::VarType(const StructType *structPtr, uint32_t flags) : m_type(TYPE_STRUCT), m_flags(flags) in VarType() function in vkt::TransformFeedback::VarType
DvktTransformFeedbackFuzzLayoutCase.hpp73 class VarType class
/external/llvm/unittests/IR/
DValueMapTest.cpp118 void CompileAssertHasType(VarType) { in CompileAssertHasType() argument
/external/libchrome-gestures/src/
Dactivity_replay.cc146 #define PARSE_HP(obj, key, IsTypeFn, KeyFn, var, VarType, required) \ argument
/external/lzma/CPP/7zip/Common/
DMethodProps.cpp377 VARTYPE VarType; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFAbstractMemberAccess.cpp859 IntegerType *VarType; in transformGEPChain() local
/external/python/cpython3/Tools/c-analyzer/c_parser/
Dinfo.py843 class VarType(namedtuple('VarType', 'typequal typespec abstract')): class
/external/clang/lib/CodeGen/
DCGBlocks.cpp1753 QualType VarType; member in __anon5b1ee43e0611::CXXByrefHelpers
DCodeGenModule.cpp2630 QualType VarType = D->getType(); in isVarDeclStrongDefinition() local

12