Searched defs:getType (Results 426 - 450 of 514) sorted by relevance

<<11121314151617181920>>

/external/clang/utils/TableGen/
H A DNeonEmitter.cpp251 Type getType() const { return T; } function in class:__anon19562::Variable
1146 OS << V.getType().str() << " ";
1176 if (Dest.getType().getNumVectors() > 1) {
1179 for (unsigned K = 0; K < Dest.getType().getNumVectors(); ++K) {
1184 for (int J = Dest.getType().getNumElements() - 1; J >= 0; --J)
1192 for (int J = Dest.getType().getNumElements() - 1; J >= 0; --J)
1209 Variable NewV(V.getType(), NewName + VariablePostfix);
1211 if (!NewV.getType().isVector() || NewV.getType().getNumElements() == 1)
1214 OS << " " << NewV.getType()
[all...]
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp90 Type getType (void) const { return m_type; } function in class:sglr::rc::Texture
/external/llvm/include/llvm/IR/
H A DInstructions.h91 /// getType - Overload to return most specific pointer type
93 PointerType *getType() const { function in class:llvm::AllocaInst
94 return cast<PointerType>(Instruction::getType());
246 return getPointerOperand()->getType()->getPointerAddressSpace();
369 return getPointerOperand()->getType()->getPointerAddressSpace();
567 return getPointerOperand()->getType()->getPointerAddressSpace();
733 return getPointerOperand()->getType()->getPointerAddressSpace();
829 // getType - Overload to return most specific sequential type.
830 SequentialType *getType() const { function in class:llvm::GetElementPtrInst
831 return cast<SequentialType>(Instruction::getType());
1722 VectorType *getType() const { function in class:llvm::InsertElementInst
1774 VectorType *getType() const { function in class:llvm::ShuffleVectorInst
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp117 DIType DbgVariable::getType() const { function in class:DbgVariable
118 DIType Ty = Var.getType().resolve(DD->getTypeIdentifierMap());
470 DIArray FnArgs = SP.getType().getTypeArray();
1962 DIBasicType BTy(resolve(DV.getType()));
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-analysis-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/tree/analysis/Analyzer.class " package org.objectweb. ...
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
H A Dasm-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class " package org.objectweb.asm public ...
/external/smack/asmack-master/lib/
H A Djstun.jarMETA-INF/ META-INF/MANIFEST.MF de/ de/javawi/ de/javawi/jstun/ de/javawi/jstun/attribute/ ...
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/clang/include/clang/AST/
H A DDeclCXX.h252 QualType getType() const { function in class:clang::CXXBaseSpecifier
253 return BaseTypeInfo->getType().getUnqualifiedType();
1736 bool isConst() const { return getType()->castAs<FunctionType>()->isConst(); }
1737 bool isVolatile() const { return getType()->castAs<FunctionType>()->isVolatile(); }
1812 return getType()->getAs<FunctionProtoType>()->getTypeQuals();
1827 return getType()->getAs<FunctionProtoType>()->getRefQualifier();
2423 return getType()->getAs<FunctionType>()->getReturnType();
H A DDeclObjC.h390 return llvm::map_iterator(param_begin(), deref_fun(&ParmVarDecl::getType));
393 return llvm::map_iterator(param_end(), deref_fun(&ParmVarDecl::getType));
2247 QualType getType() const { return DeclType->getType(); } function in class:clang::ObjCPropertyDecl
2299 return getType()->isBlockPointerType() ? Copy : Retain;
H A DExpr.h124 QualType getType() const { return TR; } function in class:clang::Expr
461 return getType()->isPlaceholderType();
467 if (const BuiltinType *BT = dyn_cast<BuiltinType>(getType()))
1613 : Expr(ParenExprClass, val->getType(),
1977 TInfo->getType()->isDependentType(),
1978 TInfo->getType()->isInstantiationDependentType(),
1979 TInfo->getType()->containsUnexpandedParameterPack()),
2012 return getArgumentTypeInfo()->getType();
2038 return isArgumentType() ? getArgumentType() : getArgumentExpr()->getType();
2105 return cast<Expr>(getRHS()->getType()
[all...]
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp161 QualType FT = FD->getType();
200 if (!isEmptyRecord(Context, I.getType(), true))
232 if (isEmptyRecord(Context, I.getType(), true))
241 Found = isSingleElementStruct(I.getType(), Context);
249 QualType FT = FD->getType();
325 if (!is32Or64BitBasicType(FD->getType(), Context))
334 Size += Context.getTypeSize(FD->getType());
653 if (!shouldReturnTypeInRegister(FD->getType(), Context))
753 if (!isRecordWithSSEVectorType(Context, I.getType()))
757 QualType FT = i->getType();
5766 llvm::Type *getType() const { function in struct:__anon17887::SparcV9ABIInfo::CoerceBuilder
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp158 QualType getType() const { return T; } function in class:__anon18226::RefVal
207 getAutoreleaseCount(), getType());
212 getAutoreleaseCount(), getType());
217 getType());
222 getType());
1021 const FunctionType* FT = FD->getType()->getAs<FunctionType>();
1461 T->getType()->getAs<ObjCObjectPointerType>())
2743 QualType ResultTy = Ex->getType();
2770 QualType ResultTy = Ex->getType();
2812 QualType RetTy = RetE->getType();
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.ui.sdk_1.0.100.v20100513.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/llvm/include/llvm/Support/
H A DCOFF.h634 ImportType getType() const { function in struct:llvm::COFF::ImportHeader
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp274 Type *getType() const;
311 DoInitialMatch(SE.getAddRecExpr(SE.getConstant(AR->getType(), 0),
329 SE.getEffectiveSCEVType(NewMul->getType())));
418 /// getType - Return the type of this formula, if it has one, or null
420 Type *Formula::getType() const { function in class:Formula
421 return !BaseRegs.empty() ? BaseRegs.front()->getType() :
422 ScaledReg ? ScaledReg->getType() :
423 BaseGV ? BaseGV->getType() :
501 IntegerType::get(SE.getContext(), SE.getTypeSizeInBits(AR->getType()) + 1);
509 IntegerType::get(SE.getContext(), SE.getTypeSizeInBits(A->getType())
[all...]
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1269 unsigned BitWidth = TLI->getPointerTypeSizeInBits(GV->getType());
1284 ID.AddInteger(GV->getType()->getAddressSpace());
1340 TM.getTargetLowering()->getDataLayout()->getPrefTypeAlignment(C->getType());
1368 TM.getTargetLowering()->getDataLayout()->getPrefTypeAlignment(C->getType());
1694 assert((!V || V->getType()->isPointerTy()) &&
6527 unsigned PtrWidth = TLI->getPointerTypeSizeInBits(GV->getType());
6610 return getGlobal()->getType()->getAddressSpace();
6614 Type *ConstantPoolSDNode::getType() const { function in class:ConstantPoolSDNode
6616 return Val.MachineCPVal->getType();
6617 return Val.ConstVal->getType();
[all...]
/external/robolectric/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 682 milliseconds

<<11121314151617181920>>