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

  /external/llvm/lib/IR/
ConstantsContext.h 321 typedef ConstantExprKeyType ValType;
325 typedef InlineAsmKeyType ValType;
329 typedef ConstantAggrKeyType<ConstantArray> ValType;
333 typedef ConstantAggrKeyType<ConstantStruct> ValType;
337 typedef ConstantAggrKeyType<ConstantVector> ValType;
514 typedef typename ConstantInfo<ConstantClass>::ValType ValType;
516 typedef std::pair<TypeClass *, ValType> LookupKey;
529 return getHashValue(LookupKey(CP->getType(), ValType(CP, Storage)));
563 ConstantClass *create(TypeClass *Ty, ValType V)
    [all...]
  /external/vixl/test/
test-invalset.cc 38 typedef ptrdiff_t ValType;
44 Obj(KeyType key, ValType val) : key_(key), val_(val) {}
46 ValType val_;
  /external/clang/lib/Sema/
SemaChecking.cpp 746 QualType ValType = pointerType->getPointeeType();
747 QualType AddrType = ValType.getUnqualifiedType().withVolatile();
753 if (!AddrType.isAtLeastAsQualifiedAs(ValType)) {
771 if (!ValType->isIntegerType() && !ValType->isAnyPointerType() &&
772 !ValType->isBlockPointerType() && !ValType->isFloatingType()) {
779 if (Context.getTypeSize(ValType) > MaxWidth) {
786 switch (ValType.getObjCLifetime()) {
796 << ValType << PointerArg->getSourceRange()
    [all...]
SemaLookup.cpp     [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 521 : SExpr(COP_Literal), ValType(ValueType::getValueType<void>()), Cexpr(C)
523 Literal(ValueType VT) : SExpr(COP_Literal), ValType(VT), Cexpr(nullptr) {}
524 Literal(const Literal &L) : SExpr(L), ValType(L.ValType), Cexpr(L.Cexpr) {}
529 ValueType valueType() const { return ValType; }
547 const ValueType ValType;
573 switch (ValType.Base) {
579 switch (ValType.Size) {
581 if (ValType.Signed)
586 if (ValType.Signed
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 513 enum ValType {
522 PointerIntPair<Value *, 2, ValType> Val;
    [all...]

Completed in 1480 milliseconds