Searched refs:ValType (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/Support/ |
D | PassNameParser.h | 90 typedef PassNameParser::OptionInfo ValType; in ValLessThan() typedef 91 return std::strcmp(static_cast<const ValType *>(VT1)->Name, in ValLessThan() 92 static_cast<const ValType *>(VT2)->Name); in ValLessThan()
|
/external/llvm/lib/IR/ |
D | ConstantsContext.h | 29 template<class ValType> 411 template<class ConstantClass, class TypeClass, class ValType> 413 static ConstantClass *create(TypeClass *Ty, const ValType &V) { 414 return new(ConstantTraits<ValType>::uses(V)) ConstantClass(Ty, V); 427 typedef void ValType; 428 static ValType getValType(ConstantClass *C) { 480 typedef ExprMapKeyType ValType; 481 static ValType getValType(ConstantExpr *CE) { 505 typedef InlineAsmKeyType ValType; 506 static ValType getValType(InlineAsm *Asm) { [all …]
|
/external/llvm/include/llvm/IR/ |
D | InlineAsm.h | 29 template<class ValType, class ValRefType, class TypeClass, class ConstantClass, 32 template<class ConstantClass, class TypeClass, class ValType>
|
D | Constants.h | 39 template<class ConstantClass, class TypeClass, class ValType>
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 754 QualType ValType = AtomTy; // 'C' in SemaAtomicOpsOverloaded() local 766 ValType = AtomTy->getAs<AtomicType>()->getValueType(); in SemaAtomicOpsOverloaded() 772 if (IsAddSub && !ValType->isIntegerType() && !ValType->isPointerType()) { in SemaAtomicOpsOverloaded() 777 if (!IsAddSub && !ValType->isIntegerType()) { in SemaAtomicOpsOverloaded() 782 } else if (IsN && !ValType->isIntegerType() && !ValType->isPointerType()) { in SemaAtomicOpsOverloaded() 801 switch (ValType.getObjCLifetime()) { in SemaAtomicOpsOverloaded() 813 << ValType << Ptr->getSourceRange(); in SemaAtomicOpsOverloaded() 817 QualType ResultType = ValType; in SemaAtomicOpsOverloaded() 825 QualType ByValType = ValType; // 'CP' in SemaAtomicOpsOverloaded() 842 if (Form == Init || (Form == Arithmetic && ValType->isIntegerType())) in SemaAtomicOpsOverloaded() [all …]
|
D | SemaOverload.cpp | 9718 QualType ValType = cast<ValueDecl>(ND)->getType(); in ValidateCandidate() local 9719 if (ValType->isAnyPointerType() || ValType->isReferenceType()) in ValidateCandidate() 9720 ValType = ValType->getPointeeType(); in ValidateCandidate() 9721 if (const FunctionProtoType *FPT = ValType->getAs<FunctionProtoType>()) in ValidateCandidate()
|
/external/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 1167 enum ValType { enum 1174 PointerIntPair<Value *, 2, ValType> Val;
|