Home
last modified time | relevance | path

Searched refs:ValType (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/llvm/lib/IR/
HDConstantsContext.h319 typedef ConstantExprKeyType ValType;
323 typedef InlineAsmKeyType ValType;
327 typedef ConstantAggrKeyType<ConstantArray> ValType;
331 typedef ConstantAggrKeyType<ConstantStruct> ValType;
335 typedef ConstantAggrKeyType<ConstantVector> ValType;
518 typedef typename ConstantInfo<ConstantClass>::ValType ValType;
520 typedef std::pair<TypeClass *, ValType> LookupKey;
533 return getHashValue(LookupKey(CP->getType(), ValType(CP, Storage)));
567 ConstantClass *create(TypeClass *Ty, ValType V) {
578 ConstantClass *getOrCreate(TypeClass *Ty, ValType V) {
[all …]
/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
HDThreadSafetyTIL.h521 : SExpr(COP_Literal), ValType(ValueType::getValueType<void>()), Cexpr(C) in Literal()
523 Literal(ValueType VT) : SExpr(COP_Literal), ValType(VT), Cexpr(nullptr) {} in Literal()
524 Literal(const Literal &L) : SExpr(L), ValType(L.ValType), Cexpr(L.Cexpr) {} in Literal()
529 ValueType valueType() const { return ValType; } in valueType()
547 const ValueType ValType;
573 switch (ValType.Base) { in traverse()
579 switch (ValType.Size) { in traverse()
581 if (ValType.Signed) in traverse()
586 if (ValType.Signed) in traverse()
591 if (ValType.Signed) in traverse()
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaChecking.cpp749 QualType ValType = pointerType->getPointeeType(); in CheckARMBuiltinExclusiveCall() local
750 QualType AddrType = ValType.getUnqualifiedType().withVolatile(); in CheckARMBuiltinExclusiveCall()
756 if (!AddrType.isAtLeastAsQualifiedAs(ValType)) { in CheckARMBuiltinExclusiveCall()
774 if (!ValType->isIntegerType() && !ValType->isAnyPointerType() && in CheckARMBuiltinExclusiveCall()
775 !ValType->isBlockPointerType() && !ValType->isFloatingType()) { in CheckARMBuiltinExclusiveCall()
782 if (Context.getTypeSize(ValType) > MaxWidth) { in CheckARMBuiltinExclusiveCall()
789 switch (ValType.getObjCLifetime()) { in CheckARMBuiltinExclusiveCall()
799 << ValType << PointerArg->getSourceRange(); in CheckARMBuiltinExclusiveCall()
805 TheCall->setType(ValType); in CheckARMBuiltinExclusiveCall()
812 Context, ValType, /*consume*/ false); in CheckARMBuiltinExclusiveCall()
[all …]
HDSemaLookup.cpp4617 QualType ValType = cast<ValueDecl>(ND)->getType(); in ValidateCandidate() local
4618 if (ValType->isAnyPointerType() || ValType->isReferenceType()) in ValidateCandidate()
4619 ValType = ValType->getPointeeType(); in ValidateCandidate()
4620 if (const FunctionProtoType *FPT = ValType->getAs<FunctionProtoType>()) in ValidateCandidate()
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsSEISelLowering.cpp2475 template <typename ValType>
2477 fitsRegularPattern(typename SmallVectorImpl<ValType>::const_iterator Begin, in fitsRegularPattern()
2479 typename SmallVectorImpl<ValType>::const_iterator End, in fitsRegularPattern()
2480 ValType ExpectedIndex, unsigned ExpectedIndexStride) { in fitsRegularPattern()
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDGVN.cpp513 enum ValType { enum
522 PointerIntPair<Value *, 2, ValType> Val;
/NextBSD/contrib/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp3307 Type *ValType, Type *PtrType) { in typeCheckLoadStoreInst() argument
3312 if (ValType && ValType != ElemType) in typeCheckLoadStoreInst()