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/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/include/llvm/IR/
InlineAsm.h 29 template<class ValType, class ValRefType, class TypeClass, class ConstantClass,
32 template<class ConstantClass, class TypeClass, class ValType>
Constants.h 40 template<class ConstantClass, class TypeClass, class ValType>
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 493 QualType ValType = pointerType->getPointeeType();
494 QualType AddrType = ValType.getUnqualifiedType().withVolatile();
500 if (!AddrType.isAtLeastAsQualifiedAs(ValType)) {
518 if (!ValType->isIntegerType() && !ValType->isAnyPointerType() &&
519 !ValType->isBlockPointerType() && !ValType->isFloatingType()) {
526 if (Context.getTypeSize(ValType) > 64) {
532 switch (ValType.getObjCLifetime()) {
542 << ValType << PointerArg->getSourceRange()
    [all...]
SemaLookup.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 507 enum ValType {
514 PointerIntPair<Value *, 2, ValType> Val;
    [all...]

Completed in 171 milliseconds