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

  /external/llvm/lib/IR/
ConstantsContext.h 32 template<class ValType>
403 template<class ConstantClass, class TypeClass, class ValType>
405 static ConstantClass *create(TypeClass *Ty, const ValType &V) {
406 return new(ConstantTraits<ValType>::uses(V)) ConstantClass(Ty, V);
419 typedef void ValType;
420 static ValType getValType(ConstantClass *C) {
472 typedef ExprMapKeyType ValType;
473 static ValType getValType(ConstantExpr *CE) {
497 typedef InlineAsmKeyType ValType;
498 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 528 QualType ValType = pointerType->getPointeeType();
529 QualType AddrType = ValType.getUnqualifiedType().withVolatile();
535 if (!AddrType.isAtLeastAsQualifiedAs(ValType)) {
553 if (!ValType->isIntegerType() && !ValType->isAnyPointerType() &&
554 !ValType->isBlockPointerType() && !ValType->isFloatingType()) {
561 if (Context.getTypeSize(ValType) > MaxWidth) {
568 switch (ValType.getObjCLifetime()) {
578 << ValType << PointerArg->getSourceRange()
    [all...]
SemaLookup.cpp     [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 610 : SExpr(COP_Literal), ValType(ValueType::getValueType<void>()), Cexpr(C)
612 Literal(ValueType VT) : SExpr(COP_Literal), ValType(VT), Cexpr(nullptr) {}
613 Literal(const Literal &L) : SExpr(L), ValType(L.ValType), Cexpr(L.Cexpr) {}
618 ValueType valueType() const { return ValType; }
635 const ValueType ValType;
661 switch (ValType.Base) {
667 switch (ValType.Size) {
669 if (ValType.Signed)
674 if (ValType.Signed
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 509 enum ValType {
518 PointerIntPair<Value *, 2, ValType> Val;
    [all...]

Completed in 245 milliseconds