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

  /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/lib/VMCore/
ConstantsContext.h 29 template<class ValType>
406 template<class ConstantClass, class TypeClass, class ValType>
408 static ConstantClass *create(TypeClass *Ty, const ValType &V) {
409 return new(ConstantTraits<ValType>::uses(V)) ConstantClass(Ty, V);
422 typedef void ValType;
423 static ValType getValType(ConstantClass *C) {
475 typedef ExprMapKeyType ValType;
476 static ValType getValType(ConstantExpr *CE) {
499 typedef InlineAsmKeyType ValType;
500 static ValType getValType(InlineAsm *Asm)
    [all...]
  /external/llvm/include/llvm/
InlineAsm.h 29 template<class ValType, class ValRefType, class TypeClass, class ConstantClass,
32 template<class ConstantClass, class TypeClass, class ValType>
Constants.h 39 template<class ConstantClass, class TypeClass, class ValType>
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 617 QualType ValType = AtomTy; // 'C'
624 ValType = AtomTy->getAs<AtomicType>()->getValueType();
630 if (IsAddSub && !ValType->isIntegerType() && !ValType->isPointerType()) {
635 if (!IsAddSub && !ValType->isIntegerType()) {
640 } else if (IsN && !ValType->isIntegerType() && !ValType->isPointerType()) {
656 // FIXME: For any builtin other than a load, the ValType must not be
659 switch (ValType.getObjCLifetime()) {
668 // FIXME: Can this happen? By this point, ValType should be know
    [all...]
SemaOverload.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]

Completed in 176 milliseconds