Searched refs:getType (Results 276 - 300 of 1945) sorted by relevance

<<11121314151617181920>>

/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp479 if (LI->getType()->isX86_MMXTy())
482 MergeInTypeForLoadOrStore(LI->getType(), Offset);
490 if (SI->getOperand(0)->getType()->isX86_MMXTy())
493 MergeInTypeForLoadOrStore(SI->getOperand(0)->getType(), Offset);
520 if (!GEPNonConstantIdx->getType()->isIntegerTy(32))
633 = ConvertScalar_ExtractValue(LoadedVal, LI->getType(), Offset,
704 PointerType* SPTy = cast<PointerType>(SrcPtr->getType());
705 PointerType* AIPTy = cast<PointerType>(NewAI->getType());
721 PointerType* DPTy = cast<PointerType>(MTI->getDest()->getType());
722 PointerType* AIPTy = cast<PointerType>(NewAI->getType());
[all...]
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DOutputHLSL.cpp290 const TStructure &structure = *structNode->getType().getStruct();
300 const TType &type = varying->second->getType();
310 const TType &type = attribute->second->getType();
345 const TType &variableType = outputVariableIt->second->getType();
1392 const TType& nodeType = node->getType();
1559 const TType& leftType = node->getLeft()->getType();
1585 const TStructure* structure = node->getLeft()->getType().getStruct();
1596 const TInterfaceBlock* interfaceBlock = node->getLeft()->getType().getInterfaceBlock();
1668 const TStructure &structure = *node->getLeft()->getType().getStruct();
1854 TStructure *structure = variable->getType()
[all...]
H A DFlagStd140Structs.cpp56 const TType &type = node->getType();
H A DLoopInfo.h24 TBasicType getType() const { return mType; } function in class:TLoopIndexInfo
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTree.java115 int getType(); method in interface:Tree
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRCommonErrorNode.h57 - (NSInteger) getType;
H A DANTLRToken.h57 - (NSInteger) getType;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRCommonErrorNode.h57 - (NSInteger) getType;
H A DANTLRToken.h57 - (NSInteger) getType;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRCommonErrorNode.h57 - (NSInteger) getType;
H A DANTLRToken.h57 - (NSInteger) getType;
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/
H A DMyCertPath.java89 if (getType().equals(encoding)) {
H A DMyCertificate.java82 return "[My test Certificate, type: " + getType() + "]";
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/
H A DPemObject.java41 public String getType() method in class:PemObject
/external/chromium_org/third_party/icu/source/i18n/
H A Dbuddhcal.h129 virtual const char * getType() const;
H A Dcoptccal.h153 const char * getType() const;
H A Dtaiwncal.h126 virtual const char * getType() const;
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dregion.h181 URegionType getType() const;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_graph.h59 inline Type getType() const { return type; } function in class:nv50_ir::Graph::Edge
96 inline Edge::Type getType() { return e ? e->getType() : Edge::UNKNOWN; } function in class:nv50_ir::Graph::EdgeIterator
221 if (ei.getType() != Edge::BACK)
/external/clang/include/clang/Sema/
H A DLocInfoType.h49 QualType getType() const { return getCanonicalTypeInternal(); } function in class:clang::LocInfoType
/external/clang/lib/CodeGen/
H A DSanitizerBlacklist.cpp24 llvm::Type *GType = G.getType()->getElementType();
/external/clang/lib/StaticAnalyzer/Checkers/
H A DFixedAddressChecker.cpp43 QualType T = B->getType();
/external/clang/lib/StaticAnalyzer/Core/
H A DConstraintManager.cpp30 QualType Ty = Sym->getType();
/external/deqp/framework/randomshaders/
H A DrsgVariable.hpp57 const VariableType& getType (void) const { return m_type; } function in class:rsg::Variable
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DCstByte.java76 public Type getType() { method in class:CstByte

Completed in 511 milliseconds

<<11121314151617181920>>