/external/llvm/include/llvm/Support/ |
D | ErrorOr.h | 110 new (getStorage()) storage_type(moveIfMoveConstructible<storage_type>(Val)); in ErrorOr() 167 getStorage()->~storage_type(); in ~ErrorOr() 175 reference get() { return *getStorage(); } in get() 183 return toPointer(getStorage()); 187 return *getStorage(); 196 new (getStorage()) storage_type(*Other.getStorage()); in copyConstruct() 228 new (getStorage()) storage_type(std::move(*Other.getStorage())); in moveConstruct() 253 storage_type *getStorage() { in getStorage() function 258 const storage_type *getStorage() const { in getStorage() function
|
/external/clang/include/clang/Basic/ |
D | PartialDiagnostic.h | 126 Storage *getStorage() const { in getStorage() function 162 DiagStorage = getStorage(); in AddSourceRange() 172 DiagStorage = getStorage(); in AddFixItHint() 191 DiagStorage = getStorage(); in PartialDiagnostic() 234 DiagStorage = getStorage(); 269 DiagStorage = getStorage(); in AddTaggedVal() 279 DiagStorage = getStorage(); in AddString()
|
/external/clang/include/clang/AST/ |
D | TemplateName.h | 98 NamedDecl **getStorage() { in getStorage() function 101 NamedDecl * const *getStorage() const { in getStorage() function 108 iterator begin() const { return getStorage(); } in begin() 109 iterator end() const { return getStorage() + size(); } in end()
|
/external/deqp/framework/randomshaders/ |
D | rsgProgramExecutor.cpp | 78 VaryingStorage* getStorage (const VariableType& type, const char* name); 97 VaryingStorage* VaryingStore::getStorage (const VariableType& type, const char* name) in getStorage() function in rsg::VaryingStore 266 VaryingStorage* dst = varyingStore.getStorage(output->getType(), output->getName()); in execute() 319 const VaryingStorage* src = varyingStore.getStorage(type, input->getVariable()->getName()); in execute()
|
D | rsgShaderGenerator.cpp | 104 if (outVar->getStorage() != Variable::STORAGE_SHADER_OUT) in genVertexPassthrough() 232 if (variable->getStorage() == Variable::STORAGE_SHADER_OUT) in generate() 285 switch (variable->getStorage()) in generate()
|
D | rsgVariable.hpp | 58 Storage getStorage (void) const { return m_storage; } in getStorage() function in rsg::Variable
|
D | rsgStatement.cpp | 231 return variable->getStorage() == Variable::STORAGE_LOCAL; in canDeclareVariable() 275 switch (m_variable->getStorage()) in DeclarationStatement() 303 bool isConst = m_variable->getStorage() == Variable::STORAGE_CONST; in DeclarationStatement()
|
D | rsgVariableManager.hpp | 304 switch (entry->getVariable()->getStorage()) in operator ()() 327 return entry->getVariable()->getStorage() == Storage; in operator ()()
|
D | rsgShader.cpp | 88 if (var->getStorage() == Variable::STORAGE_SHADER_OUT) in getOutputs()
|
D | rsgVariableManager.cpp | 270 if (variable->getStorage() == Variable::STORAGE_SHADER_IN) in setStorage() 275 else if (variable->getStorage() == Variable::STORAGE_UNIFORM) in setStorage()
|
D | rsgExpression.cpp | 51 if ((m_exprFlags & CONST_EXPR) && (entry->getVariable()->getStorage() != Variable::STORAGE_CONST)) in operator ()() 147 DE_ASSERT(entry->getVariable()->getStorage() == Variable::STORAGE_UNIFORM); in operator ()()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.equinox.registry_3.5.0.v20100503.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.osgi_3.6.2.R36x_v20101103.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.osgi_3.6.1.R36x_v20100806.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.ui.ide_3.6.2.M20101117-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/llvm/test/CodeGen/PowerPC/ |
D | toc-load-sched-bug.ll | 154 …e_ptr<llvm::MemoryBuffer, std::default_delete<llvm::MemoryBuffer> > >::getStorage() [T = std::uniq…
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 6277 NamedDecl **Storage = OT->getStorage(); in getOverloadedTemplateName()
|