| /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/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/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/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/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/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 | 840 class VarType(namedtuple('VarType', 'typequal typespec abstract')): class
|
| /external/clang/lib/CodeGen/ |
| D | CGBlocks.cpp | 1753 QualType VarType; member in __anon765a455c0611::CXXByrefHelpers
|
| D | CodeGenModule.cpp | 2630 QualType VarType = D->getType(); in isVarDeclStrongDefinition() local
|
| /external/clang/lib/Sema/ |
| D | SemaStmt.cpp | 717 QualType VarType = VD->getType(); in ShouldDiagnoseSwitchCaseNotInEnum() local
|
| D | SemaOpenMP.cpp | 4395 auto VarType = LCDecl->getType().getNonReferenceType(); in BuildNumIterations() local 4661 auto VarType = LCDecl->getType().getNonReferenceType(); in CheckOpenMPIterationSpace() local
|