HomeSort by relevance Sort by last modified time
    Searched refs:ValType (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/VMCore/
ConstantsContext.h 27 template<class ValType>
393 template<class ConstantClass, class TypeClass, class ValType>
395 static ConstantClass *create(TypeClass *Ty, const ValType &V) {
396 return new(ConstantTraits<ValType>::uses(V)) ConstantClass(Ty, V);
402 typedef void ValType;
403 static ValType getValType(ConstantClass *C) {
456 typedef ExprMapKeyType ValType;
457 static ValType getValType(ConstantExpr *CE) {
471 template<class ValType>
472 struct ConstantCreator<ConstantAggregateZero, Type, ValType> {
    [all...]
  /external/llvm/include/llvm/Support/
PassNameParser.h 90 typedef PassNameParser::OptionInfo ValType;
91 return std::strcmp(static_cast<const ValType *>(VT1)->Name,
92 static_cast<const ValType *>(VT2)->Name);
  /external/llvm/include/llvm/
InlineAsm.h 28 template<class ValType, class ValRefType, class TypeClass, class ConstantClass,
31 template<class ConstantClass, class TypeClass, class ValType>
Constants.h 38 template<class ConstantClass, class TypeClass, class ValType>
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 525 QualType ValType = AtomTy->getAs<AtomicType>()->getValueType();
528 !ValType->isIntegerType() && !ValType->isPointerType()) {
534 if (!ValType->isIntegerType() &&
541 switch (ValType.getObjCLifetime()) {
551 << ValType << Ptr->getSourceRange();
555 QualType ResultType = ValType;
575 Ty = Context.getPointerType(ValType.getUnqualifiedType());
576 else if (!ValType->isIntegerType() &&
580 Ty = ValType;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]

Completed in 128 milliseconds