Lines Matching defs:ValueTy
1427 typedef typename Traits::ValueTy ValueTy;
1439 ValueTy Ptr;
1440 ValueTy AllocSize;
1453 const FunctionDecl *OperatorDelete, ValueTy Ptr,
1454 ValueTy AllocSize, bool PassAlignmentToPlacementDelete,
1529 typedef llvm::Value *ValueTy;
1531 static RValue get(CodeGenFunction &, ValueTy V) { return RValue::get(V); }
1555 typedef DominatingValue<RValue>::saved_type ValueTy;
1557 static RValue get(CodeGenFunction &CGF, ValueTy V) {