Home
last modified time | relevance | path

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

/external/chromium_org/third_party/npapi/npspy/extern/java/
Djni_md.h87 # define JNI_PUBLIC_VAR(VarType) VarType argument
92 # define JNI_PUBLIC_VAR(VarType) VarType argument
102 # define JNI_PUBLIC_VAR(VarType) VarType argument
108 # define JNI_PUBLIC_VAR(VarType) VarType argument
113 # define JNI_PUBLIC_VAR(VarType) VarType argument
121 # define JNI_PUBLIC_VAR(VarType) VarType argument
126 # define JNI_PUBLIC_VAR(VarType) VarType argument
152 # define JNI_PUBLIC_VAR(VarType) JNI_PUBLIC_API(VarType) argument
168 # define JNI_PUBLIC_VAR(VarType) VarType argument
Djri_md.h75 # define JRI_PUBLIC_VAR(VarType) VarType argument
/external/deqp/framework/opengl/
DgluVarType.cpp30 VarType::VarType (void) in VarType() function in glu::VarType
35 VarType::VarType (const VarType& other) in VarType() function in glu::VarType
41 VarType::VarType (DataType basicType, Precision precision) in VarType() function in glu::VarType
48 VarType::VarType (const VarType& elementType, int arraySize) in VarType() function in glu::VarType
56 VarType::VarType (const StructType* structPtr) in VarType() function in glu::VarType
DgluVarType.hpp47 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/Archive/Common/
DHandlerOut.cpp108 VARTYPE VarType; member
/external/clang/lib/CodeGen/
DCGBlocks.cpp1706 QualType VarType; member in __anon40f0f33f0211::CXXByrefHelpers
/external/clang/lib/Sema/
DSemaOpenMP.cpp1626 auto VarType = Var->getType(); in CheckOpenMPIterationSpace() local
DSemaStmt.cpp687 QualType VarType = VD->getType(); in ShouldDiagnoseSwitchCaseNotInEnum() local
DSemaDeclCXX.cpp9029 QualType VarType; member in __anonc13587991011::RefBuilder
9036 RefBuilder(VarDecl *Var, QualType VarType) in RefBuilder()