Lines Matching defs:ValueTy
1421 typedef typename Traits::ValueTy ValueTy;
1433 ValueTy Ptr;
1434 ValueTy AllocSize;
1447 const FunctionDecl *OperatorDelete, ValueTy Ptr,
1448 ValueTy AllocSize, bool PassAlignmentToPlacementDelete,
1523 typedef llvm::Value *ValueTy;
1525 static RValue get(CodeGenFunction &, ValueTy V) { return RValue::get(V); }
1549 typedef DominatingValue<RValue>::saved_type ValueTy;
1551 static RValue get(CodeGenFunction &CGF, ValueTy V) {