/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/ |
D | VarType.java | 46 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/ |
D | gluVarType.cpp | 31 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
|
D | gluVarType.hpp | 47 class VarType class
|
/external/rust/android-crates-io/crates/bindgen/ir/ |
D | var.rs | 20 pub(crate) enum VarType { enum 57 val: Option<VarType>, in new() 77 pub(crate) fn val(&self) -> Option<&VarType> { in val()
|
D | traversal.rs | 174 VarType, enumerator
|
/external/pytorch/test/cpp/jit/ |
D | test_schema_matching.cpp | 14 TEST(SchemaMatchingTest, VarType) { in TEST() argument
|
/external/pytorch/aten/src/ATen/core/ |
D | jit_type.h | 1631 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/ |
D | BPFPreserveDIType.cpp | 108 IntegerType *VarType = Type::getInt64Ty(BB->getContext()); in BPFPreserveDITypeImpl() local
|
D | BPFAbstractMemberAccess.cpp | 1093 IntegerType *VarType; in transformGEPChain() local
|
/external/llvm/tools/llvm-pdbdump/ |
D | VariableDumper.cpp | 41 auto VarType = Var.getType(); in start() local
|
/external/deqp/external/openglcts/modules/common/ |
D | glcUniformBlockCase.cpp | 111 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
|
D | glcUniformBlockCase.hpp | 66 class VarType class
|
/external/deqp/modules/glshared/ |
D | glsUniformBlockCase.cpp | 118 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
|
D | glsUniformBlockCase.hpp | 71 class VarType class
|
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockCase.cpp | 63 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
|
D | vktUniformBlockCase.hpp | 81 class VarType class
|
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackFuzzLayoutCase.cpp | 71 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
|
D | vktTransformFeedbackFuzzLayoutCase.hpp | 73 class VarType class
|
/external/llvm/unittests/IR/ |
D | ValueMapTest.cpp | 118 void CompileAssertHasType(VarType) { in CompileAssertHasType() argument
|
/external/libchrome-gestures/src/ |
D | activity_replay.cc | 146 #define PARSE_HP(obj, key, IsTypeFn, KeyFn, var, VarType, required) \ argument
|
/external/lzma/CPP/7zip/Common/ |
D | MethodProps.cpp | 377 VARTYPE VarType; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFAbstractMemberAccess.cpp | 859 IntegerType *VarType; in transformGEPChain() local
|
/external/python/cpython3/Tools/c-analyzer/c_parser/ |
D | info.py | 843 class VarType(namedtuple('VarType', 'typequal typespec abstract')): class
|
/external/clang/lib/CodeGen/ |
D | CGBlocks.cpp | 1753 QualType VarType; member in __anon5b1ee43e0611::CXXByrefHelpers
|
D | CodeGenModule.cpp | 2630 QualType VarType = D->getType(); in isVarDeclStrongDefinition() local
|