Searched refs:ValType (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/IR/ |
D | ConstantsContext.h | 348 typedef ConstantExprKeyType ValType; 352 typedef InlineAsmKeyType ValType; 356 typedef ConstantAggrKeyType<ConstantArray> ValType; 360 typedef ConstantAggrKeyType<ConstantStruct> ValType; 364 typedef ConstantAggrKeyType<ConstantVector> ValType; 551 typedef typename ConstantInfo<ConstantClass>::ValType ValType; 553 typedef std::pair<TypeClass *, ValType> LookupKey; 566 return getHashValue(LookupKey(CP->getType(), ValType(CP, Storage))); 600 ConstantClass *create(TypeClass *Ty, ValType V) { 611 ConstantClass *getOrCreate(TypeClass *Ty, ValType V) { [all …]
|
/external/vixl/test/ |
D | test-invalset.cc | 38 typedef ptrdiff_t ValType; typedef 44 Obj(KeyType key, ValType val) : key_(key), val_(val) {} in Obj() 46 ValType val_;
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 792 QualType ValType = pointerType->getPointeeType(); in CheckARMBuiltinExclusiveCall() local 793 QualType AddrType = ValType.getUnqualifiedType().withVolatile(); in CheckARMBuiltinExclusiveCall() 799 if (!AddrType.isAtLeastAsQualifiedAs(ValType)) { in CheckARMBuiltinExclusiveCall() 817 if (!ValType->isIntegerType() && !ValType->isAnyPointerType() && in CheckARMBuiltinExclusiveCall() 818 !ValType->isBlockPointerType() && !ValType->isFloatingType()) { in CheckARMBuiltinExclusiveCall() 825 if (Context.getTypeSize(ValType) > MaxWidth) { in CheckARMBuiltinExclusiveCall() 832 switch (ValType.getObjCLifetime()) { in CheckARMBuiltinExclusiveCall() 842 << ValType << PointerArg->getSourceRange(); in CheckARMBuiltinExclusiveCall() 848 TheCall->setType(ValType); in CheckARMBuiltinExclusiveCall() 855 Context, ValType, /*consume*/ false); in CheckARMBuiltinExclusiveCall() [all …]
|
D | SemaLookup.cpp | 4799 QualType ValType = cast<ValueDecl>(ND)->getType(); in ValidateCandidate() local 4800 if (ValType->isAnyPointerType() || ValType->isReferenceType()) in ValidateCandidate() 4801 ValType = ValType->getPointeeType(); in ValidateCandidate() 4802 if (const FunctionProtoType *FPT = ValType->getAs<FunctionProtoType>()) in ValidateCandidate()
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyTIL.h | 521 : 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 …]
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 2489 template <typename ValType> 2491 fitsRegularPattern(typename SmallVectorImpl<ValType>::const_iterator Begin, in fitsRegularPattern() 2493 typename SmallVectorImpl<ValType>::const_iterator End, in fitsRegularPattern() 2494 ValType ExpectedIndex, unsigned ExpectedIndexStride) { in fitsRegularPattern()
|
/external/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 518 enum ValType { enum 527 PointerIntPair<Value *, 2, ValType> Val;
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 3920 static std::error_code typeCheckLoadStoreInst(Type *ValType, Type *PtrType) { in typeCheckLoadStoreInst() argument 3926 if (ValType && ValType != ElemType) in typeCheckLoadStoreInst()
|