/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/ |
D | VarType.java | 41 public final class VarType extends Type { class 44 public VarType() { in VarType() method in VarType 52 public VarType(TokenRange tokenRange) { in VarType() method in VarType
|
/external/deqp/framework/opengl/ |
D | gluVarType.cpp | 31 VarType::VarType (void) in VarType() function in glu::VarType 36 VarType::VarType (const VarType& other) in VarType() function in glu::VarType 42 VarType::VarType (DataType basicType, Precision precision) in VarType() function in glu::VarType 49 VarType::VarType (const VarType& elementType, int arraySize) in VarType() function in glu::VarType 57 VarType::VarType (const StructType* structPtr) in VarType() function in glu::VarType
|
D | gluVarType.hpp | 47 class VarType class
|
/external/llvm/tools/llvm-pdbdump/ |
D | VariableDumper.cpp | 41 auto VarType = Var.getType(); in start() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | PrettyVariableDumper.cpp | 44 auto VarType = Var.getType(); in start() local
|
/external/deqp/external/openglcts/modules/common/ |
D | glcUniformBlockCase.cpp | 109 VarType::VarType(void) : m_type(TYPE_LAST), m_flags(0) in VarType() function in deqp::ub::VarType 113 VarType::VarType(const VarType& other) : m_type(TYPE_LAST), m_flags(0) in VarType() function in deqp::ub::VarType 118 VarType::VarType(glu::DataType basicType, deUint32 flags) : m_type(TYPE_BASIC), m_flags(flags) in VarType() function in deqp::ub::VarType 123 VarType::VarType(const VarType& elementType, int arraySize) : m_type(TYPE_ARRAY), m_flags(0) in VarType() function in deqp::ub::VarType 129 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 | 115 VarType::VarType (void) in VarType() function in deqp::gls::ub::VarType 121 VarType::VarType (const VarType& other) in VarType() function in deqp::gls::ub::VarType 128 VarType::VarType (glu::DataType basicType, deUint32 flags) in VarType() function in deqp::gls::ub::VarType 135 VarType::VarType (const VarType& elementType, int arraySize) in VarType() function in deqp::gls::ub::VarType 143 VarType::VarType (const StructType* structPtr) in VarType() function in deqp::gls::ub::VarType
|
D | glsUniformBlockCase.hpp | 71 class VarType class
|
/external/swiftshader/third_party/LLVM/unittests/VMCore/ |
D | ValueMapTest.cpp | 120 void CompileAssertHasType(VarType) { in CompileAssertHasType() argument
|
/external/llvm/unittests/IR/ |
D | ValueMapTest.cpp | 118 void CompileAssertHasType(VarType) { in CompileAssertHasType() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | ValueMapTest.cpp | 118 void CompileAssertHasType(VarType) { in CompileAssertHasType() argument
|
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockCase.cpp | 62 VarType::VarType (void) in VarType() function in vkt::ubo::VarType 68 VarType::VarType (const VarType& other) in VarType() function in vkt::ubo::VarType 75 VarType::VarType (glu::DataType basicType, deUint32 flags) in VarType() function in vkt::ubo::VarType 82 VarType::VarType (const VarType& elementType, int arraySize) in VarType() function in vkt::ubo::VarType 90 VarType::VarType (const StructType* structPtr, deUint32 flags) in VarType() function in vkt::ubo::VarType
|
D | vktUniformBlockCase.hpp | 78 class VarType class
|
/external/lzma/CPP/7zip/Common/ |
D | MethodProps.cpp | 252 VARTYPE VarType; member
|
/external/clang/lib/CodeGen/ |
D | CGBlocks.cpp | 1753 QualType VarType; member in __anonbb202e710611::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
|
D | SemaDeclCXX.cpp | 9691 QualType VarType; member in __anon3b64c2cb1111::RefBuilder 9698 RefBuilder(VarDecl *Var, QualType VarType) in RefBuilder()
|