HomeSort by relevance Sort by last modified time
    Searched defs:ValType (Results 1 - 5 of 5) 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/IR/
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/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 754 QualType ValType = AtomTy; // 'C'
766 ValType = AtomTy->getAs<AtomicType>()->getValueType();
772 if (IsAddSub && !ValType->isIntegerType() && !ValType->isPointerType()) {
777 if (!IsAddSub && !ValType->isIntegerType()) {
782 } else if (IsN && !ValType->isIntegerType() && !ValType->isPointerType()) {
798 // FIXME: For any builtin other than a load, the ValType must not be
801 switch (ValType.getObjCLifetime()) {
810 // FIXME: Can this happen? By this point, ValType should be know
    [all...]
SemaOverload.cpp     [all...]

Completed in 268 milliseconds