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 | 40 template<class ConstantClass, class TypeClass, class ValType>
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 493 QualType ValType = pointerType->getPointeeType(); in CheckARMBuiltinExclusiveCall() local 494 QualType AddrType = ValType.getUnqualifiedType().withVolatile(); in CheckARMBuiltinExclusiveCall() 500 if (!AddrType.isAtLeastAsQualifiedAs(ValType)) { in CheckARMBuiltinExclusiveCall() 518 if (!ValType->isIntegerType() && !ValType->isAnyPointerType() && in CheckARMBuiltinExclusiveCall() 519 !ValType->isBlockPointerType() && !ValType->isFloatingType()) { in CheckARMBuiltinExclusiveCall() 526 if (Context.getTypeSize(ValType) > 64) { in CheckARMBuiltinExclusiveCall() 532 switch (ValType.getObjCLifetime()) { in CheckARMBuiltinExclusiveCall() 542 << ValType << PointerArg->getSourceRange(); in CheckARMBuiltinExclusiveCall() 548 TheCall->setType(ValType); in CheckARMBuiltinExclusiveCall() 555 Context, ValType, /*consume*/ false); in CheckARMBuiltinExclusiveCall() [all …]
|
D | SemaLookup.cpp | 4331 QualType ValType = cast<ValueDecl>(ND)->getType(); in ValidateCandidate() local 4332 if (ValType->isAnyPointerType() || ValType->isReferenceType()) in ValidateCandidate() 4333 ValType = ValType->getPointeeType(); in ValidateCandidate() 4334 if (const FunctionProtoType *FPT = ValType->getAs<FunctionProtoType>()) in ValidateCandidate()
|
/external/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 507 enum ValType { enum 514 PointerIntPair<Value *, 2, ValType> Val;
|