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 422 QualType ValType = pointerType->getPointeeType();
423 if (!ValType->isIntegerType() && !ValType->isAnyPointerType() &&
424 !ValType->isBlockPointerType()) {
430 switch (ValType.getObjCLifetime()) {
440 << ValType << FirstArg->getSourceRange();
446 QualType ResultType = ValType;
478 switch (Context.getTypeSizeInChars(ValType).getQuantity()) {
560 // GCC does an implicit conversion to the pointer or integer ValType. This
566 ValType, Arg.take(), Kind, VK, BasePath)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]

Completed in 497 milliseconds