Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluVarType.cpp31 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
DgluVarType.hpp47 class VarType class
/external/llvm/tools/llvm-pdbdump/
DVariableDumper.cpp40 auto VarType = Var.getType(); in start() local
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp58 VarType::VarType (void) in VarType() function in vkt::ubo::VarType
64 VarType::VarType (const VarType& other) in VarType() function in vkt::ubo::VarType
71 VarType::VarType (glu::DataType basicType, deUint32 flags) in VarType() function in vkt::ubo::VarType
78 VarType::VarType (const VarType& elementType, int arraySize) in VarType() function in vkt::ubo::VarType
86 VarType::VarType (const StructType* structPtr) in VarType() function in vkt::ubo::VarType
DvktUniformBlockCase.hpp66 class VarType class
/external/deqp/modules/glshared/
DglsUniformBlockCase.cpp115 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
DglsUniformBlockCase.hpp71 class VarType class
/external/llvm/unittests/IR/
DValueMapTest.cpp118 void CompileAssertHasType(VarType) { in CompileAssertHasType() argument
/external/lzma/CPP/7zip/Common/
DMethodProps.cpp219 VARTYPE VarType; member
/external/clang/lib/CodeGen/
DCGBlocks.cpp1751 QualType VarType; member in __anon644dea940611::CXXByrefHelpers
DCodeGenModule.cpp2459 QualType VarType = D->getType(); in isVarDeclStrongDefinition() local
/external/clang/lib/Sema/
DSemaOpenMP.cpp3172 auto VarType = Var->getType().getNonReferenceType(); in BuildNumIterations() local
3435 auto VarType = Var->getType().getNonReferenceType(); in CheckOpenMPIterationSpace() local
DSemaStmt.cpp707 QualType VarType = VD->getType(); in ShouldDiagnoseSwitchCaseNotInEnum() local
DSemaDeclCXX.cpp9565 QualType VarType; member in __anone4927eee1211::RefBuilder
9572 RefBuilder(VarDecl *Var, QualType VarType) in RefBuilder()